Jörg Thalheim
4a53284bc0
python.pkgs.MySQL_python: remove
...
Reasons:
- No release since 2014
- deprecated by upstream
- no longer compatible with newer libmysql versions
2019-09-09 13:18:07 +01:00
Frederik Rietdijk
731c82a447
Merge pull request #68244 from NixOS/staging-next
...
Staging next that includes gcc8
2019-09-09 08:09:36 +02:00
Florian Klink
652448f25b
python.pkgs.scikits-odes: init at 2.4.0-9-g93075ae
2019-09-08 16:03:23 -07:00
Frederik Rietdijk
e73f871285
Merge master into staging-next
2019-09-08 14:49:25 +02:00
Vladimír Čunát
f5cecbbe7b
Merge #67936 : python*Packages.rfc6555: init at 0.0.0
2019-09-08 10:02:12 +02:00
Frederik Rietdijk
7e9e5cab45
Merge master into staging-next
2019-09-07 09:53:09 +02:00
Jonathan Ringer
4bd7e963b3
pythonPackages.elpy: drop package
2019-09-06 23:44:09 +02:00
Frederik Rietdijk
4d4545185a
Revert "pythonPackages.pyev: drop"
...
Package is still referred to.
This reverts commit bb5c039fc9
.
2019-09-06 23:33:32 +02:00
Frederik Rietdijk
9894a70299
Merge staging into staging-next
2019-09-06 22:47:40 +02:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
Nikolay Amiantov
b667dd981d
python3.pkgs.zeroc-ice: init at 3.7.2
2019-09-06 20:21:09 +03:00
Mario Rodas
bb5c039fc9
pythonPackages.pyev: drop
...
pyev is not available in PyPI anymore
2019-09-06 19:06:43 +02:00
Mario Rodas
11900ffe33
pythonPackages.python3pika: drop
...
Pika already supports Python3, and python3pika wasn't updated since 2014
2019-09-06 19:06:00 +02:00
Mario Rodas
053b9da754
pythonPackages.area53: drop
...
PyPI package was taken offline.
See https://github.com/bluepines/slick53/issues/5
2019-09-06 19:05:38 +02:00
Jan Tojnar
8563088e69
Merge branch 'staging-next' into staging
2019-09-06 16:55:45 +02:00
Jan Tojnar
f9237f3152
Merge branch 'master' into staging-next
2019-09-06 16:55:11 +02:00
Frederik Rietdijk
bf4f885471
pythonPackages.editorconfig: remove duplicate EditorConfig
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
f7e28bf5d8
Split buildPythonPackage into setup hooks
...
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-06 15:18:45 +02:00
Marek Mahut
59d3c9618d
Merge pull request #68167 from jonringer/bump-requests-mock
...
pythonPackages.requests-mock: 1.5.2 -> 1.7.0
2019-09-06 09:12:54 +02:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Aaron Andersen
34a6f75090
Merge pull request #62754 from tbenst/imagecodecs-lite
...
imagecodecs-lite: init at 2019.4.20
2019-09-05 17:24:07 -04:00
Tyler Benster
d0a442f6e5
imagecodecs-lite: init at 2019.4.20
2019-09-05 14:04:24 -07:00
Jonathan Ringer
04c2622d07
pythonPackages.purl: init at 1.5
2019-09-05 12:59:09 -07:00
Aaron Andersen
11de7aa609
Merge pull request #64322 from jbedo/xenomapper
...
xenomapper: init 1.0.2
2019-09-05 12:08:10 -04:00
Justin Bedo
3f83cbf538
xenomapper: init 1.0.2
2019-09-05 20:50:22 +10:00
Aaron Andersen
a4ac265039
pythonPackages.pyvmomi: init at 6.7.1.2018.12
2019-09-04 11:42:47 -04:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Silvan Mosberger
ce944b4bde
Merge pull request #64552 from evanjs/feature/openrazer-2.3.1
...
openrazer: init at 2.6.0
2019-09-03 19:14:58 +02:00
Vladyslav Burzakovskyy
0a7905ce74
pythonPackages.python-pipedrive: init at 0.4.0
2019-09-03 10:41:47 +02:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging
2019-09-02 23:25:24 +02:00
Danielle Lancashire
4f2a3aabff
rfc6555: init at 0.0.0
2019-09-02 15:44:54 +02:00
Marek Mahut
0a8e54d1c6
Merge pull request #67871 from prusnak/pytest-random-order
...
pythonPackages.pytest-random-order: init at 1.0.4
2019-09-02 08:14:09 +02:00
Dima
a88976d222
pythonPackages.uvloop: 0.12.2 -> 0.13.0 ( #67735 )
...
* 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-01 22:53:50 -04:00
Emily
5eb237659c
pythonPackages.gcutil: remove per TODO
...
Pretty sure 19.03 has been branched off by now.
2019-09-01 14:22:49 -05:00
Emily
cb5b674b58
{glasgow,libfx2}: init at 2018-{09-01,08-27}
2019-09-01 14:22:49 -05:00
Emily
321efae699
python3Packages.nmigen{,-boards}: init at unstable-2019-08-{31,30}
2019-09-01 14:22:49 -05:00
Pavol Rusnak
c27dcde85a
pythonPackages.pytest-random-order: init at 1.0.4
2019-09-01 10:09:19 +02:00
Frederik Rietdijk
98ef78326d
Merge staging-next into staging
2019-08-31 18:07:33 +02:00
Frederik Rietdijk
96e5474329
Merge master into staging-next
2019-08-31 18:04:31 +02:00
Peter Simons
107af97c90
python-mailman-hyperkitty: initial version 1.1.0
2019-08-31 14:47:19 +02:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
averelld
5a581c420c
python.pkgs.handout: init at 1.0.0 ( #66263 )
2019-08-31 00:19:16 -04:00
Evan Stoll
d2c4d4d6b6
openrazer-daemon: init at 2.6.0
2019-08-30 17:22:46 -04:00
Evan Stoll
50eba5b688
pythonPackages.openrazer: init at 2.6.0
2019-08-30 17:20:44 -04:00
Peter Simons
131910992b
python-HyperKitty: initial version 1.2.2
...
Package the mail archiver for GNU Mailman. I liberally borrowed code
from @globin's repository [1].
[1] https://github.com/mayflower/nixexprs/tree/master/pkgs/python
2019-08-30 14:25:13 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
Frederik Rietdijk
a2538606e3
python2Packages.numpy: 1.16.4 -> 1.16.5
2019-08-28 08:12:41 +02:00
Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00