summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2016-02-22gnu: Add python-sphinx-repoze-autointerface.Leo Famulari
* gnu/packages/python.scm (python-sphinx-repoze-autointerface, python2-sphinx-repoze-autointerface): New variables.
2016-02-22gnu: Add python-sphinxcontrib-programoutput.Leo Famulari
* gnu/packages/python.scm (python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput): New variables.
2016-02-21gnu: python-apipkg: Remove unzip dependency.Christopher Allan Webber
Unzip was never used for this package. * gnu/packages/python.scm (python-apipkg): Remove unzip dependency.
2016-02-21gnu: Add python-editor.Christopher Allan Webber
* gnu/packages/python.scm (python-editor, python2-editor): New variables.
2016-02-21gnu: Add python-translitcodec.Christopher Allan Webber
* gnu/packages/python.scm (python-translitcodec, python2-translitcodec): New variables.
2016-02-21gnu: Add python-celery.Christopher Allan Webber
* gnu/packages/python.scm (python-celery, python2-celery): New variables.
2016-02-21gnu: Add python-billiard.Christopher Allan Webber
* gnu/packages/python.scm (python-billiard, python2-billiard): New variables.
2016-02-21gnu: Add python-kombu.Christopher Allan Webber
* gnu/packages/python.scm (python-kombu, python2-kombu): New variables.
2016-02-21gnu: Add python-amqp.Christopher Allan Webber
* gnu/packages/python.scm (python-amqp, python2-amqp): New variables.
2016-02-21gnu: Add python-anyjson.Christopher Allan Webber
* gnu/packages/python.scm (python-anyjson, python2-anyjson): New variables.
2016-02-21gnu: Add python-webtest.Christopher Allan Webber
* gnu/packages/python.scm (python-webtest, python2-webtest): New variables.
2016-02-21gnu: Add python-pyquery.Christopher Allan Webber
* gnu/packages/python.scm (python-pyquery, python2-pyquery): New variables.
2016-02-21gnu: Add python-pastedeploy.Christopher Allan Webber
* gnu/packages/python.scm (python-pastedeploy, python2-pastedeploy): New variables.
2016-02-21gnu: Add python-wsgiproxy2.Christopher Allan Webber
* gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2): New variables.
2016-02-21gnu: Add python-waitress.Christopher Allan Webber
* gnu/packages/python.scm (python-waitress, python2-waitress): New variables.
2016-02-21gnu: Add python-beautifulsoup4.Christopher Allan Webber
* gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4): New variables.
2016-02-21gnu: Add python-pytest-xdist.Christopher Allan Webber
* gnu/packages/python.scm (python-pytest-xdist, python2-pytest-xdist): New variables.
2016-02-21gnu: Add python2-execnet.Christopher Allan Webber
* gnu/packages/python.scm (python2-execnet): New variable.
2016-02-21gnu: Add python2-apipkg.Christopher Allan Webber
* gnu/packages/python.scm (python2-apipkg): New variable.
2016-02-21gnu: Add python-alembic.Christopher Allan Webber
* gnu/packages/python.scm (python-alembic, python2-alembic): New variables.
2016-02-21Update all sources from freedesktop.org to use httpsAndy Wingo
* 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.
2016-02-21gnu: python-enum34: Remove python-setuptools from inputs.Leo Famulari
* gnu/packages/python.scm (python-enum34)[inputs]: Remove python-setuptools.
2016-02-21gnu: Don't use python-enum34 when building with python-3.4.Leo Famulari
* 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.
2016-02-21gnu: Add python2-enum34.Leo Famulari
* gnu/packages/python.scm (python2-enum34): New variable.
2016-02-21gnu: python-enum34: Update to 1.1.0.Leo Famulari
* gnu/packages/python.scm (python-enum34): Update to 1.1.0. [source]: Use pypi-uri.
2016-02-17gnu: Add python-mako.David Thompson
* gnu/packages/python.scm (python-mako, python2-mako): New variables.
2016-02-15gnu: python-click-log: Update to 0.1.3.Leo Famulari
* gnu/packages/python.scm (python-click-log): Update to 0.1.3.
2016-02-15gnu: python-atomicwrites: Update to 0.1.9.Leo Famulari
* gnu/packages/python.scm (python-atomicwrites): Update to 0.1.9.
2016-02-15gnu: python-lxml: Update to 3.5.0.Leo Famulari
* gnu/packages/python.scm (python-lxml, python2-lxml): Update to 3.5.0. [source]: Use pypi-uri.
2016-02-15gnu: python-sqlalchemy: Update to 1.0.12.Christopher Allan Webber
* gnu/packages/python.scm (python-sqlalchemy): Update to 1.0.12.
2016-02-14gnu: python-ly: Update to 0.9.3.Andreas Enge
* gnu/packages/python.scm (python-ly): Update to 0.9.3.
2016-02-13gnu: Add python-wtformsChristopher Allan Webber
* gnu/packages/python.scm (python-wtforms, python2-wtforms): New variables.
2016-02-12gnu: python-wheel: Define 'python2-variant'.Leo Famulari
* 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.
2016-02-12gnu: python-jsonschema: Define 'python2-variant'.Leo Famulari
* 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.
2016-02-12gnu: python-cryptography: Define 'python2-variant'.Leo Famulari
* 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.
2016-02-12gnu: python2-fastlmm: Update to 0.2.21.Ricardo Wurmus
* gnu/packages/python.scm (python2-fastlmm): Update to 0.2.21.
2016-02-12gnu: python2-pysnptools: Update to 0.3.5.Ricardo Wurmus
* gnu/packages/python.scm (python2-pysnptools): Update to 0.3.5.
2016-02-12gnu: python-numpy-bootstrap: Update to 1.10.4.Ricardo Wurmus
* gnu/packages/python.scm (python-numpy-bootstrap): Update to 1.10.4.
2016-02-12gnu: python-pandas: Update to 0.16.2.Ricardo Wurmus
* gnu/packages/python.scm (python-pandas): Update to 0.16.2.
2016-02-08gnu: python-pillow: Update to 3.1.1 [fixes CVE-2016-{0740, 0775}].Leo Famulari
* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.1.1.
2016-02-07gnu: Add python2-xdo.Christopher Allan Webber
* gnu/packages/python.scm (python2-xdo): New variable.
2016-02-07gnu: python-matplotlib: Define 'python2-variant'.Ludovic Courtès
* 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'.
2016-02-07gnu: python-cython: Define 'python2-variant'.Ludovic Courtès
* gnu/packages/python.scm (python-cython)[properties]: New field. (python2-cython): Use 'strip-python2-variant'.
2016-02-07gnu: python2-pysqlite: Update to 2.8.1.Efraim Flashner
* gnu/packages/python.scm (python2-pysqlite): Update to 2.8.1. [source]: Change to `pypi uri` syntax. [home-page]: Update to new homepage.
2016-02-07gnu: python2-backport-ssl-match-hostname: Update to 3.5.0.1.Efraim Flashner
* 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.
2016-02-07gnu: python-cryptography: Update to 1.2.2.Efraim Flashner
* 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
2016-02-07gnu: python-cryptography-vectors: Update to 1.2.2.Efraim Flashner
* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.2.2.
2016-02-07gnu: python-pip: Update to 8.0.2.Efraim Flashner
* gnu/packages/python.scm (python-pip): Update to 8.0.2. [source]: Change to `pypi uri` syntax.
2016-02-02gnu: Add python-pytest-subtesthack.Leo Famulari
* gnu/packages/python.scm (python-pytest-subtesthack, python2-pytest-subtesthack): New variables.
2016-02-02gnu: Add python-hypothesis.Leo Famulari
* gnu/packages/python.scm (python-hypothesis, python2-hypothesis): New variables.