summary refs log tree commit diff
path: root/pkgs/development/python-modules/twisted
Commit message (Collapse)AuthorAge
* python: Twisted: 19.7.0 -> 19.10.0Frederik Rietdijk2019-12-30
|
* Revert "pythonPackages.twisted: disable python2"Frederik Rietdijk2019-10-23
| | | | | | Builds fine now. This reverts commit a1a8c96d8f0d05cb6824a34e2b42c254a825c930.
* python.pkgs.twisted: move twisted cache generation to postFixupFrederik Rietdijk2019-10-23
| | | | | | | | | | | 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.
* pythonPackages.twisted: disable python2Jonathan Ringer2019-10-18
| | | | ruamel* dependencies no longer have correct namespacing for python2
* python: Twisted: 18.9.0 -> 19.7.0Frederik Rietdijk2019-10-18
|
* pythonPackages.twisted: add setuptools dependencySamuel Leathers2019-09-13
| | | | * required for buildbot test to pass
* python: Twisted: 18.7.0 -> 18.9.0Frederik Rietdijk2018-12-03
|
* python.pkgs.twisted: update propagatedBuildInputsRobert Schütz2018-07-26
|
* python: Twisted: 18.4.0 -> 18.7.0Frederik Rietdijk2018-07-26
|
* python/twisted: Fix fetching sourceaszlig2018-06-29
| | | | | | | | | | | 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
* Merge older staging with added firefox-related updatesVladimír Čunát2018-06-29
|\
| * pythonPackages: remove `name` attribute`Frederik Rietdijk2018-06-23
| | | | | | | | | | | | | | | | | | 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`.
* | treewide: http -> https (#42665)Ryan Mulligan2018-06-27
|/
* python: Twisted: 17.9.0 -> 18.4.0Frederik Rietdijk2018-06-22
|
* python.pkgs: updatesFrederik Rietdijk2017-10-27
|
* Merge pull request #28884 from FRidh/python-fixesFrederik Rietdijk2017-09-06
| | | Python: several fixes
* twisted: update to 17.5.0Albert Peschar2017-08-15
|
* Python: add pname attributes to librariesFrederik Rietdijk2017-05-27
| | | | so that we can use the update script.
* pythonPackages.twisted: 16.4.1 -> 17.1.0Lancelot SIX2017-05-02
|
* Move Twisted to `buildPythonPackage'.Ludovic Courtès2009-05-24
| | | | svn path=/nixpkgs/trunk/; revision=15709
* Re-apply Eelco's "installCommand --> installPhase" patch.Peter Simons2008-09-19
| | | | svn path=/nixpkgs/trunk/; revision=12892
* Install wrappers for Twisted binaries to ensure a correct ${PYTHONPATH}.Peter Simons2008-09-19
| | | | svn path=/nixpkgs/trunk/; revision=12891
* * Removed $installCommand, it's no longer needed since we split theEelco Dolstra2008-09-02
| | | | | | install and fixup phases. You can just override installPhase. svn path=/nixpkgs/trunk/; revision=12787
* Updated scons and twisted; added buildbot.Peter Simons2008-09-01
| | | | | | | | | | | * 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
* * makeWrapper: option --run <CMD> to run a command from the wrapper.Eelco Dolstra2008-01-18
| | | | | | | | | 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
* * BitTorrent 5.0.3.Eelco Dolstra2006-12-13
| | | | | | * wxPython 2.6.3. svn path=/nixpkgs/trunk/; revision=7341
* * Some Python packages.Eelco Dolstra2006-12-13
svn path=/nixpkgs/trunk/; revision=7339