about summary refs log tree commit diff
path: root/pkgs/development/python-modules/zetup
AgeCommit message (Collapse)AuthorFilesLines
2021-02-15python39Packages.zetup: fix Python 3.9 and switch to pytestCheckHookFabian Affolter1-7/+19
2020-03-27python38Packages.zetup: fix buildBenjamin Hipple1-9/+6
Currently fails to build on python 3.8 due to an overly restrictive version bound. ZHF: #80379 CC @NixOS/nixos-release-managers
2019-10-18python: zetup: 0.2.52 -> 0.2.64Frederik Rietdijk1-2/+2
2019-08-13pythonPackages.zetup: 0.2.48 -> 0.2.52Mario Rodas1-5/+5
2019-07-17pythonPackages.zetup: refactor fix brokenChris Ostrouchov1-1/+1
2019-04-18python: zetup: 0.2.45 -> 0.2.48Frederik Rietdijk1-2/+2
2019-03-15python.pkgs.zetup: fix buildRobert Schütz1-2/+9
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy1-1/+1
on darwin too (too restrictive platforms)
2018-10-13python: zetup: 0.2.43 -> 0.2.45Frederik Rietdijk1-2/+2
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-1/+0
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-05-10python: zetup: 0.2.42 -> 0.2.43Frederik Rietdijk1-2/+2
2017-10-27python.pkgs: updatesFrederik Rietdijk1-2/+2
2017-09-07python.pkgs.zetup: 0.2.42 -> 0.2.34Frederik Rietdijk1-3/+3
downgrade because the previous upgrade broke the package. The latest version requires a setuptools bump which we won't do yet.
2017-09-06Merge pull request #28884 from FRidh/python-fixesFrederik Rietdijk1-2/+2
Python: several fixes
2017-08-29python.pkgs.zetup: init at 0.2.34Jörg Thalheim1-0/+30
(needed as dependency for moretools)