summary refs log tree commit diff
path: root/pkgs/development/python-modules/stringtemplate
Commit message (Collapse)AuthorAge
* Python: add pname attributes to librariesFrederik Rietdijk2017-05-27
| | | | so that we can use the update script.
* pystringtemplate -> pythonPackages.pystringtemplateFrederik Rietdijk2016-09-25
| | | | and use buildPythonPackage
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* use dontBuild instead of hacksRobin Gloster2016-05-04
| | | | | | changes: * buildPhase = "true" * buildPhase = ":"
* * Reverted most of the recent Python refactorings, as discussed. It'sEelco Dolstra2010-04-21
| | | | | | | | | | | 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
* - adding experimental python31 buildMarc Weber2010-04-17
| | | | | | | | | - 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
* Fixed Python StringTemplate library.Peter Simons2009-03-10
| | | | | | | | | 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
* Moved python stringtemplate library from tools/text/py-string-templatePeter Simons2009-03-09
to development/python-modules/stringtemplate. svn path=/nixpkgs/trunk/; revision=14455