about summary refs log tree commit diff
path: root/pkgs/development/python-modules/twisted
AgeCommit message (Collapse)AuthorFilesLines
2019-10-23Revert "pythonPackages.twisted: disable python2"Frederik Rietdijk1-2/+0
Builds fine now. This reverts commit a1a8c96d8f0d05cb6824a34e2b42c254a825c930.
2019-10-23python.pkgs.twisted: move twisted cache generation to postFixupFrederik Rietdijk1-1/+3
The Python 2 build of twisted would fail when generating the cache. This failure started occuring since the change was introduced that builds setuptools as a wheel instead of as an egg, 90be4c2c7875c9487508d95b5c638d97e2903ada. Turns out moving this step to postFixup solves the issue. I suppose it is related to the order of site packages being evaluated, where PYTHONPATH introduced additional ones.
2019-10-18pythonPackages.twisted: disable python2Jonathan Ringer1-0/+2
ruamel* dependencies no longer have correct namespacing for python2
2019-10-18python: Twisted: 18.9.0 -> 19.7.0Frederik Rietdijk1-2/+2
2019-09-13pythonPackages.twisted: add setuptools dependencySamuel Leathers1-1/+2
* required for buildbot test to pass
2018-12-03python: Twisted: 18.7.0 -> 18.9.0Frederik Rietdijk1-2/+2
2018-07-26python.pkgs.twisted: update propagatedBuildInputsRobert Schütz1-1/+3
2018-07-26python: Twisted: 18.4.0 -> 18.7.0Frederik Rietdijk1-2/+2
2018-06-29python/twisted: Fix fetching sourceaszlig1-0/+1
In ced21f5e1a1479e3b6ae5c218818790596f5a16f, fetchurl has changed into fetchPypi, but the upstream tarball is actually a tar.bz2 archive but by default fetchPypi uses "tar.gz" as its extension. The sha256 however is still the same. Signed-off-by: aszlig <aszlig@nix.build> Cc: @FRidh
2018-06-29Merge older staging with added firefox-related updatesVladimír Čunát1-4/+3
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-4/+3
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`.
2018-06-22python: Twisted: 17.9.0 -> 18.4.0Frederik Rietdijk1-2/+2
2017-10-27python.pkgs: updatesFrederik Rietdijk1-2/+2
2017-09-06Merge pull request #28884 from FRidh/python-fixesFrederik Rietdijk1-2/+14
Python: several fixes
2017-08-15twisted: update to 17.5.0Albert Peschar1-4/+4
2017-05-27Python: add pname attributes to librariesFrederik Rietdijk1-2/+2
so that we can use the update script.
2017-05-02pythonPackages.twisted: 16.4.1 -> 17.1.0Lancelot SIX1-0/+45
2009-05-24Move Twisted to `buildPythonPackage'.Ludovic Courtès1-17/+0
svn path=/nixpkgs/trunk/; revision=15709
2008-09-19Re-apply Eelco's "installCommand --> installPhase" patch.Peter Simons1-3/+3
svn path=/nixpkgs/trunk/; revision=12892
2008-09-19Install wrappers for Twisted binaries to ensure a correct ${PYTHONPATH}.Peter Simons1-7/+8
svn path=/nixpkgs/trunk/; revision=12891
2008-09-02* Removed $installCommand, it's no longer needed since we split theEelco Dolstra1-2/+5
install and fixup phases. You can just override installPhase. svn path=/nixpkgs/trunk/; revision=12787
2008-09-01Updated scons and twisted; added buildbot.Peter Simons1-3/+3
* Updated scons to version 1.0.0. Also added appropriate makeWrapper calls to ensure that the python binary finds its library files. * Updated Twisted from 2.5 to 8.1. * Added an expression for buildbot. svn path=/nixpkgs/trunk/; revision=12782
2008-01-18* makeWrapper: option --run <CMD> to run a command from the wrapper.Eelco Dolstra1-3/+3
This is so that the Unison wrapper can be generated with makeWrapper. * Use makeWrapper as a buildInput everywhere. * Updated BitTorrent, cvs2svn. svn path=/nixpkgs/trunk/; revision=10213
2006-12-13* BitTorrent 5.0.3.Eelco Dolstra1-2/+3
* wxPython 2.6.3. svn path=/nixpkgs/trunk/; revision=7341
2006-12-13* Some Python packages.Eelco Dolstra1-0/+12
svn path=/nixpkgs/trunk/; revision=7339