Commit graph

8598 commits

Author SHA1 Message Date
Mario Rodas 6d7d657c5a
Merge pull request #61494 from mkgvt/pytricia
pytricia: init at version 2019-01-16
2019-05-18 22:47:06 -05:00
Mark Gardner 8102e2ce3b
pytricia: init at version 2019-01-16 2019-05-18 22:11:39 -05:00
Pierre Bourdon fb455c62e0
pythonPackages.fitbit: init at 0.3.0 2019-05-19 01:32:52 +09:00
Pierre Bourdon d5e745f412
pythonPackages.pyatmo: init at 1.10 2019-05-19 01:31:43 +09:00
Robin Gloster d149e44512
Merge pull request #61307 from danieldk/spacy-2.1.3
python3Packages.spacy: 2.0.18 -> 2.1.3
2019-05-18 08:51:19 +00:00
Silvan Mosberger 9e319fbeb7
Merge pull request #61506 from danieldk/fasttext-python-0.2.0
pythonPackages.fasttext: init at 0.2.0
2019-05-17 17:37:54 +02:00
worldofpeace ef14821cc1 pythonPackages.anytree: init at 2.6.0 2019-05-16 14:52:11 -04:00
Austin Seipp 3f1c6801a2
foundationdb: init 6.1.6pre4898_26fbbbf, cmake build
This adds a new build of FoundationDB 6.1, using the new, much improved
with CMake build system with fewer patches and rough edges.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-15 09:54:10 -05:00
Mario Rodas fa1c611e10
Merge pull request #61256 from astro/pyftdi
python3Packages.pyftdi: init at 0.29.4
2019-05-14 20:46:41 -05:00
Daniël de Kok 9b3d4e8b8b pythonPackages.fasttext: init at 0.2.0 2019-05-14 20:27:13 +02:00
mkgvt 715dfd0b80 py-radix: init at version 0.10.0 (#61251)
* py-radix: init at version 0.10.0
2019-05-13 23:15:34 +02:00
Astro 1bcfffdb1e python3Packages.pyftdi: init at 0.29.4 2019-05-13 22:25:26 +02:00
Daniël de Kok 54f9e90e4f pythonPackages.blis: init at 0.2.4 2019-05-13 20:01:37 +02:00
Daniël de Kok b631c266ee pythonPackages.srsly: init at 0.0.5 2019-05-13 20:01:37 +02:00
Daniël de Kok 18765a70ba pythonPackages.wasabi: init at 0.2.2 2019-05-13 20:01:37 +02:00
Aaron Andersen 252420b21d
Merge pull request #61066 from aanderse/pythonPackages.leveldb
pythonPackages.leveldb: init at 0.194
2019-05-10 21:06:20 -04:00
Stewart Mackenzie b0315ac5d0 python3Packages.seabreeze: init at 0.6.0 2019-05-09 00:08:42 -04:00
Mario Rodas 7c7ccd51f4
Merge pull request #61085 from costrouc/python-datasette-init
pythonPackages.datasette: init at 0.27
2019-05-08 18:20:50 -05:00
adisbladis 3e1fdfcb25
Merge pull request #61139 from adisbladis/pythonpackages-attr
python-packages: Set pythonPackages attr in pythonPackages scope
2019-05-08 22:55:45 +01:00
worldofpeace bb7e5566c7
Merge pull request #44086 from erikarvstedt/paperless
paperless: add package and service
2019-05-08 17:17:49 -04:00
adisbladis 160261b72d
python-packages: Set pythonPackages attr in pythonPackages scope
If we don't set this we are mixing python versions in the same package.
Any package called from `python-packages.nix` using `pythonPackages` directly as an argument is currently wrong.

Before:
```
nix-repl> python3Packages.bugseverywhere.buildInputs
[ «derivation /nix/store/csd0d2j3vgl5dnag6afi5q92xb64rv7z-python2.7-Jinja2-2.10.1.drv» «derivation /nix/store/gsj389hprxlr8a39b0ccszagirirf1lv-python2.7-cherrypy-17.4.1.drv» «derivation /nix/store/ysmd4wdkbi9gd6bw2ha92hwrd2k2xlnh-python2.7-bootstrapped-pip-19.0.3.drv» ]
```

After:
```
nix-repl> python3Packages.bugseverywhere.buildInputs
[ «derivation /nix/store/m0mfx1i98ciby8mx8xjva98kinhqkj6r-python3.7-Jinja2-2.10.1.drv» «derivation /nix/store/2gqd0sbiwqmin2814ja83pnyal8pq86a-python3.7-cherrypy-18.1.1.drv» «derivation /nix/store/0rq8n7xq2ksxiq2y2d844i9516p0rd41-python3.7-bootstrapped-pip-19.0.3.drv» ]
```
2019-05-08 13:53:14 +01:00
Chris Ostrouchov 5d930e2dfa
pythonPackages.sanic: init at 19.3.1 2019-05-08 07:54:17 -04:00
Chris Ostrouchov 0ddf3fe7d8
pythonPackages.pytest-sanic: init at 1.0.0 2019-05-08 07:54:16 -04:00
Chris Ostrouchov b9ccbbffa7
pythonPackages.uvloop: init at 0.12.2 2019-05-08 07:41:51 -04:00
Chris Ostrouchov 1b60d165bb
pythonPackages.py-lru-cache: init at 0.1.4 2019-05-08 07:41:50 -04:00
Chris Ostrouchov 825364c32d
pythonPackages.httptools: init at 0.0.13 2019-05-08 07:41:50 -04:00
Chris Ostrouchov a6de2a2a7c
pythonPackages.datasette: init at 0.27 2019-05-08 07:41:50 -04:00
Chris Ostrouchov fbde6016f3
pythonPackages.csvs-to-sqlite: init at 0.9 2019-05-08 07:41:50 -04:00
Aaron Andersen ee3c52ff2e pythonPackages.leveldb: init at 0.194 2019-05-07 21:13:23 -04:00
Chris Ostrouchov 165822f8e8
pythonPackages.tess: init at unstable-2019-05-07 2019-05-07 15:02:39 -04:00
Chris Ostrouchov 150980c092
pythonPackages.islpy: init at 2018.2 2019-05-07 11:24:25 -04:00
Chris Ostrouchov b536b12b7b
pythonPackages.pymbolic: init at 2018.1 2019-05-07 11:24:25 -04:00
Chris Ostrouchov 2e3242191f
pythonPackages.loo-py: init at 2017.2 2019-05-07 11:24:25 -04:00
Chris Ostrouchov 9833f556f7
pythonPackages.symengine: init at 0.3.0 2019-05-07 11:24:24 -04:00
Chris Ostrouchov 9f2bea9304
pythonPackages.genpy: init at 2016.1.3 2019-05-07 11:24:24 -04:00
Chris Ostrouchov b78f689444
pythonPackages.cgen init at 2017.1 2019-05-07 11:24:24 -04:00
Frederik Rietdijk 0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
Jörg Thalheim a3f8a25ab3
python.pkgs.imread: inherit native libs on callsite
this avoids potential namespace collisions between python libs
and packages from all-packags.nix:

https://github.com/NixOS/nixpkgs/pull/61033#issuecomment-489926103
2019-05-07 07:34:13 +01:00
Frederik Rietdijk 1979224f15 Merge master into staging-next 2019-05-02 21:38:22 +02:00
Frederik Rietdijk 155c9d8e18 Merge master into staging-next 2019-05-02 08:43:14 +02:00
Bignaux Ronan 688f61b018 pythonPackages.tld: init at 0.9.3 2019-05-01 23:29:34 +02:00
Eugene 396a5d6d99 addic7ed-cli: init at 1.4.5 2019-05-01 23:51:48 +03:00
Andrew Miller f5be1fc849 hy: 0.15 -> 0.16 (#57882)
* hy: 0.15 -> 0.16

* hy: fetch patch directly from upstream repo

* hy: remove in-tree patch
2019-05-01 19:18:49 +02:00
Gabriel Ebner 5a3652520d pythonPackages.pythonocc-core: init at 0.18.1 2019-05-01 16:41:32 +02:00
Frederik Rietdijk 09f27e38b6 python.pkgs.cfn-lint: init at 0.19.1 2019-05-01 10:59:49 +02:00
Frederik Rietdijk fd2bd6e433
Merge staging-next into master 2019-04-30 15:50:24 +02:00
Frederik Rietdijk 2f936f85d8 Merge master into staging-next 2019-04-29 13:46:20 +02:00
Erik Arvstedt 76218fdc3a
pythonPackages.djangoql: init at 0.12.6 2019-04-29 11:55:43 +02:00
Erik Arvstedt e401666503
pythonPackages.inotify-simple: init at 1.1.8 2019-04-29 11:41:43 +02:00
Erik Arvstedt 0babb25bb3
pythonPackages.pdftotext: init at 2.1.1 2019-04-29 11:41:43 +02:00
Erik Arvstedt 8646d2a2bb
pythonPackages.pytest-env: init at 0.6.2 2019-04-29 11:41:43 +02:00
Erik Arvstedt 5e3e440a60
pythonPackages.python-dotenv: init at 0.10.1 2019-04-29 11:41:43 +02:00
Erik Arvstedt 72aec3e01c
pythonPackages.langdetect: init at 1.0.7 2019-04-29 11:41:42 +02:00
Erik Arvstedt 071f3b34e6
pythonPackages.filemagic: init at 1.6 2019-04-29 11:41:42 +02:00
Markus Schmidl d4a1232733 pythonPackages.caldav: init at 0.6.0 2019-04-29 10:49:35 +02:00
Robert Scott d40894cbea pythonPackages.box2d: remove unnecessary pkgs-box2d buildInput
this dependency turns out to be completely unnecessary - the pypi
package includes its own bundled copy of the source (i know - ew.)
and building without pkgs-box2d results in a binary-identical .so.

this has the side-effect of enabling this package on darwin, which was
previously restricted by the apparently linux-only pkgs-box2d.
2019-04-27 07:45:53 +02:00
Frederik Rietdijk 883232c00d Merge master into staging-next 2019-04-27 07:01:38 +02:00
worldofpeace ce50875fd4 pythonPackages.wikipedia: init at 1.4.0 2019-04-24 12:39:31 -04:00
Frederik Rietdijk 0a7bcb3b03 Merge staging into staging-next 2019-04-24 18:38:11 +02:00
Lassulus e5830bac6d
Merge pull request #59545 from costrouc/python-pyomo-init
pythonPackages.pyomo: init at 5.6.5
2019-04-24 21:19:12 +09:00
Matthew Bauer 84d00355e8 Merge remote-tracking branch 'NixOS/master' into staging 2019-04-23 22:00:42 -04:00
Michael Weiss c93fd4a25e
Merge pull request #56690 from primeos/python-cryptography
python37Packages.cryptography: 2.5 -> 2.6.1
2019-04-23 16:27:06 +02:00
Mario Rodas 2e333e801a
pythonPackages.macfsevents: init at 0.8.1 2019-04-23 04:20:00 -05:00
Michael Weiss 22714ad6d0
python37Packages.cryptography: Improve the test vectors integration
This should make the management easier. The package cryptography_vectors
contains the test vectors for cryptography and should therefore always
have the same version. By linking the version of cryptography_vectors to
cryptography, this simply cannot be forgotten.
2019-04-22 12:29:34 +02:00
markuskowa 276d82476b
Merge pull request #59862 from JohnAZoidberg/moviepy-1.0.0-deps
Fix pythonPackages.moviepy
2019-04-20 10:57:09 +02:00
Mateusz Kowalczyk 575d6a4826
Merge pull request #58417 from andersk/ortools-7.0
or-tools: 6.10 -> 7.0, add Python bindings
2019-04-20 17:39:23 +09:00
Daniel Schaefer 0956c09616 pythonPackages.proglog: init at 0.1.9 2019-04-19 03:28:35 +02:00
Timo Kaufmann 1f643b9c49 python.pkgs.pplpy: init at 0.8.4
This is a new dependency for the upcoming sage version.
2019-04-17 22:44:10 +02:00
montag451 b18719fabb pythonPackages.humanfriendly: init at 4.18 (#59466) 2019-04-15 08:38:30 +02:00
Chris Ostrouchov b7475accf6
pythonPackages.pyschedule: init at 0.2.34
closes PR #37371. That PR was inactive
2019-04-14 21:33:52 -04:00
Chris Ostrouchov 4480aec8d5
pythonPackages.pyomo: init at 5.6.1 2019-04-14 21:21:33 -04:00
Chris Ostrouchov bdda0c091d
pythonPackages.pyutilib: init at 5.6.5 2019-04-14 21:16:18 -04:00
xeji 61327db231
Merge pull request #59353 from costrouc/python-lektor-upgrade
pythonPackages.lektor: 2.3 -> 3.1.3
2019-04-14 22:20:33 +02:00
montag451 c82ebc197e pythonPackages.annexremote: init at 1.3.1 (#59463) 2019-04-14 15:17:41 +02:00
Timo Kaufmann d88406a43f python.pkgs.graph_nets: init at 1.0.3 2019-04-13 20:12:18 +02:00
Timo Kaufmann 11801a4d47 python.pkgs.dm-sonnet: init at 1.30
Needed as a dependency of graph_nets.
2019-04-13 20:12:18 +02:00
Timo Kaufmann 1d00bb1375 python.pkgs.tensorflow-probability: init at 0.6.0
Needed as a dependency for dm-sonnet.
2019-04-13 20:12:15 +02:00
Chris Ostrouchov 9e2ff240da
pythonPackages.pytest-click: init at 0.3 2019-04-12 10:02:22 -04:00
Chris Ostrouchov 3268907410
pythonPackages.pytest-pylint: init at 0.14.0 2019-04-12 09:43:53 -04:00
Christopher Ostrouchov d27643bc0a python3Packages.nixpkgs-pytools: init at 1.0.0 (#59279) 2019-04-11 18:31:00 +02:00
Robert Schütz 5908a0244f
Merge pull request #57469 from r-ryantm/auto-update/python3.7-zeep
python37Packages.zeep: 3.2.0 -> 3.3.0
2019-04-11 18:23:33 +02:00
Rodney Lorrimar 8b4269bc1e pythonPackages.aioresponses: init at 0.6.0 2019-04-11 18:05:41 +02:00
Matthieu Coudron a4c15f1b35 python3Packages.papis: provide as a library too (#59070)
* python3Packages.papis: provides as a library too

The project is turning into a dependency for several scripts and possibly UIs
(see the different repositories at https://github.com/papis/) so it makes sense
to have it as a library.

* moved papis to python-modules

* add myself as maintainer
2019-04-11 12:55:08 +02:00
Tom Hunger efc0fc165f python3Packages.xxhash: init at 1.3.0 2019-04-09 22:19:59 +01:00
xeji d6afe8ce5c
pythonPackages.zerorpc: init at 0.6.1 (#59102) 2019-04-09 22:20:37 +02:00
worldofpeace 0100fe974f
Merge pull request #59072 from dhl/pythonPackages.serverlessrepo
pythonPackages.serverlessrepo: init at 0.1.8
2019-04-08 04:43:38 -04:00
David Leung 0d1ec03d1a
pythonPackages.serverlessrepo: init at 0.1.8
A Python library with convenience helpers for working with the AWS Serverless
Application Repository.
2019-04-08 15:23:26 +08:00
worldofpeace fa7587456b
Merge pull request #59089 from dhl/dhl/python-modules/aws-lambda-builders
pythonPackages.aws-lambda-builders: init at 0.2.1
2019-04-08 02:42:40 -04:00
David Leung 6663765dbb
pythonPackages.aws-lambda-builders: init at 0.2.1 2019-04-08 14:30:54 +08:00
worldofpeace 2e7cb730ac
Merge pull request #59088 from dhl/dhl/python-modules/chevron
pythonPackages.chevron: init at 0.13.1
2019-04-08 01:24:39 -04:00
David Leung 7033cf04dd
pythonPackages.chevron: init at 0.13.1
A Python implementation of mustache
2019-04-08 13:19:01 +08:00
Aneesh Agrawal a345852ca5 pybcrypt: remove old and insecure package
pybcrypt has had open vulnerabilities for years
and is unlikely to ever be updated;
there are no users in nixpkgs.
Other alternatives such as the `bcrypt` python module are available.
2019-04-07 15:32:56 -07:00
Robert Schütz 9fa17c5957
Merge pull request #58690 from dotlambda/flexget-2.20.17
flexget: 2.17.20 -> 2.20.17
2019-04-05 11:29:32 +02:00
Franz Pletz 323cfa90b5
pythonPackages.aioesphomeapi: init at 1.8.0 2019-04-01 17:28:17 +02:00
Robert Schütz 4ea19b7771 python.pkgs.zipp: init at 0.3.3 2019-04-01 17:01:26 +02:00
Peter Romfeld 364cbd088e minio: init at 4.0.13 2019-03-29 15:50:36 +01:00
Timo Kaufmann 197bc2afc0
python.pkgs.pybullet: init at 2.4.8 (#58448) 2019-03-27 22:17:37 +00:00
Timo Kaufmann f2569b9116
python.pkgs.baselines: init at 0.1.5 (#58452) 2019-03-27 21:27:22 +00:00
Timo Kaufmann e7a084bdba
python.pkgs.roboschool: init at 1.0.39 (#58451)
Needs a forked version of bullet.
2019-03-27 21:26:54 +00:00
Robert Schütz 489d7351da python.pkgs.cherrypy: spilt expression in two 2019-03-27 16:48:08 +01:00