summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/stringtemplate
AgeCommit message (Collapse)Author
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk
The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-05-27Python: add pname attributes to librariesFrederik Rietdijk
so that we can use the update script.
2016-09-25pystringtemplate -> pythonPackages.pystringtemplateFrederik Rietdijk
and use buildPythonPackage
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-05-04use dontBuild instead of hacksRobin Gloster
changes: * buildPhase = "true" * buildPhase = ":"
2010-04-21* Reverted most of the recent Python refactorings, as discussed. It'sEelco Dolstra
a worthy goal to move the Python packages that are currently in all-packages.nix into a single attribute set, but this doesn't require moving python-packages.nix or the other changes made to that file. The Python packages in all-packages.nix should simply be moved to python-packages.nix, and ideally changed to use buildPythonPackage. svn path=/nixpkgs/trunk/; revision=21196
2010-04-17- adding experimental python31 buildMarc Weber
- cleanup python libraries: * moving all python libraries into a attr set into a directory so that expressions can be used for both: python 2.5 and 2.6 easily * disabling packages which don't build svn path=/nixpkgs/trunk/; revision=21142
2009-03-10Fixed Python StringTemplate library.Peter Simons
Most importantly, this change required updating the ANTLR 2.x expression to install the Python run-time library. While we're at it, we're building the run-time library for C++ and Java, too. There is still work to be done: the stringtemplate library doesn't find antlr.py without help yet. svn path=/nixpkgs/trunk/; revision=14489
2009-03-09Moved python stringtemplate library from tools/text/py-string-templatePeter Simons
to development/python-modules/stringtemplate. svn path=/nixpkgs/trunk/; revision=14455