aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* gnu: Add python-wsgiproxy2.Christopher Allan Webber2016-02-21
| | | | | * gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2): New variables.
* gnu: Add python-waitress.Christopher Allan Webber2016-02-21
| | | | * gnu/packages/python.scm (python-waitress, python2-waitress): New variables.
* gnu: Add python-beautifulsoup4.Christopher Allan Webber2016-02-21
| | | | | * gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4): New variables.
* gnu: Add python-pytest-xdist.Christopher Allan Webber2016-02-21
| | | | | * gnu/packages/python.scm (python-pytest-xdist, python2-pytest-xdist): New variables.
* gnu: Add python2-execnet.Christopher Allan Webber2016-02-21
| | | | * gnu/packages/python.scm (python2-execnet): New variable.
* gnu: Add python2-apipkg.Christopher Allan Webber2016-02-21
| | | | * gnu/packages/python.scm (python2-apipkg): New variable.
* gnu: Add python-alembic.Christopher Allan Webber2016-02-21
| | | | * gnu/packages/python.scm (python-alembic, python2-alembic): New variables.
* Update all sources from freedesktop.org to use httpsAndy Wingo2016-02-21
| | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm: * gnu/packages/xdisorg.scm: * gnu/packages/video.scm: * gnu/packages/tls.scm: * gnu/packages/python.scm: * gnu/packages/pulseaudio.scm: * gnu/packages/polkit.scm: * gnu/packages/pdf.scm: * gnu/packages/libcanberra.scm: * gnu/packages/gtk.scm: * gnu/packages/gstreamer.scm: * gnu/packages/gnome.scm: * gnu/packages/glib.scm: * gnu/packages/ghostscript.scm: * gnu/packages/freedesktop.scm: * gnu/packages/fontutils.scm: Update all sources hosted on freedesktop to fetch tarballs via https. freedesktop.org appears to have updated recently to redirect all http to https. As an exception, we leave pkg-config like it is, because pkg-config is needed to build gnutls, and without gnutls we can't download https URLs.
* gnu: python-enum34: Remove python-setuptools from inputs.Leo Famulari2016-02-21
| | | | | * gnu/packages/python.scm (python-enum34)[inputs]: Remove python-setuptools.
* gnu: Don't use python-enum34 when building with python-3.4.Leo Famulari2016-02-21
| | | | | | | | * gnu/packages/docker.scm (docker-compose)[inputs]: Remove python-enum34. * gnu/packages/python.scm (python-parse-type)[inputs]: Likewise. (behave)[inputs]: Likewise. (python-cryptography)[propagated-inputs]: Likewise. (python2-cryptography)[propagated-inputs]: Add python2-enum34.
* gnu: Add python2-enum34.Leo Famulari2016-02-21
| | | | * gnu/packages/python.scm (python2-enum34): New variable.
* gnu: python-enum34: Update to 1.1.0.Leo Famulari2016-02-21
| | | | | * gnu/packages/python.scm (python-enum34): Update to 1.1.0. [source]: Use pypi-uri.
* gnu: Add python-mako.David Thompson2016-02-17
| | | | * gnu/packages/python.scm (python-mako, python2-mako): New variables.
* gnu: python-click-log: Update to 0.1.3.Leo Famulari2016-02-15
| | | | * gnu/packages/python.scm (python-click-log): Update to 0.1.3.
* gnu: python-atomicwrites: Update to 0.1.9.Leo Famulari2016-02-15
| | | | * gnu/packages/python.scm (python-atomicwrites): Update to 0.1.9.
* gnu: python-lxml: Update to 3.5.0.Leo Famulari2016-02-15
| | | | | * gnu/packages/python.scm (python-lxml, python2-lxml): Update to 3.5.0. [source]: Use pypi-uri.
* gnu: python-sqlalchemy: Update to 1.0.12.Christopher Allan Webber2016-02-15
| | | | * gnu/packages/python.scm (python-sqlalchemy): Update to 1.0.12.
* gnu: python-ly: Update to 0.9.3.Andreas Enge2016-02-14
| | | | * gnu/packages/python.scm (python-ly): Update to 0.9.3.
* gnu: Add python-wtformsChristopher Allan Webber2016-02-13
| | | | * gnu/packages/python.scm (python-wtforms, python2-wtforms): New variables.
* gnu: python-wheel: Define 'python2-variant'.Leo Famulari2016-02-12
| | | | | | | | * gnu/packages/python.scm (python-wheel)[properties]: New field. (python2-wheel): Use 'strip-python2-variant'. (python2-requests): Take the result of 'package-with-python2' directly. * gnu/packages/openstack.scm (python2-requests-mock): Likewise. (python2-oslosphinx): Likewise.
* gnu: python-jsonschema: Define 'python2-variant'.Leo Famulari2016-02-12
| | | | | | | * gnu/packages/python.scm (python-jsonschema)[properties]: New field. (python2-jsonschema): Use 'strip-python2-variant'. * gnu/packages/openstack.scm (python2-tempest-lib): Take the result of 'package-with-python2' directly.
* gnu: python-cryptography: Define 'python2-variant'.Leo Famulari2016-02-12
| | | | | | * gnu/packages/python.scm (python-cryptography)[properties]: New field. (python2-cryptography): Use 'strip-python2-variant'. (python2-pyopenssl): Take the result of 'package-with-python2' directly.
* gnu: python2-fastlmm: Update to 0.2.21.Ricardo Wurmus2016-02-12
| | | | * gnu/packages/python.scm (python2-fastlmm): Update to 0.2.21.
* gnu: python2-pysnptools: Update to 0.3.5.Ricardo Wurmus2016-02-12
| | | | * gnu/packages/python.scm (python2-pysnptools): Update to 0.3.5.
* gnu: python-numpy-bootstrap: Update to 1.10.4.Ricardo Wurmus2016-02-12
| | | | * gnu/packages/python.scm (python-numpy-bootstrap): Update to 1.10.4.
* gnu: python-pandas: Update to 0.16.2.Ricardo Wurmus2016-02-12
| | | | * gnu/packages/python.scm (python-pandas): Update to 0.16.2.
* gnu: python-pillow: Update to 3.1.1 [fixes CVE-2016-{0740, 0775}].Leo Famulari2016-02-08
| | | | * gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.1.1.
* gnu: Add python2-xdo.Christopher Allan Webber2016-02-07
| | | | * gnu/packages/python.scm (python2-xdo): New variable.
* gnu: python-matplotlib: Define 'python2-variant'.Ludovic Courtès2016-02-07
| | | | | | | | * gnu/packages/python.scm (python2-numpy): Take the result of 'package-with-python2' directly. (python2-scipy): Likewise. (python-matplotlib)[properties]: New field. (python2-matplotlib): Call 'strip-python2-variant'.
* gnu: python-cython: Define 'python2-variant'.Ludovic Courtès2016-02-07
| | | | | * gnu/packages/python.scm (python-cython)[properties]: New field. (python2-cython): Use 'strip-python2-variant'.
* gnu: python2-pysqlite: Update to 2.8.1.Efraim Flashner2016-02-07
| | | | | | * gnu/packages/python.scm (python2-pysqlite): Update to 2.8.1. [source]: Change to `pypi uri` syntax. [home-page]: Update to new homepage.
* gnu: python2-backport-ssl-match-hostname: Update to 3.5.0.1.Efraim Flashner2016-02-07
| | | | | | | * gnu/packages/python.scm (python2-backport-ssl-match-hostname): Update to 3.5.0.1. [arguments]: Skip tests. [synopsis]: Update for python version 3.5.x.
* gnu: python-cryptography: Update to 1.2.2.Efraim Flashner2016-02-07
| | | | | | | | | * gnu/packages/python.scm (python-cryptography): Update to 1.2.2. [source]: Change to `pypi uri` syntax. [native-inputs]: Add python-pyasn1, python-pyasn1-modules, python-hypothesis. (python2-cryptography)[propagated-inputs]: Add python2-backport-ssl-match-hostname
* gnu: python-cryptography-vectors: Update to 1.2.2.Efraim Flashner2016-02-07
| | | | * gnu/packages/python.scm (python-cryptography-vectors): Update to 1.2.2.
* gnu: python-pip: Update to 8.0.2.Efraim Flashner2016-02-07
| | | | | * gnu/packages/python.scm (python-pip): Update to 8.0.2. [source]: Change to `pypi uri` syntax.
* gnu: Add python-pytest-subtesthack.Leo Famulari2016-02-02
| | | | | * gnu/packages/python.scm (python-pytest-subtesthack, python2-pytest-subtesthack): New variables.
* gnu: Add python-hypothesis.Leo Famulari2016-02-02
| | | | | * gnu/packages/python.scm (python-hypothesis, python2-hypothesis): New variables.
* gnu: Add awscli.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (awscli): New variable.
* gnu: Add python-botocore.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-botocore): New variable.
* gnu: Add python-jmespath.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-jmespath): New variable.
* gnu: Add python-tox.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-tox): New variable.
* gnu: Add python-pluggy.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-pluggy): New variable.
* gnu: Add python-rsa.David Thompson2016-02-02
| | | | * gnu/packages/python.scm (python-rsa, python2-rsa): New variables.
* gnu: Add python-colorama.David Thompson2016-02-02
| | | | | * gnu/packages/python.scm (python-colorama, python2-colorama): New variables.
* gnu: python-apsw: Update to 3.9.2-r1.Efraim Flashner2016-02-01
| | | | | * gnu/packages/python.scm (python-apsw): Update to 3.9.2-r1. [source]: Change to pypi uri syntax.
* gnu: python-pillow: Update to 3.1.0.Efraim Flashner2016-02-01
| | | | | * gnu/packages/python.scm (python-pillow): Update to 3.1.0. [source]: Change to pypi uri syntax.
* Merge branch 'master' into core-updatesMark H Weaver2016-01-19
|\
| * python2-jsonschema: Add python2-functools32 to inputs.Efraim Flashner2016-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python2-jsonschema)[inputs]: Add python2-functools32. (python2-wheel)[native-inputs]: Specify python2-jsonschema. Add python2-functools32. (python2-requests)[propagated-inputs]: Specify python2-wheel. (python2-ipython)[inputs]: Specify python2-jsonschema, python2-requests. (python2-rauth)[propagated-inputs]: Specify python2-requests. * gnu/packages/openstack.scm (python2-requests-mock)[propagated-inputs]: Specify python2-requests. (python2-tempest-lib)[propagated-inputs]: Specify python2-jsonschema. (python2-oslosphinx)[propagated-inputs]: Specify python2-requests. (python2-keystoneclient)[porpagated-inputs]: Specify python2-requests. [native-inputs]: Specify python2-oslosphinx, python2-requests-mock, python2-tempest-lib. (python2-swiftclient)[propagated-inputs]: Specify python2-requests, python2-oslosphinx.
| * gnu: Add python-urllib3.Efraim Flashner2016-01-17
| | | | | | | | * gnu/packages/python.scm (python-urllib3, python2-urllib3): New variables.
| * gnu: python-wheel: Clarify description.Efraim Flashner2016-01-17
| | | | | | | | * gnu/packages/python.scm (python-wheel): Do it.