summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/python-packages.nix
AgeCommit message (Collapse)Author
2019-09-15pythonPackages.pyev: dropMario Rodas
pyev is unmaintained, and was removed from PyPI.
2019-09-14pytest: Add pytest_4 as its own attributeDaniel Schaefer
Many packages aren't yet updated to handle the incompatible changes of pytest5 so we still need v4.
2019-09-12Merge pull request #67544 from vbgl/qarte+fix-qt-platformVincent Laporte
qarte: use qt5’s mkDerivation and an other fix
2019-09-11nixos/mailman: add support for the Mailman Web UI (Postorius & Hyperkitty)Peter Simons
2019-09-10pythonPackages.connexion: init at 2.3.0Enno Lohmeier
2019-09-10pythonPackages.aiohttp-swagger: init at 1.0.5Enno Lohmeier
2019-09-10pythonPackages.swagger-ui-bundle: init at 0.0.5Enno Lohmeier
2019-09-10pythonPackages.clickclick: init at 1.2.2Enno Lohmeier
2019-09-09python.pkgs.MySQL_python: removeJörg Thalheim
Reasons: - No release since 2014 - deprecated by upstream - no longer compatible with newer libmysql versions
2019-09-09Merge pull request #68244 from NixOS/staging-nextFrederik Rietdijk
Staging next that includes gcc8
2019-09-08python.pkgs.scikits-odes: init at 2.4.0-9-g93075aeFlorian Klink
2019-09-08Merge master into staging-nextFrederik Rietdijk
2019-09-08Merge #67936: python*Packages.rfc6555: init at 0.0.0Vladimír Čunát
2019-09-07Merge master into staging-nextFrederik Rietdijk
2019-09-06pythonPackages.elpy: drop packageJonathan Ringer
2019-09-06Revert "pythonPackages.pyev: drop"Frederik Rietdijk
Package is still referred to. This reverts commit bb5c039fc95bea25133a01e8f1b46a50159f2412.
2019-09-06Merge staging into staging-nextFrederik Rietdijk
2019-09-06Merge master into staging-nextFrederik Rietdijk
2019-09-06python3.pkgs.zeroc-ice: init at 3.7.2Nikolay Amiantov
2019-09-06pythonPackages.pyev: dropMario Rodas
pyev is not available in PyPI anymore
2019-09-06pythonPackages.python3pika: dropMario Rodas
Pika already supports Python3, and python3pika wasn't updated since 2014
2019-09-06pythonPackages.area53: dropMario Rodas
PyPI package was taken offline. See https://github.com/bluepines/slick53/issues/5
2019-09-06Merge branch 'staging-next' into stagingJan Tojnar
2019-09-06Merge branch 'master' into staging-nextJan Tojnar
2019-09-06pythonPackages.editorconfig: remove duplicate EditorConfigFrederik Rietdijk
2019-09-06Split buildPythonPackage into setup hooksFrederik Rietdijk
This commit splits the `buildPythonPackage` into multiple setup hooks. Generally, Python packages are built from source to wheels using `setuptools`. The wheels are then installed with `pip`. Tests were often called with `python setup.py test` but this is less common nowadays. Most projects now use a different entry point for running tests, typically `pytest` or `nosetests`. Since the wheel format was introduced more tools were built to generate these, e.g. `flit`. Since PEP 517 is provisionally accepted, defining a build-system independent format (`pyproject.toml`), `pip` can now use that format to execute the correct build-system. In the past I've added support for PEP 517 (`pyproject`) to the Python builder, resulting in a now rather large builder. Furthermore, it was not possible to reuse components elsewhere. Therefore, the builder is now split into multiple setup hooks. The `setuptoolsCheckHook` is included now by default but in time it should be removed from `buildPythonPackage` to make it easier to use another hook (curently one has to pass in `dontUseSetuptoolsCheck`).
2019-09-06Merge pull request #68167 from jonringer/bump-requests-mockMarek Mahut
pythonPackages.requests-mock: 1.5.2 -> 1.7.0
2019-09-06Merge branch 'master' into staging-nextJan Tojnar
Fixed trivial conflicts caused by removing rec.
2019-09-05Merge pull request #62754 from tbenst/imagecodecs-liteAaron Andersen
imagecodecs-lite: init at 2019.4.20
2019-09-05imagecodecs-lite: init at 2019.4.20Tyler Benster
2019-09-05pythonPackages.purl: init at 1.5Jonathan Ringer
2019-09-05Merge pull request #64322 from jbedo/xenomapperAaron Andersen
xenomapper: init 1.0.2
2019-09-05xenomapper: init 1.0.2Justin Bedo
2019-09-04pythonPackages.pyvmomi: init at 6.7.1.2018.12Aaron Andersen
2019-09-04Merge branch 'master' into staging-nextVladimír Čunát
2019-09-03Merge pull request #64552 from evanjs/feature/openrazer-2.3.1Silvan Mosberger
openrazer: init at 2.6.0
2019-09-03pythonPackages.python-pipedrive: init at 0.4.0Vladyslav Burzakovskyy
2019-09-02Merge branch 'master' into stagingVladimír Čunát
2019-09-02rfc6555: init at 0.0.0Danielle Lancashire
2019-09-02Merge pull request #67871 from prusnak/pytest-random-orderMarek Mahut
pythonPackages.pytest-random-order: init at 1.0.4
2019-09-01pythonPackages.uvloop: 0.12.2 -> 0.13.0 (#67735)Dima
* As mentioned in https://github.com/NixOS/nixpkgs/issues/67492 the build was broken after an update of openssl versions. * Fixes a flake8 unit-test case that requires a flake8 config which is not shipped with the distribution. * Fixes build on darwin.
2019-09-01pythonPackages.gcutil: remove per TODOEmily
Pretty sure 19.03 has been branched off by now.
2019-09-01{glasgow,libfx2}: init at 2018-{09-01,08-27}Emily
2019-09-01python3Packages.nmigen{,-boards}: init at unstable-2019-08-{31,30}Emily
2019-09-01pythonPackages.pytest-random-order: init at 1.0.4Pavol Rusnak
2019-08-31Merge staging-next into stagingFrederik Rietdijk
2019-08-31Merge master into staging-nextFrederik Rietdijk
2019-08-31python-mailman-hyperkitty: initial version 1.1.0Peter Simons
2019-08-31Merge staging-next into stagingFrederik Rietdijk
2019-08-31Merge master into staging-nextFrederik Rietdijk