aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* gnu: Add python-psycopg2.Danny Milosavljevic2016-02-25
| | | | * gnu/packages/python.scm (python-psycopg2, python2-psycopg2): New variables.
* gnu: python-decorator: Update to 4.0.9.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-decorator): Update to 4.0.9.
* gnu: python-traitlets: Update to 4.1.0.Efraim Flashner2016-02-25
| | | | | * gnu/packages/python.scm (python-traitlets): Update to 4.1.0. [native-inputs]: Add python-mock.
* gnu: python-mccabe: Update to 0.4.0.Efraim Flashner2016-02-25
| | | | | | * gnu/packages/python.scm (python-mccabe): Update to 0.4.0. [inputs]: Add python-pytest, python-pytest-runner. (python-mccabe-0.2.1)[inputs]: Only use python-setuptools.
* gnu: python-flake8: Update to 2.5.4.Efraim Flashner2016-02-25
| | | | | * gnu/packages/python.scm (python-flake8): Update to 2.5.4. [inputs]: Use recent python-pep8, python-pyflakes.
* gnu: python-pep8: Update to 1.7.0.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-pep8): Update to 1.7.0.
* gnu: python-networkx: Update to 1.11.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-networkx): Update to 1.11.
* gnu: python-hypothesis: Update to 3.0.4.Efraim Flashner2016-02-25
| | | | | | | * gnu/packages/python.scm (python-hypothesis): Update to 3.0.4. [native-inputs]: Remove python-setuptools. (python2-hypothesis): Use 'strip-python2-variant'. [native-inputs]: Add python2-enum34, python2-setuptools.
* gnu: python-html5lib: Update to 1.0b8.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-html5lib): Update to 1.0b8.
* gnu: python-isodate: Update to 0.5.4.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-isodate): Update to 0.5.4.
* gnu: python-wsgi-intercept: Update to 1.1.2.Efraim Flashner2016-02-25
| | | | | * gnu/packages/python.scm (python-wsgi-intercept): Update to 1.1.2. [native-inputs]: Add python-six.
* gnu: python-pytest-localserver: Update to 0.3.5.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-pytest-localserver): Update to 0.3.5.
* gnu: python-requests-toolbelt: Update to 0.6.0.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-requests-toolbelt): Update to 0.6.0.
* gnu: python-requests: Update to 2.9.1.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-requests): Update to 2.9.1.
* gnu: python-wheel: Update to 0.29.0.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-wheel): Update to 0.29.0.
* gnu: Add python-pastescript.Christopher Allan Webber2016-02-25
| | | | | * gnu/packages/python.scm (python-pastescript, python2-pastescript): New variables.
* gnu: Add python-paste.Christopher Allan Webber2016-02-25
| | | | | | | * gnu/packages/python.scm (python-paste, python2-paste): New variables. * gnu/packages/patches/python-paste-remove-timing-test.patch: New file. * gnu/packages/patches/python-paste-remove-website-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add them.
* gnu: Add python-sphinx-repoze-autointerface.Leo Famulari2016-02-22
| | | | | * gnu/packages/python.scm (python-sphinx-repoze-autointerface, python2-sphinx-repoze-autointerface): New variables.
* gnu: Add python-sphinxcontrib-programoutput.Leo Famulari2016-02-22
| | | | | * gnu/packages/python.scm (python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput): New variables.
* gnu: python-apipkg: Remove unzip dependency.Christopher Allan Webber2016-02-21
| | | | | | Unzip was never used for this package. * gnu/packages/python.scm (python-apipkg): Remove unzip dependency.
* gnu: Add python-editor.Christopher Allan Webber2016-02-21
| | | | * gnu/packages/python.scm (python-editor, python2-editor): New variables.
* gnu: Add python-translitcodec.Christopher Allan Webber2016-02-21
| | | | | * gnu/packages/python.scm (python-translitcodec, python2-translitcodec): New variables.
* gnu: Add python-celery.Christopher Allan Webber2016-02-21
| | | | * gnu/packages/python.scm (python-celery, python2-celery): New variables.
* gnu: Add python-billiard.Christopher Allan Webber2016-02-21
| | | | | * gnu/packages/python.scm (python-billiard, python2-billiard): New variables.
* gnu: Add python-kombu.Christopher Allan Webber2016-02-21
| | | | * gnu/packages/python.scm (python-kombu, python2-kombu): New variables.
* gnu: Add python-amqp.Christopher Allan Webber2016-02-21
| | | | * gnu/packages/python.scm (python-amqp, python2-amqp): New variables.
* gnu: Add python-anyjson.Christopher Allan Webber2016-02-21
| | | | * gnu/packages/python.scm (python-anyjson, python2-anyjson): New variables.
* gnu: Add python-webtest.Christopher Allan Webber2016-02-21
| | | | | * gnu/packages/python.scm (python-webtest, python2-webtest): New variables.
* gnu: Add python-pyquery.Christopher Allan Webber2016-02-21
| | | | * gnu/packages/python.scm (python-pyquery, python2-pyquery): New variables.
* gnu: Add python-pastedeploy.Christopher Allan Webber2016-02-21
| | | | | * gnu/packages/python.scm (python-pastedeploy, python2-pastedeploy): New variables.
* 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.