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
c800464bc7
pythonPackages.eggdeps: fix PyPI name
2019-09-06 19:05:48 +02:00
Mario Rodas
4778194f7d
pythonPackages.mp2: fix PyPI name
2019-09-06 19:05:48 +02:00
Mario Rodas
b1c2a05877
pythonPackages.mrbob: fix PyPI name
2019-09-06 19:05:48 +02:00
Mario Rodas
47ae762b85
pythonPackages.pyaudio: fix PyPI name
2019-09-06 19:05:48 +02:00
Mario Rodas
ad4ac8a797
pythonPackages.pymysqlsa: fix PyPI name
2019-09-06 19:05:48 +02:00
Mario Rodas
59ff3a08f8
pythonPackages.pystache: fix pname
2019-09-06 19:05:48 +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
R. RyanTM
7635bd187e
python37Packages.loguru: 0.3.1 -> 0.3.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-loguru/versions
2019-09-06 15:28:55 +02:00
Jonathan Ringer
a70aea12ca
pythonPackages.setuptools_scm: 3.2.0 -> 3.3.3
2019-09-06 15:23:20 +02:00
Frederik Rietdijk
1ede2de8a3
pythonPackages.editorconfig: -> 0.12.1 -> 0.12.2
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
bf4f885471
pythonPackages.editorconfig: remove duplicate EditorConfig
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
5718ed6d32
python.pkgs.wheel: 0.33.4 -> 0.33.6
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
0570a6b126
python.pkgs.setuptools: 0.33.4 -> 0.33.6
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
afe67e5493
python.pkgs.pip: 19.1.1 -> 19.2.3
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
dc95e17fc2
python: bootstrapped-pip: update wheel, setuptools, pip
...
wheel 33.4 -> 33.6
setuptools 41.0.1 -> 42.2.0
pip 19.1.1 -> 19.2.3
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
755de1cbe2
python.pkgs.terminado: disable tests
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
9dd6537303
pythonPackages.tld: use pythonImportsCheck and pytestCheckHook
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
Jan Tojnar
ed54a5b51d
Merge branch 'gtk-no-plus'
2019-09-06 02:57:51 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
...
GTK was renamed.
2019-09-06 02:54:53 +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
341f65e60f
pythonPackages.requests-mock: 1.5.2 -> 1.7.0
2019-09-05 12:59:38 -07:00
Jonathan Ringer
04c2622d07
pythonPackages.purl: init at 1.5
2019-09-05 12:59:09 -07:00
Aaron Andersen
636d9043ea
Merge pull request #68109 from aanderse/pyvmomi
...
pythonPackages.pyvmomi: init at 6.7.1.2018.12
2019-09-05 12:02:24 -04:00
Marek Mahut
1a5d105e04
Merge pull request #68087 from peterhoeg/u/pio4
...
platformio: 3.6.6 -> 4.0.3
2019-09-05 08:59:35 +02:00
Marek Mahut
88c42a26a2
Merge pull request #68093 from jonringer/bump-textacy
...
python3Packages.textacy: 0.6.3 -> 0.9.1
2019-09-05 08:27:23 +02:00
Aaron Andersen
a4ac265039
pythonPackages.pyvmomi: init at 6.7.1.2018.12
2019-09-04 11:42:47 -04:00
Aaron Andersen
8b9001d759
Merge pull request #68066 from dtzWill/update/speedtest-cli-2.1.2
...
speedtest-cli: 2.1.1 -> 2.1.2
2019-09-04 06:00:35 -04:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Marek Mahut
1d8a3973f4
Merge pull request #67988 from mmahut/trezor-agent
...
pythonPackages.trezor_agent: adding buildInputs required for GPG
2019-09-04 10:46:14 +02:00
Jonathan Ringer
92ef9bb692
python3Packages.textacy: 0.6.3 -> 0.9.1
2019-09-04 01:28:05 -07:00
Peter Hoeg
8edc31aa35
pythonPackages.semantic-version: 2.6.0 -> 2.8.1
2019-09-04 13:59:08 +08:00
Will Dietz
3f7d0ad89e
speedtest-cli: 2.1.1 -> 2.1.2
2019-09-03 19:47:35 -05:00
Sarah Brofeldt
ce8cd5fd00
Merge pull request #68001 from johanot/fix-cherrypy
...
python3Packages.cherrypy: fix tests after upgrade to pytest5
2019-09-03 19:23:44 +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
Johan Thomsen
585c9e2b10
python3Packages.cherrypy: fix tests after upgrade to pytest5
2019-09-03 12:52:57 +02:00
Marek Mahut
a8b3979f2d
Merge pull request #67949 from talkara/pythonPackages.robotframework-sshlibrary
...
pythonPackages.robotframework-sshlibrary: 3.3.0 -> 3.4.0
2019-09-03 11:02:59 +02:00
Marek Mahut
254e2ec209
Merge pull request #67946 from MrMebelMan/init/python-pipedrive
...
pythonPackages.python-pipedrive: init at 0.4.0
2019-09-03 11:02:14 +02:00
Vladyslav Burzakovskyy
0a7905ce74
pythonPackages.python-pipedrive: init at 0.4.0
2019-09-03 10:41:47 +02:00
Marek Mahut
718ccddf32
pythonPackages.trezor_agent: adding mmahut as maintainer
2019-09-03 09:02:03 +02:00
Marek Mahut
f7d9cf16bf
pythonPackages.trezor_agent: adding buildInputs required for GPG
2019-09-03 09:01:23 +02:00
Mario Rodas
1bf5120e0a
Merge pull request #65163 from thefloweringash/pyscard-darwin
...
pyscard: fix darwin build, remove pcsc library mixing
2019-09-02 19:23:07 -05:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging
2019-09-02 23:25:24 +02:00