nixpkgs/pkgs/development/python-modules
Bert Moens 7eb0b20918 wxPython: enable headers
Headers were disabled, probably because they caused a build error: the header files were being
copied to the store path of wxwidgets, but it failed with permission denied. With this commit,
the header files stay in the wxPython store path.
To point the builder of another derivation to the wxPython header files, some tweaking is
needed. E.g. for kicad: cmakeFlags = [ "-DCMAKE_CXX_FLAGS=-I${wxPython}/include/wx-3.0" ]
2017-12-13 22:01:27 +01:00
..
3to2 use fetchPypi instead of fetchurl 2017-05-25 11:22:21 +09:00
aafigure python.pkgs: many updates 2017-08-25 19:36:14 +02:00
absl-py python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
acme python.pkgs.acme: move to separate expression 2017-07-15 17:40:55 +01:00
acme-tiny python.pkgs.acme-tiny : move to separate expression 2017-07-19 15:50:21 +07:00
acoustics treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
actdiag python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
adal Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
aenum python.pkgs: several maintenance bumps 2017-06-19 13:43:19 +02:00
afew afew: add flokli and andir as maintainers 2017-11-22 21:51:20 +01:00
affinity pythonPackages.affinity: init at 0.1.0 2017-10-28 08:55:13 -07:00
agate agate: refactor 2017-05-03 11:58:29 -07:00
agate-dbf agate-dbf: refactor 2017-05-03 11:58:29 -07:00
agate-excel agate-excel: refactor 2017-05-03 11:58:29 -07:00
agate-sql agate-sql: refactor 2017-05-03 11:58:29 -07:00
aioamqp pythonPackages.aioamqp: init at 0.10.0 2017-09-07 09:28:02 +02:00
aiodns Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
aiofiles treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
aiohttp python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
alabaster python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
alembic Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
altair python.pkgs: updates 2017-10-27 21:34:42 +02:00
amqplib Update default.nix 2017-07-29 08:27:14 +00:00
aniso8601 python.pkgs: updates 2017-10-27 21:34:42 +02:00
ansicolor pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
ansicolors pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
apipkg Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
appdirs Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
APScheduler Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
apsw python.pkgs.apsw: move to separate expression 2017-07-28 16:07:32 +07:00
area53 python.pkgs.area53: move to separate expression 2017-07-28 16:07:37 +07:00
arelle pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
argcomplete python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
argon2_cffi argon2_cffi: init at 16.3.0 2017-12-05 13:30:06 +01:00
args pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
arrow pythonPackages.arrow: move to python-modules 2017-07-21 14:10:05 +01:00
asana python.pkgs: updates 2017-10-27 21:34:42 +02:00
asgi_ipc Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
asgi_redis Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
asgiref Python: many package updates 2017-05-27 14:25:08 +02:00
asn1ate pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
asn1crypto python.pkgs: updates 2017-10-27 21:34:42 +02:00
astor python.pkgs.astor: move to separate expression 2017-07-28 16:07:36 +07:00
astroid Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
astropy python.pkgs: updates 2017-10-27 21:34:42 +02:00
async_timeout python.pkgs: updates 2017-10-27 21:34:42 +02:00
attrs Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
audioread python.pkgs: many updates 2017-08-25 19:36:14 +02:00
augeas pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
autobahn python.pkgs: updates 2017-10-27 21:34:42 +02:00
automat Python: many package updates 2017-05-27 14:25:08 +02:00
autopep8 pythonPackages.autopep8: 1.0.4 -> 1.3.3 2017-10-29 22:35:16 +01:00
awesome-slugify awesome-slugify: fixes tests 2017-09-18 23:21:24 +02:00
backports_csv backports.csv: init at 1.0.5 2017-09-16 19:23:05 -04:00
backports_shutil_get_terminal_size python.pkgs.backports_shutil_get_terminal_size: fix python 2 tests 2017-12-07 14:14:15 +01:00
backports_tempfile python.pkgs: updates 2017-10-27 21:34:42 +02:00
backports_unittest-mock Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
backports_weakref python.pkgs: updates 2017-10-27 21:34:42 +02:00
bap Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
bash_kernel python3Packages.bash_kernel: allow different python interpreters 2017-11-28 21:39:55 +00:00
bayespy python.pkgs: updates 2017-10-27 21:34:42 +02:00
bcrypt Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
beautifulsoup4 Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
behave python.pkgs.behave: init at 1.2.5 2017-09-07 09:28:03 +02:00
betamax-matchers python.pkgs.betamax-matchers: 0.3.0 -> 0.4.0 2017-11-07 13:17:45 +00:00
betamax-serializers python.pkgs.betamax-serializers: init at 0.2.0 2017-11-07 13:17:28 +00:00
bibtexparser treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
bitcoin-price-api Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
bitstring pythonPackages.bitstring: move to python-modules/ 2017-10-29 11:50:59 +01:00
bkcharts Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
blaze python.pkgs.blaze: move expression 2017-07-29 13:04:07 +02:00
blessed pythonPackages.blessed: init at 1.14.2 2017-09-23 08:23:43 +02:00
blivet pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
blockdiag pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
bokeh python.pkgs.bokeh: add myself to maintainers 2017-11-25 22:35:14 +00:00
bootstrapped-pip python.pkgs.setuptools: 36.7.1 -> 38.2.3 2017-12-07 14:14:15 +01:00
botocore python.pkgs.botocore: 1.7.43 -> 1.8.10 2017-12-09 09:18:29 +00:00
bottleneck pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
box2d
bpython bpython: 0.12 -> 0.17 2017-10-29 12:28:26 +01:00
branca pythonPackages.branca: init at 0.2.0 2017-05-04 16:19:56 +02:00
breathe python.pkgs: updates 2017-10-27 21:34:42 +02:00
browsermob-proxy pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
btrees zpl*: Fix the attribute name of the license 2017-08-06 13:49:18 +02:00
bugzilla
buildout-nix pythonPackages.zc_buildout_nix: 2.9.5 -> 2.10.0 2017-12-04 22:13:16 +02:00
bz2file make my maintainer handle match my github username 2017-09-12 15:17:18 +02:00
cachetools pythonPackages.cachetools: Add version 2.0.1 2017-09-16 09:23:15 +01:00
cairocffi python27Packages.cairocffi: FIX test_scaled_font 2016-09-09 16:16:53 +02:00
cccolutils cccolutils: init at 1.5 2017-09-16 00:11:05 -04:00
celery pythonPackages.celery: fix tests for python3.6 2017-07-17 14:23:48 +02:00
cement python.pkgs: updates 2017-10-27 21:34:42 +02:00
certifi python.pkgs: many updates 2017-08-25 19:36:14 +02:00
cffi Fix a couple of python modules to work in sandbox 2017-11-14 21:51:40 -05:00
cgkit pythonPackages.cgkit: init at 2.0.0 2016-04-06 15:31:04 +01:00
cgroup-utils pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
chai python.pkgs: many updates 2017-08-25 19:36:14 +02:00
chainmap pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
channels pythonPackages.channels: 1.1.6 -> 1.1.8 (#29772) 2017-09-26 07:51:54 +01:00
characteristic python.pkgs.characteristic: 14.1.0 -> 14.3.0 2017-06-07 17:29:47 +02:00
chardet Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
cheetah python.pkgs.cheetah: move and update expression 2017-12-07 14:14:16 +01:00
cheroot python.pkgs: updates 2017-10-27 21:34:42 +02:00
cherrypy Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
cld2-cffi pythonPackages.clld-cffi: init at 0.1.4 2017-09-16 09:23:17 +01:00
click-plugins pythonPackages.click-plugins: init at 1.0.3 2017-09-04 22:23:39 +02:00
cligj python.pkgs.cligj: enable tests 2017-09-05 08:42:53 +01:00
codecov pythonPackages.codecov: init at 2.0.9 (#27018) 2017-07-03 20:12:46 +02:00
colorama pythonPackages.colorama: move to development/python-modules 2017-06-02 11:57:45 +02:00
colorlover python.pkgs.colorlover: init at 0.2.1 2017-10-19 16:43:11 +02:00
configargparse treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
configparser pythonPackages.configparser: fix with namespace packages 2017-03-14 16:43:46 +01:00
confluent-kafka python.pkgs: many updates 2017-08-25 19:36:14 +02:00
constantly Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
construct pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
contextlib2 python.pkgs.contextlib2: fix tests 2017-12-07 14:14:16 +01:00
coverage python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
coveralls pythonPackages.coveralls: Add missing dependencies to fix build 2017-09-07 09:28:02 +02:00
cram cram: fix ignored tests causing failures 2017-09-15 18:05:36 +02:00
credstash python.pkgs: updates 2017-10-27 21:34:42 +02:00
csscompressor Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
csvkit csvkit: refactor 2017-05-03 11:58:29 -07:00
cufflinks python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
curtsies curtsies: init at 0.2.11 2017-10-29 12:27:27 +01:00
cx_freeze cx_Freeze: 4.3.4 -> 5.3.2 2017-09-14 20:30:08 -04:00
cycler Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
cymem pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
Cython python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
cytoolz python.pkgs.cytoolz: move expression 2017-10-29 12:44:13 +01:00
daphne pythonPackages.daphne: 1.2.0 -> 1.3.0 2017-07-31 17:55:03 +02:00
dask Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
datashape python.pkgs.datashape: move expression 2017-10-29 13:42:11 +01:00
dateparser pythonPackages.dateparser: 0.3.2-pre-2016-01-21 -> 0.6.0 2017-12-12 14:14:24 +01:00
dateutil Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
dbf dbf: refactor 2017-05-03 11:58:29 -07:00
dbfread Python: many package updates 2017-05-27 14:25:08 +02:00
dbus misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
demjson pythonPackages.demjson: move to python-modules/ 2017-10-29 11:51:19 +01:00
descartes pythonPackages.descartes: init at 1.1.0 2017-09-04 22:23:40 +02:00
devpi-common devpi-common: 3.1.0 -> 3.2.0 2017-12-05 13:31:55 +01:00
diff-match-patch pythonPackages.diff-match-patch: init at 20121119 2017-09-07 09:28:02 +02:00
dill Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
discid python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
discogs_client python.pkgs: updates 2017-10-27 21:34:42 +02:00
discordpy python.pkgs: updates 2017-10-27 21:34:42 +02:00
distorm3 pythonPackages.distorm3: init at 3.3.4 2017-08-09 21:50:21 +02:00
distro Python: many package updates 2017-05-27 14:25:08 +02:00
distutils-cfg
django pythonPackages.django: 1.11.6 -> 1.11.7 2017-11-03 12:09:47 +01:00
django-compat python.pkgs.django_compat: get tests working & enable them 2017-05-28 14:43:34 +01:00
django-extensions treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
django-hijack pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
django-ipware pythonPackages.django-ipware: init at 1.1.6 2017-09-07 09:28:02 +02:00
django-jinja2 pythonPackages.django-jinja: init at 2.2.2 2017-09-07 09:28:02 +02:00
django-multiselectfield python.pkgs.django-multiselectfield: 0.1.3 -> 0.1.8 2017-09-07 10:11:45 +02:00
django-pglocks pythonPackages.django-pglocks: init at 1.0.2 2017-09-07 09:28:02 +02:00
django-picklefield python.pkgs: updates 2017-10-27 21:34:42 +02:00
django-polymorphic python.pkgs: many updates 2017-08-25 19:36:14 +02:00
django-raster pythonPackages.django_raster: 0.4 -> 0.5 2017-07-17 14:23:48 +02:00
django-sampledatahelper pythonPackages.django-sampledatahelper: init at 0.4.1 2017-09-07 09:28:02 +02:00
django-sites pythonPackages.django-sites: init at 0.9 2017-09-07 09:28:02 +02:00
django-sr pythonPackages.django-sr: init at 0.0.4 2017-09-07 09:28:02 +02:00
django_appconf pythonPackages.django_appconf: 1.0.1 -> 1.0.2 2017-07-11 09:59:12 +02:00
django_compressor python.pkgs: many updates 2017-08-25 19:36:14 +02:00
django_guardian treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
django_redis python.pkgs: updates 2017-10-27 21:34:42 +02:00
django_tagging python.pkgs: updates 2017-10-27 21:34:42 +02:00
djangorestframework python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
djmail pythonPackages.djmail: init at 1.0.1 2017-09-07 09:28:02 +02:00
dkimpy pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
dnspython pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
doc8 Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
docker Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
docker_compose Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
dogpile.cache Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
dpkt pythonPackages.dpkt: 1.8 -> 1.9.1 2017-10-29 22:35:16 +01:00
ds4drv Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
dulwich python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
dyn python.pkgs: updates 2017-10-27 21:34:42 +02:00
easy-thumbnails python.pkgs: updates 2017-10-27 21:34:42 +02:00
easydict python-packages easydict: init at 1.7 2017-08-21 01:22:38 +02:00
ecpy python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
ed25519 pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
edward python.pkgs: updates 2017-10-27 21:34:42 +02:00
email-validator pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
emcee python.pkgs: many updates 2017-08-25 19:36:14 +02:00
emoji pythonPackages.emoji: 0.3.9 -> 0.4.5 2017-05-25 17:12:37 +02:00
entrypoints Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
enzyme enzyme: use fetchPypi 2017-05-21 14:38:27 +01:00
ephem ephem: init at 3.7.6.0 (#29710) 2017-09-24 11:17:24 +01:00
eve eve: 0.6.1 -> 0.7.4 2017-09-18 23:26:43 +02:00
ezdxf Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
faker python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
fastimport python: fastimport 0.9.4 -> 0.9.6 2017-11-05 22:03:40 +00:00
faulthandler python.pkgs.faulthandler: init at 2.6 2017-11-05 21:35:58 +01:00
fedpkg fedpkg: 1.14 -> 1.29 2017-09-16 00:11:06 -04:00
feedgen python.pkgs: updates 2017-10-27 21:34:42 +02:00
feedgenerator Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
fiona python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
first pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
fixtures python.pkgs.fixtures: 1.4.0 -> 3.0.0 2017-09-07 10:18:44 +02:00
flake8 Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
flake8-blind-except Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
flake8-debugger Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
flake8-future-import flake8-future-import: Add patch to fix tests. 2017-09-28 15:12:44 +02:00
flask python.pkgs.flask: disable tests 2017-09-07 09:28:03 +02:00
flask-compress Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
flask-cors Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
flask-elastic Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
flask-ldap-login Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
flask-login Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
flask-mail pythonPackages.flask-mail: init at 0.9.1 2017-09-07 09:28:02 +02:00
flask-marshmallow pythonPackages.flask-marshmallow: init at 0.8.0 2017-09-07 09:28:02 +02:00
flask-migrate Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
flask-oauthlib Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
Flask-PyMongo python.pkgs.flask-pymong: 0.3.1 -> 0.5.1 2017-08-25 19:36:19 +02:00
flask-restful Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
flask-restplus Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
flask-testing Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
flask-wtf Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
flit treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
fn pythonPackages.fn: init at 0.4.3 2017-09-07 09:28:02 +02:00
folium python.pkgs.folium: fix build 2017-11-11 09:22:25 +01:00
fonttools python.pkgs: updates 2017-10-27 21:34:42 +02:00
FormEncode pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
ftfy python.pkgs: updates 2017-10-27 21:34:42 +02:00
funcsigs pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
future pythonPackages.future: 0.15.2 -> 0.16.0 2017-05-30 13:06:56 +02:00
gensim python.pkgs: updates 2017-10-27 21:34:42 +02:00
GeoIP Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
geopandas pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
gevent pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
gflags pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
ghdiff Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
git-annex-adapter python3Packages.git-annex-adapter: init at 0.2.0 2017-11-24 20:18:04 +01:00
gpy python.pkgs: updates 2017-10-27 21:34:42 +02:00
grammalecte grammalecte: 0.5.17.2 -> 0.5.18 (#28510) 2017-08-23 19:47:47 +00:00
graph-tool treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
gst-python gstreamer: update hashes 2017-12-11 09:21:20 +00:00
guessit Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
gunicorn Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
gurobipy gurobipy: fix eval 2017-12-09 22:41:18 +00:00
guzzle_sphinx_theme guzzle_sphinx_theme: init at 0.7.11 2017-10-12 07:14:37 +01:00
gyp v8_3_16_14: fix OS X build 2017-06-26 21:28:43 +02:00
h2 python.pkgs.h2: 2.5.1 -> 3.0.1 2017-11-02 23:46:54 +00:00
h5py misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
hcs_utils python.pkgs.hcs_utils: fix tests; disable python2 2017-09-16 13:06:12 +01:00
hglib hglib: 1.7 -> 2.4 2017-09-16 00:46:27 -04:00
hidapi python.pkgs: updates 2017-10-27 21:34:42 +02:00
hieroglyph python.pkgs: updates 2017-10-27 21:34:42 +02:00
hmmlearn pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
html5-parser misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs 2017-09-21 15:49:53 -04:00
htmlmin Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
httpbin python.pkgs: updates 2017-10-27 21:34:42 +02:00
httpretty httpretty: working build for python3 2016-04-25 12:01:05 -05:00
httpserver pythonPackages.httpserver: init at 1.1.0 2017-05-04 20:25:09 +02:00
hupper hupper: fix tests on Darwin 2017-11-20 09:08:50 -05:00
hypchat pythonPackages.hypchat : move to separate expression 2017-08-31 21:18:30 +07:00
hyperframe python.pkgs.hyperframe: 4.0.1 -> 5.1.0 2017-11-02 23:46:54 +00:00
hyperlink python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
hypothesis Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
ijson pythonPackages.ijson: init at 2.3 2017-09-16 09:23:17 +01:00
incremental Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
intelhex python.pkgs.intelhex: fix patch 2017-06-27 22:27:49 +02:00
internetarchive internetarchive: 0.8.3 -> 1.7.2 2017-09-16 19:24:29 -04:00
interruptingcow interruptingcow: 0.6 -> 0.7 2017-09-18 07:32:57 +02:00
intervaltree python.pkgs.intervaltree: move to separate expression 2017-07-15 17:40:55 +01:00
ipykernel pythonPackages.ipykernel: 4.5.2 -> 4.6.1 2017-04-18 12:03:46 +02:00
ipyparallel pythonPackages.ipyparallel: 6.0.0 -> 6.0.2 2017-04-18 12:03:45 +02:00
ipython python.pkgs.ipython: add missing typing dependency 2017-11-11 08:57:09 +01:00
ipython_genutils python.pkgs.ipython_genutils: move expression 2017-10-29 12:44:13 +01:00
ipywidgets python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
iso-639 pythonPackages.iso-639: init at 0.4.5 2017-04-17 01:24:27 +02:00
iso3166 pythonPackages.iso3166: enable tests 2017-04-17 01:24:29 +02:00
jabberbot Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
jedi python.pkgs.jedi: unpin parso dependency 2017-11-25 08:46:51 +01:00
jinja2 Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
joblib python.pkgs.joblib: disable tests properly 2017-11-02 08:19:58 +00:00
jsbeautifier python.pkgs.jsbeautifier: fix name 2017-11-02 21:01:03 +00:00
jsmin pythonPackages.jsmin: init at 2.2.2 2017-10-15 16:16:33 +02:00
jsonpatch python.pkgs.jsonpatch: 1.11 -> 1.16 2017-08-25 19:36:17 +02:00
jsonref python.pkgs.jsonref: move to separate expression 2017-07-15 17:40:55 +01:00
jsonrpclib-pelix pythonPackages.jsonrpclib-pelix: init at 0.3.1 2017-12-12 14:32:12 +01:00
jsonschema Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
jug treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
jupyter_client python.pkgs.jupyter_client: 5.0.1 -> 5.1.0 2017-07-03 20:24:03 +02:00
jupyter_console python.pkgs.jupyter_console: 5.0.0 -> 5.2.0 2017-09-13 10:24:44 +02:00
jupyter_core python.pkgs.jupyter_core: own file, enable tests 2017-10-24 15:31:50 +02:00
kafka-python fixup 2017-12-12 08:48:35 +01:00
kaitaistruct python.pkgs.kaitaistruct: 0.6 -> 0.7 2017-11-02 23:46:54 +00:00
keepkey python.pkgs.keepkey: 0.7.3 -> 4.0.0 2017-11-07 17:59:24 +00:00
keras python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
keyring python-keyring: disable tests on darwin 2017-09-12 20:54:48 +02:00
keystoneauth1 keystoneauth1: enable tests 2017-09-25 23:23:38 +02:00
keystoneclient pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
keyutils pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
kitchen python.pkgs: many updates 2017-08-25 19:36:14 +02:00
koji koji: 1.8 -> 1.13.0 2017-09-16 00:11:05 -04:00
lark-parser python.pkgs.lark-parser: init at 2017-12-10 2017-12-11 13:57:24 +01:00
ldap Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
ldap3 python.pkgs.ldap3: 1.0.4 -> 2.3 2017-11-02 23:46:55 +00:00
leather pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
ledgerblue python.pkgs: updates 2017-10-27 21:34:42 +02:00
libagent Merge branch 'master' into python-trezor-fix-master 2017-11-07 18:06:28 +00:00
libais Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
libarcus python.pkgs.libarcus: 2.6.1 -> 3.0.3 2017-10-22 04:18:32 +03:00
libasyncns Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
libgpuarray pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
libnacl pythonPackages.libnacl: 1.6.0 -> 1.6.1 2017-11-12 09:49:14 +01:00
libsexy misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs 2017-09-21 15:49:53 -04:00
libsoundtouch pythonPackages.libsoundtouch: 0.3.0 -> 0.4.0 2017-05-21 22:24:26 +01:00
libtmux python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
libvirt python.pkgs.libvirt: move to separate file 2017-12-09 10:10:05 +01:00
line_profiler pythonPackages.line_profiler: fix build 2017-05-03 08:50:48 +02:00
linode-api Python linode-api: 4.1.1b2 -> 4.1.2b0 2017-08-23 14:52:00 +01:00
linuxfd pythonPackages.linuxfd: init at 1.4.4 2017-09-07 19:45:30 +00:00
livereload python.pkgs.livereload: enable tests 2017-10-01 11:00:26 +01:00
llfuse pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
llvmlite python.pkgs: updates 2017-10-27 21:34:42 +02:00
lmtpd pythonPackages.lmtpd: init at 6.0.0 2017-12-06 09:41:13 +02:00
locustio python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
logfury python.pkgs.logfury: fix build 2017-09-07 09:52:47 +02:00
logilab fixes missing attributes 2017-09-19 00:39:35 +01:00
ltc_scrypt pythonPackages.ltc_scrypt: init at 1.0 2017-05-05 21:42:04 +02:00
m2r python.pkgs: updates 2017-10-27 21:34:42 +02:00
magic-wormhole python.pkgs: updates 2017-10-27 21:34:42 +02:00
marionette-harness marionette-harness: disable for python 3 2017-09-18 07:35:18 +02:00
markdown2 python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
markdownsuperscript pythonPackage.markdownsuperscript: init at 2.0.0 2017-07-03 12:50:11 +02:00
marshmallow python.pkgs: updates 2017-10-27 21:34:42 +02:00
marshmallow-sqlalchemy python.pkgs: updates 2017-10-27 21:34:42 +02:00
matplotlib python.pkgs: updates 2017-10-27 21:34:42 +02:00
matrix-client pythonPackages.matrix-client: don't pass pythonPackages 2017-08-25 12:50:41 +01:00
mccabe pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
mdp mdp: disable tests 2017-09-15 12:29:16 +02:00
MechanicalSoup python.pkgs: updates 2017-10-27 21:34:42 +02:00
meliae Merge pull request #31389 from xvapx/meliae 2017-11-08 17:42:30 +00:00
metaphone python metaphone: init at 0.6 (#25868) 2017-05-20 10:30:10 +01:00
mezzanine pythonPackages.mezzanine: Fix template project 2016-10-31 16:38:45 +01:00
mistune mistune: 0.7.1 -> 0.7.4, own file 2017-10-24 15:31:51 +02:00
mnemonic python.pkgs: updates 2017-10-27 21:34:42 +02:00
moretools python.pkgs.moretools: 0.1a41 -> 0.1.8 2017-08-29 10:33:59 +01:00
moto moto: 0.4.25 -> 0.4.31 2017-09-15 09:15:54 -04:00
mpi4py pythonPackages.mpi4py: 2.0.0 -> 3.0.0 2017-11-15 14:14:38 +01:00
mplleaflet Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
mpyq mpyq: init at 0.2.5 2017-11-14 14:37:53 -05:00
multidict python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
multipledispatch Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
murmurhash pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
natsort python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
nbconvert pythonPackages.nbconvert: fix failing tests on darwin 2017-11-10 11:49:56 -05:00
nbformat python.pkgs.nbformat: enable tests 2017-10-24 15:31:51 +02:00
nbmerge python.pkgs.nbmerge: init at unstable-2017-10-23 2017-10-28 08:06:37 +02:00
nbxmpp python.pkgs.nbxmpp: 0.5.5 -> 0.6.0 2017-11-20 10:08:11 +00:00
netcdf4 python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
Nikola python.pkgs: updates 2017-10-27 21:34:42 +02:00
nilearn pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
nltk Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
node-semver python.pkgs: updates 2017-10-27 21:34:42 +02:00
nose-exclude python.pkgs.nose-exclude: move expression 2017-10-29 13:42:12 +01:00
nose_warnings_filters python.pkgs.nose_warnings_filters: init at 0.1.5 2017-10-24 15:31:50 +02:00
notebook python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
ntlm-auth Revert "python.pkgs.ntlm-auth: 1.0.3 -> 1.0.4" 2017-06-06 14:48:42 +02:00
numba python.pkgs: updates 2017-10-27 21:34:42 +02:00
numpy python.pkgs: updates 2017-10-27 21:34:42 +02:00
numpy-stl python.pkgs.numpy-stl: init at 2.3.2 2017-10-22 04:18:28 +03:00
numtraits python.pkgs.numtraits: move expression 2017-10-29 13:42:12 +01:00
nwdiag python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
odfpy python.pkgs.odfpy: 0.9.6 -> 1.3.5 2017-08-25 19:36:16 +02:00
odo python.pkgs.odo: move expression 2017-10-29 13:42:11 +01:00
ofxclient pythonPackages.ofxclient: Depend on beautifulsoup4 instead of beautifulsoup3 2017-10-30 12:06:07 +08:00
olefile pythonPackages.olefile: init at 0.44 2017-07-17 14:23:47 +02:00
openidc-client openidc-client: init at 0.2.0 2017-09-15 22:43:11 -04:00
openpyxl python.pkgs: updates 2017-10-27 21:34:42 +02:00
os-testr python.pkgs: updates 2017-10-27 21:34:42 +02:00
oslo-config python.pkgs: updates 2017-10-27 21:34:42 +02:00
packaging pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
pafy pythonPackages.pafy: 0.5.2 -> 0.5.3.1 (#29588) 2017-09-21 12:45:33 +01:00
pandas pandas: 0.20.3 -> 0.21.0 2017-10-31 03:08:43 +09:00
paramz python.pkgs: updates 2017-10-27 21:34:42 +02:00
parse pythonPackages.parse: init at 1.6.6 2017-09-07 09:28:03 +02:00
parse-type pythonPackages.parse-type: init at 0.3.4 2017-09-07 09:28:03 +02:00
parso python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
passlib passlib: build with argon2_cffi 2017-12-05 13:31:55 +01:00
path.py pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pathlib2 python.pkgs.pathlib2: fix tests 2017-12-07 14:14:16 +01:00
pathspec python.pkgs: updates 2017-10-27 21:34:42 +02:00
pbr python.pkgs: many updates 2017-08-25 19:36:14 +02:00
pecan pythonPackages.pecan: 1.0.3 -> 1.2.1 2017-08-09 14:51:01 +02:00
pelican python.pkgs.pelican: only patch shebangs in /bin, fixes #30116 2017-10-09 18:41:45 +02:00
pep257 Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
persistent pythonPackages.persistent: 4.0.8 -> 4.2.4.2 2017-07-28 16:13:28 +02:00
pexpect pythonPackages.pexpect: 4.2.1 -> 4.3.0 2017-11-25 19:10:30 +00:00
phonenumbers python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
phpserialize Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
piexif python.pkgs: updates 2017-10-27 21:34:42 +02:00
pika-pool pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
pillow python.pkgs: updates 2017-10-27 21:34:42 +02:00
pip-tools python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
plac plac: init at 0.9.6 2017-08-13 22:41:30 +02:00
plaster python.pkgs: updates 2017-10-27 21:34:42 +02:00
plaster-pastedeploy python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
platformio python.platformio: 2.10.3 -> 3.4.1 2017-10-02 07:20:23 +00:00
plotly python.pkgs: updates 2017-10-27 21:34:42 +02:00
pluginbase pythonPackages.pluginbase: init at 0.5 2017-04-13 03:10:10 +02:00
plumbum pythonPackages.plumbum: 1.5.0 -> 1.6.3 2017-05-01 10:10:34 +02:00
plyfile plyfile: init at 0.5 2017-10-15 15:41:30 +03:00
Pmw pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
podcastparser python.pkgs.podcastparser: 0.6.1 -> 0.6.2 2017-11-02 17:15:19 +00:00
poezio poezio: 0.10 -> 0.11 2017-02-12 15:57:39 +01:00
pomegranate pythonPackages.pomegranate: Removed unnecessary dependency 2017-11-01 14:41:45 -04:00
portend python.pkgs: updates 2017-10-27 21:34:42 +02:00
portpicker portpicker: init at 1.2.0 2017-11-14 14:37:53 -05:00
powerline pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
praw python.pkgs.praw: 3.5.0 -> 5.2.0 2017-11-07 13:17:07 +00:00
prawcore python.pkgs.prawcore: init at 0.12.0 2017-11-07 13:16:42 +00:00
premailer python.pkgs: updates 2017-10-27 21:34:42 +02:00
preshed preshed: init at 1.0.0 2017-08-13 22:41:30 +02:00
prompt_toolkit Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
protobuf pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
psd-tools pythonPackages.psd-tools: init at 1.4 2017-09-07 09:28:03 +02:00
psutil python.pkgs.psutil: 4.3.0 -> 5.4.1 2017-11-23 17:06:19 +01:00
ptpython ptpython: 0.35 -> 0.41 2017-09-14 20:48:36 -04:00
pwntools pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
py pythonPackages.py: 1.4.31 -> 1.4.34 2017-08-25 19:36:15 +02:00
py3exiv2 pythonPackages.py3exiv2: init at 0.2.1 2017-11-03 20:01:55 +01:00
pyaes Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
pyamf pythonPackages.pyamf: init at 0.8.0 2017-11-19 15:50:56 +02:00
pyasn1 python.pkgs.pyasn1: 0.1.9 -> 0.3.4 2017-11-02 23:46:54 +00:00
pyasn1-modules python.pkgs.pyasn1-modules: 0.0.8 -> 0.1.5 2017-11-02 23:46:54 +00:00
pyatspi Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
pybfd python.pkgs.pybfd: support split libbfd and libopcodes 2017-11-19 09:01:12 +00:00
pyblake2 python.pkgs.pyblake2: init at 0.9.3 2017-09-28 10:21:48 +02:00
pycairo pythonPackages.pycairo: 1.10.0 → 1.15.4 2017-11-27 19:48:19 +01:00
pycangjie treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
pycassa Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
pychromecast pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pycodestyle pycodestyle: 2.0.0 -> 2.3.1 2017-07-13 00:32:27 +00:00
pycollada pythonPackages.pycollada: 0.4.1 -> 0.5 2017-10-29 22:35:16 +01:00
pycrypto pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pycryptodome Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
pycryptodomex python.pkgs: updates 2017-10-27 21:34:42 +02:00
pycuda pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pydot treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
pydub pydub 0.16.7 -> 0.20.0 2017-09-19 00:00:10 +02:00
pyemd Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
pyev pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyexiv2 Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
pyext pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
pyfftw pythonPackages.pyfftw : move to separate expression 2017-08-31 21:18:39 +07:00
pyfiglet pythonPackages.pyfiglet : move to separate expression 2017-08-31 21:18:39 +07:00
pyflakes python.pkgs: updates 2017-10-27 21:34:42 +02:00
pyftgl pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pygame pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pygame_sdl2 python.pkgs.pygame_sdl2: python3 tests are non-functional 2017-08-27 07:08:53 +01:00
pygeoip pythonPackages.pygeoip : move to separate expression 2017-08-31 21:18:40 +07:00
pygit2 pythonPackages.pygit2: 0.25.1 -> 0.26.0 2017-11-05 18:43:30 +00:00
pyGithub pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyglet pythonPackages.pyglet : move to separate expression 2017-08-31 21:18:40 +07:00
Pygments pythonPackages.pygments: move expression to own file 2017-05-07 22:23:32 +02:00
pygobject Merge #32034: pygobject: 3.24.1 -> 3.26.1 2017-12-01 08:00:24 +01:00
pygpgme pythonPackages.pygpgme : move to separate expression 2017-08-31 21:18:41 +07:00
pygraphviz python.pkgs: many updates 2017-08-25 19:36:14 +02:00
pygtk pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pygtksourceview pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyhamcrest pythonPackages.pyhamcrest: init at 1.9.0 2017-09-07 09:28:03 +02:00
pyjwkest python.pkgs: updates 2017-10-27 21:34:42 +02:00
pylast python.pkgs: many updates 2017-08-25 19:36:14 +02:00
PyLD pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
pylibacl pythonPackages.pylibacl: 0.5.1 -> 0.5.3 2017-10-30 11:55:47 +08:00
pylibmc python.pkgs.pylibmc: use fetchPypi for src 2017-05-29 02:10:43 +01:00
pylint python.pkgs: updates 2017-10-27 21:34:42 +02:00
pymongo pymongo: 3.0.3 -> 3.5.1 2017-09-18 23:26:43 +02:00
pyobjc python.pkgs.pyobjc: init at 4.0b1 2017-11-05 21:35:59 +01:00
pyocr pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyodbc python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
pyopencl tree-wide: fix either check-meta or meta attrs of all the packages I evaluate 2017-12-05 13:46:52 +01:00
pypandoc python.pkgs: many updates 2017-08-25 19:36:14 +02:00
pyparsing pythonPackages.pyparsing: 2.1.10 -> 2.2.0 2017-07-17 14:23:48 +02:00
pypcap pypcap: 1.1.6 -> 1.2.0 2017-11-16 09:22:11 +01:00
pyphen pythonPackages.pyphen: init at 0.9.4 2017-09-16 09:23:17 +01:00
pyproj Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
pyqt pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyramid_beaker python.pkgs.pyramid_beaker: fix tests 2017-08-28 12:21:13 +01:00
pyrax Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
pyro pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyroute2 Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
pyrr pythonPackages.pyrr : move to separate expression 2017-08-31 21:18:41 +07:00
pyrtlsdr python.pkgs: updates 2017-10-27 21:34:42 +02:00
pysc2 pysc2: init at 1.2 2017-11-14 14:37:53 -05:00
pyscard yubikey-manager: 3.1 -> 4.0 2017-09-09 23:07:14 -04:00
pyserial python.pyserial: 2.7 -> 3.4 2017-10-02 07:20:23 +00:00
pyshp Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
pyside python.pkgs.pysideShiboken: fix gcc6 build 2017-08-26 09:15:49 +01:00
pyslurm pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pysmbc pysmbc: clarify license 2017-10-01 23:51:23 +00:00
pysoundfile pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyspread python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
pysrt Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
pyte pyte: init at 0.7.0 2017-10-29 12:26:45 +01:00
pytest Merge remote-tracking branch 'upstream/python-unstable' into HEAD 2017-11-24 19:58:07 +01:00
pytest-asyncio python.pkgs: updates 2017-10-27 21:34:42 +02:00
pytest-cram pythonPackages.pytest-cram: init at 0.1.1 2017-05-08 11:30:06 +03:00
pytest-datafiles treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
pytest-django python.pkgs.pytest-django: fix patch hash 2017-09-01 08:56:08 +01:00
pytest-expect pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pytest-flake8 pytest-flake8: 0.8.1 -> 0.9.1 2017-11-22 07:34:10 +02:00
pytest-forked python.pkgs.pytest-forked: init at 0.2 2017-08-25 19:36:15 +02:00
pytest-httpbin Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
pytest-localserver pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7 (#26238) 2017-05-30 17:47:00 +02:00
pytest-pep257 Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
pytest-sugar Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
pytest-timeout pytest-timeout: init at 1.2.1 2017-12-05 13:31:43 +01:00
pytest-warnings python.pkgs.pytest-warnings: fix homepage, fixes eval 2017-09-06 20:17:31 +02:00
pytest-xdist python.pkgs: updates 2017-10-27 21:34:42 +02:00
python-editor python.pkgs.python-editor: fix by disabling tests 2017-08-25 19:36:16 +02:00
python-fontconfig pythonPackages.fontconfig: init at 0.5.1 2017-10-19 20:30:22 +02:00
python-fuse pythonPackages.fuse: Move to python-modules 2017-10-30 11:55:46 +08:00
python-gnupg python.pkgs.python-gnupg: disable failing test test_search_keys 2017-09-23 19:01:41 +02:00
python-jose pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
python-simple-hipchat python.pkgs.python_simple_hipchat: move out of python-packages 2017-09-10 14:31:30 +01:00
python-slugify python-slugify: refactor 2017-05-03 11:58:29 -07:00
python-sql Python: many package updates 2017-05-27 14:25:08 +02:00
python-stdnum python.pkgs: updates 2017-10-27 21:34:42 +02:00
python-uinput pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
python-utils pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
python_fedora pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pytimeparse Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
pytoml python.pkgs.pytoml: move to separate expression 2017-07-15 17:40:55 +01:00
pytorch pytorch: fix sha256 hash 2017-11-22 23:11:52 +01:00
pyudev Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
pyusb pythonPackages.pyusb: 1.0.0 -> 1.0.2 2017-10-29 22:35:16 +01:00
pywbem pywbem: hash keeps changing - why? Embed the patch 2017-09-25 21:31:12 +08:00
pywebdav PyWebDAV: Fix src url 2017-09-15 10:31:56 +02:00
pywinrm Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
pyxattr pythonPackages.pyxattr: 0.5.1 -> 0.6.0 2017-10-30 11:55:45 +08:00
pyxml Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
pyzufall pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
qtawesome pythonPackages.qtawesome: init at 0.4.4 2017-11-15 15:47:02 +00:00
qtconsole python.pkgs: many updates 2017-08-25 19:36:14 +02:00
qtpy pythonPackages.qtpy: init at 1.3.1 2017-11-15 15:48:43 +00:00
rackspace-novaclient pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
radicale_infcloud radicale_infcloud: init 2017-09-19 08:20:39 -07:00
rainbowstream rainbowstream: 1.3.5 -> 1.3.6 2016-11-27 11:37:20 +09:00
ramlfications pythonPackages.ramlfications : move to separate expression 2017-08-31 21:18:38 +07:00
rarfile pythonPackages.rarfile: use free libarchive by default. 2017-05-31 05:53:29 +02:00
raven pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
rcssmin pythonPackages.rcssmin: init at 1.0.6 2017-07-11 09:44:12 +02:00
readme_renderer python.pkgs.readme_renderer: init at 17.2 2017-09-07 10:01:06 +02:00
rebulk pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
recommonmark python.pkgs.recommonmark: move expression 2017-10-29 13:54:56 +01:00
recursive-pth-loader pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
redis pythonPackages.redis: 2.10.5 -> 2.10.6 2017-09-28 14:00:01 +02:00
reikna treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
relatorio python.pkgs: updates 2017-10-27 21:34:42 +02:00
reportlab python.pkgs.reportlab: 3.2.0 -> 3.4.0 2017-11-11 09:16:59 +01:00
requests Add even more dev outputs 2017-09-27 12:08:48 +02:00
requests-oauthlib Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
requests-toolbelt python.pkgs.requests-toolbelt: 0.7.1 -> 0.8.0 2017-09-28 10:21:48 +02:00
requests_download treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
requests_ntlm python.pkgs: updates 2017-10-27 21:34:42 +02:00
requestsexceptions treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
restructuredtext_lint python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
restview python.pkgs.restview: 2.5.2 -> 2.7.0 2017-09-07 10:01:51 +02:00
rfc3986 python.pkgs: many updates 2017-08-25 19:36:14 +02:00
rhpl Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
rjsmin pythonPackages.rjsmin: init at 1.0.12 2017-07-11 09:43:30 +02:00
robomachine pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
robotframework pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
robotframework-ride pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
robotsuite Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
root_numpy root_numpy: init at 4.7.3 2017-10-25 00:55:29 -04:00
rootpy rootpy: 0.9.0 -> 1.0.1 2017-10-25 14:05:03 -04:00
rope pythonPackages.rope: 0.10.2 -> 0.10.7 2017-11-15 15:27:26 +00:00
ROPGadget pythonPackages.ROPGadget : move to separate expression 2017-08-31 21:18:39 +07:00
ropper pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
rpkg Fix eval 2017-09-17 09:41:28 +02:00
rply pythonPackages.rply: enable tests 2017-11-01 05:14:33 -05:00
rpmfluff rpmfluff: init at 0.5.3 2017-09-16 00:11:05 -04:00
s2clientprotocol s2clientprotocol: init at 3.19.1.58600.0 2017-11-14 14:37:53 -05:00
s3transfer python.pkgs.s3transfer: 0.1.11 -> 0.1.12 2017-12-09 09:18:29 +00:00
salmon pythonPackages: rename dns -> dnspython 2017-12-10 15:27:06 +01:00
sampledata pythonPackages.sampledata: init at 0.3.7 2017-09-07 09:28:03 +02:00
scapy pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
schema schema: init at 0.6.6 2017-09-16 17:25:21 -04:00
scikitlearn python.pkgs: updates 2017-10-27 21:34:42 +02:00
scipy python.pkgs: updates 2017-10-27 21:34:42 +02:00
scrapy pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
seaborn python.pkgs.seaborn: move expression 2017-10-29 13:42:11 +01:00
secretstorage treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
selenium pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
semantic-version python.semantic-version: 2.4.2 -> 2.6 2017-10-02 07:20:23 +00:00
semver python.pkgs: updates 2017-10-27 21:34:42 +02:00
seqdiag python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
serpy python.pkgs: updates 2017-10-27 21:34:42 +02:00
service_identity Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
setuptools Revert "pythonPackages.setuptools: make compatible with hasPythonModule" 2017-12-08 14:21:20 +00:00
setuptools_scm pythonPackages.setuptools_scm: 1.15.0 -> 1.15.6 2017-08-25 19:36:15 +02:00
shapely python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
simanneal python.pkgs.simanneal: enable tests 2017-09-24 15:57:49 +01:00
simpleeval pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
simplejson python.pkgs: many updates 2017-08-25 19:36:14 +02:00
sip sip: 4.19.1 -> 4.19.3 2017-10-02 15:07:18 -05:00
six Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
smart_open make my maintainer handle match my github username 2017-09-12 15:17:18 +02:00
smugpy pythonPackages.smugpy : move to separate expression 2017-08-31 21:18:38 +07:00
snakeviz pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
sounddevice python.pkgs: updates 2017-10-27 21:34:42 +02:00
spacy pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
spambayes python.pkgs.spambayes: 1.1b1 -> 1.1b2 2017-10-07 22:28:38 +01:00
sphfile pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
sphinx python.pkgs: updates 2017-10-27 21:34:42 +02:00
sphinx-testing Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
sphinxcontrib-websupport python.pkgs.sphinxcontrib-websupport: init at 1.0.1 2017-08-25 19:36:20 +02:00
spotipy pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
sqlalchemy python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
sqlalchemy-migrate oslo-config,sqlalchemy: add makefu to list of maintainers 2017-09-25 23:23:38 +02:00
sqlmap python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
statsmodels python.pkgs.statsmodels: disable tests 2017-09-07 09:48:54 +02:00
stevedore python.pkgs: updates 2017-10-27 21:34:42 +02:00
stringtemplate pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
stripe python.pkgs: updates 2017-10-27 21:34:42 +02:00
subliminal Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
subprocess32 python.pkgs.subprocess32: 3.2.6 -> 3.2.7 2017-09-17 11:09:26 +02:00
supervise_api pythonPackages.supervise_api: init at 0.1.5 2017-10-07 12:03:25 +02:00
sybase pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
sybil python.pkgs.sybil: init at 1.0.5 2017-11-07 13:16:19 +00:00
systemd pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
tables pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
tabulate python.pkgs.tabulate: move expression 2017-10-29 13:44:43 +01:00
taskw
tempora python.pkgs: updates 2017-10-27 21:34:42 +02:00
tensorflow pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
tensorflow-tensorboard python.pkgs.tensorflow-tensorboard: init at 0.1.5 2017-09-25 22:37:06 +03:00
testfixtures python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
testtools Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
textacy pythonPackages.textacy: init at 0.4.1 2017-09-16 09:23:16 +01:00
Theano python.pkgs.Theano: merge CUDA and non-CUDA versions 2017-10-19 12:47:30 +03:00
thespian Removed extraneous comment; updated note reg testing use of network. 2017-11-22 21:23:43 -08:00
thinc pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
tiros python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
titlecase pythonPackages.titlecase: init at 0.12.0 2017-11-11 15:00:23 -05:00
todoist pythonPackages.todoist: Init at 7.0.17. 2017-08-23 13:00:22 +02:00
toolz python.pkgs.toolz: move expression 2017-10-29 12:44:13 +01:00
torchvision torchvision: init at 0.1.9 2017-08-21 20:43:28 +09:00
tornado Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
tqdm python.pkgs.tqdm: remove performance tests 2017-11-25 08:49:32 +01:00
traitlets python.pkgs.traitlets: move expression 2017-10-29 13:42:11 +01:00
transaction Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
treq Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
trezor python-trezor: Move mnemonic dependency to propagatedBuildInputs 2017-10-26 22:58:09 +02:00
trollius python.pkgs.trollius: use optionals instead of optional, fixes eval for neovim 2017-11-24 20:14:28 +01:00
TurboCheetah python.pkgs.TurboCheetah: init at 1.0 2017-12-07 14:14:16 +01:00
twilio twilio: init at 6.8.0 2017-10-19 09:56:47 +02:00
twill Python: many package updates 2017-05-27 14:25:08 +02:00
twine treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
twisted python.pkgs: updates 2017-10-27 21:34:42 +02:00
txaio python.pkgs: updates 2017-10-27 21:34:42 +02:00
txtorcon Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
typed-ast python.pkgs: updates 2017-10-27 21:34:42 +02:00
typeguard pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
tzlocal Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
u-msgpack-python pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
ukpostcodeparser python.pkgs: updates 2017-10-27 21:34:42 +02:00
umemcache pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
uncertainties treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
unicorn python.pkgs.unicorn: disable python3 2017-09-10 14:21:56 +01:00
unidecode Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
unifi python.pkgs.unifi: move to separate expression 2017-07-15 17:40:54 +01:00
update_checker python.pkgs.update_checker: 0.11 -> 0.16 2017-11-07 13:15:49 +00:00
uranium python.pkgs.uranium: 2.6.1 -> 3.0.3 2017-10-22 04:18:37 +03:00
uritools pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
urlgrabber urlgrabber: 3.9.1 -> 3.10.2 2017-09-16 00:11:06 -04:00
urllib3 urllib3: revert multiple outputs 2017-09-27 17:11:14 +02:00
urwid python3.pkgs.urwid: remove several tests 2017-11-25 09:03:32 +01:00
usbtmc pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
vcrpy python.pkgs.vcrpy: 1.11.0 -> 1.11.1 2017-06-01 18:24:57 +02:00
vcversioner treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
vega python.pkgs: many updates 2017-08-25 19:36:14 +02:00
vine python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
virtualenv python.pkgs: many updates 2017-08-25 19:36:14 +02:00
vowpalwabbit Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
waitress-django pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
Wand treewide: Use *Platform.extensions 2017-09-13 11:16:10 -04:00
webencodings pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
websockets python.pkgs: many updates 2017-08-25 19:36:14 +02:00
werkzeug Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
wheel python.pkgs.wheel: 0.29.0 -> 0.30.0 2017-09-13 09:03:09 +02:00
whoosh Whoosh: fix python3.6 2017-05-12 20:37:48 +01:00
widgetsnbextension python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
wptserve pythonPackages.wptserve: make python2-only (upstream uses relative import in the latest release) 2017-09-06 13:46:16 +02:00
ws4py python.pkgs.ws4py: skip flaky timing-sensitive tests 2017-12-01 04:12:06 +00:00
wxPython wxPython: enable headers 2017-12-13 22:01:27 +01:00
xarray xarray: Add upstream patch to fix tests. (#28643) 2017-09-24 20:36:55 +01:00
xlwt python.pkgs: many updates 2017-08-25 19:36:14 +02:00
xmltodict python.pkgs.xmltodict: 0.9.2 -> 0.11.0 2017-12-09 14:07:24 +01:00
xmpppy pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
yamllint python.pkgs: updates 2017-10-27 21:34:42 +02:00
yapf python.pkgs: updates 2017-10-27 21:34:42 +02:00
yarl python.pkgs: updates 2017-10-27 21:34:42 +02:00
yenc pythonPackages.yenc: init at 0.4.0 2017-01-11 18:12:32 +01:00
yolk pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
yowsup pythonPackages.yowsup: disable python2 build 2017-11-11 09:46:11 +01:00
zc_lockfile zpl*: Fix the attribute name of the license 2017-08-06 13:49:18 +02:00
zconfig Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
zeep python.pkgs: updates 2017-10-27 21:34:42 +02:00
zeroconf pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
zetup python.pkgs: updates 2017-10-27 21:34:42 +02:00
zipfile36 python.pkgs.zipfile36: move expression 2017-10-29 13:42:11 +01:00
zipstream pythonPackages: Move my libraries to python-modules 2017-10-31 17:28:59 +01:00
zodb Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
zodbpickle Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
zope_interface python.pkgs: updates 2017-10-27 21:34:42 +02:00
zope_testrunner python.pkgs.zope_testrunner: 4.7.0 -> 4.8.1 2017-11-28 02:03:24 +00:00
zxcvbn-python Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
fedpkg-buildfix.diff
fix_swiftclient_mocking.patch
pyacoustid-py3.patch
pyhepmc_export_edges.patch pythonPackages.pyhepmc: init at 0.5.0 2017-03-01 22:53:40 -05:00
pyhepmc_export_flow.patch pythonPackages.pyhepmc: init at 0.5.0 2017-03-01 22:53:40 -05:00
pypoppler-0.39.0.patch pythonPackages.pypoppler: init at 0.12.2 2016-10-01 11:10:02 +02:00
pypoppler-poppler.c.patch pythonPackages.pypoppler: init at 0.12.2 2016-10-01 11:10:02 +02:00
pyuv-external-libuv.patch pyuv: 0.11.5 -> 1.2.0 2016-04-27 12:25:22 +02:00
suds-0.4-CVE-2013-2217.patch