aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* gnu: python-wtforms: Skip optional tests.Efraim Flashner2016-10-27
| | | | | * gnu/packages/python.scm (python-wtforms)[arguments]: Add a phase preventing tests from failing when optional tests aren't run.
* gnu: python-s3transfer: Run the tests.Leo Famulari2016-10-26
| | | | | | * gnu/packages/python.scm (python-s3transfer, python2-s3transfer)[arguments]: Use python-nose to run the tests. [native-inputs]: Add python-mock and python-nose.
* Merge branch 'master' into core-updatesLeo Famulari2016-10-26
|\
| * gnu: python-certifi: Update to 2016.8.31.ng02016-10-26
| | | | | | | | | | | | * gnu/packages/python.scm (python-certifi): Update to 2016.8.31. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-23
|\|
| * gnu: Add python-flask-sqlalchemy.Danny Milosavljevic2016-10-23
| | | | | | | | * gnu/packages/python.scm (python-flask-sqlalchemy): New variable.
| * gnu: Add python-flask-basicauth.Danny Milosavljevic2016-10-23
| | | | | | | | * gnu/packages/python.scm (python-flask-basicauth): New variable.
| * gnu: Add python-flask-restful.Danny Milosavljevic2016-10-23
| | | | | | | | * gnu/packages/python.scm (python-flask-restful): New variable.
| * gnu: Add python-aniso8601.Danny Milosavljevic2016-10-23
| | | | | | | | * gnu/packages/python.scm (python-aniso8601): New variable.
| * gnu: python2-validictory: Add missing input.Efraim Flashner2016-10-23
| | | | | | | | | | | | * gnu/packages/python.scm (python2-validictory)[native-inputs]: Add python2-setuptools. (python-validictory)[properties]: New field.
| * gnu: Add python-validictory and python2-validictory.Hartmut Goebel2016-10-20
| | | | | | | | | | * gnu/packages/python.scm (python-validictory, python2-validictory): New variables.
| * gnu: Add python2-pathlib2.Hartmut Goebel2016-10-20
| | | | | | | | | | | | | | Adding only the Python 2 variant, since for Python 3 our minimum version is 3.4 which already includes this package as part of the standard library. gnu/packages/python.scm (python2-pathlib2): New variable.
| * gnu: Add python-setproctitle and python2-setproctitle.Hartmut Goebel2016-10-20
| | | | | | | | | | * gnu/packages/python.scm (python-setproctitle, python2-setproctitle): New variables.
| * gnu: awscli: Update to 1.11.5.Leo Famulari2016-10-19
| | | | | | | | | | | | * gnu/packages/python.scm (awscli): Update to 1.11.5. [source]: Use pypi-uri. [inputs]: Add python-s3transfer.
| * gnu: Add python-s3transfer.Leo Famulari2016-10-19
| | | | | | | | | | * gnu/packages/python.scm (python-s3transfer, python2-s3transfer): New variable.
| * gnu: python-botocore: Update to 1.4.62.Leo Famulari2016-10-19
| | | | | | | | * gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.4.62.
| * gnu: python-rsa: Update to 3.4.2.Leo Famulari2016-10-19
| | | | | | | | * gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2.
* | gnu: python-file: Work around "double encoding" bug in file@5.28.Leo Famulari2016-10-19
| | | | | | | | | | | | | | | | * gnu/packages/patches/python-file-double-encoding-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-file)[source]: Use it. (python2-file)[source]: Use the source of FILE directly, without the patch.
* | gnu: python-file: Don't create a compressed egg.Leo Famulari2016-10-19
| | | | | | | | | | * gnu/packages/python.scm (python-file, python2-file)[arguments]: Pass "--single-version-externally-managed" "--root=/" to #:configure-flags.
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-19
|\|
| * gnu: python-dateutil, python-dateutil-2: Update to new home-page.Hartmut Goebel2016-10-19
| | | | | | | | | | * gnu/packages/python.scm (python-dateutil, python2-dateutil, python-dateutil-2, python2-dateutil-2)[home-page]: Update URL.
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-17
|\|
| * gnu: python-dnspython: Update to 0.15.0.Leo Famulari2016-10-16
| | | | | | | | | | * gnu/packages/python.scm (python-dnspython, python2-dnspython): Update to 0.15.0.
| * gnu: python-werkzeug: Update to 0.11.11.Leo Famulari2016-10-16
| | | | | | | | | | * gnu/packages/python.scm (python-werkzeug, python2-werkzeug): Update to 0.11.11.
| * gnu: python-pyopenssl: Update to 16.1.0.Leo Famulari2016-10-16
| | | | | | | | | | | | * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 16.1.0 [source]: Use pypi-uri.
| * gnu: python-pyasn1: Update to 0.1.9.Leo Famulari2016-10-16
| | | | | | | | | | * gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.1.9. [source]: Use pypi-uri.
| * gnu: Add python-whoosh.Ricardo Wurmus2016-10-16
| | | | | | | | * gnu/packages/python.scm (python-whoosh, python2-whoosh): New variables.
| * gnu: python-pathlib: Update description.Hartmut Goebel2016-10-13
| | | | | | | | | | * gnu/packages/python.scm (python-pathlib, python2-pathlib): Update description.
| * gnu: python-keyring: Update home-page url.Hartmut Goebel2016-10-13
| | | | | | | | | | * gnu/packages/python.scm (python-keyring, python2-keyring): Update home-page url.
| * gnu: python-pylockfile: Update home-page url.Hartmut Goebel2016-10-13
| | | | | | | | | | * gnu/packages/python.scm (python-pylockfile, python2-pylockfile): Update home-page url.
| * gnu: python-zope-testing: Strip byte-code and backup-files from source.Hartmut Goebel2016-10-13
| | | | | | | | | | * gnu/package/python.scm (python-zope-testing, python2-zope-testing)[source]: Add snippet to strip byte-code and backup-files.
| * gnu: python-pytest-xdist: Remove python byte-code files from source.Hartmut Goebel2016-10-13
| | | | | | | | | | * gnu/packages/python.scm (python-pytest-xdist, python2-pytest-xdist)[source]: Add snippet.
| * gnu: python2-pytest-runner, python2-msgpack: Remove duplicate definitions.Hartmut Goebel2016-10-13
| | | | | | | | | | | | * gnu/packages/python.scm (python2-pytest-runner): Was defined twice, remove duplicate definition. (python2-msgpack): Was defined twice, but differently, remove the obviously wrong second definition.
* | gnu: python-requests-toolbelt: Fix build failure by adding missing dependencies.Leo Famulari2016-10-17
| | | | | | | | | | * gnu/packages/python.scm (python-requests-toolbelt)[native-inputs]: Add python-betamax, python-mock and python-pytest.
* | gnu: Add python-betamax.Leo Famulari2016-10-17
| | | | | | | | * gnu/packages/python.scm (python-betamax, python2-betamax): New variables.
* | gnu: python-vobject: Disable the test suite.Leo Famulari2016-10-17
| | | | | | | | | | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-vobject build to fail. * gnu/packages/python.scm (python-vobject, python2-vobject)[arguments]: Disable the tests.
* | gnu: python-wsgi-intercept: Fix build failure with Python 3.5.Leo Famulari2016-10-17
| | | | | | | | | | * gnu/packages/python.scm (python-wsgi-intercept)[native-inputs]: Add python-urllib3.
* | gnu: wrap-python3: Use a bash wrapper for 'python3-config'.宋文武2016-10-17
| | | | | | | | | | | | | | | | See <http://lists.gnu.org/archive/html/guix-devel/2016-07/msg00008.html> for details. * gnu/packages/python.scm (wrap-python3)[arguments]: Use a bash wrapper instead of a symlink for python3-config.
* | gnu: python-ndg-httpsclient: Disable tests.Leo Famulari2016-10-15
| | | | | | | | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-ndg-httpsclient build to fail. * gnu/packages/python.scm (python-ndg-httpsclient)[arguments]: Disable tests.
* | gnu: python-execnet: Disable tests.Leo Famulari2016-10-15
| | | | | | | | | | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-execnet build to fail. * gnu/packages/python.scm (python-execnet, python2-execnet)[arguments]: Disable tests.
* | gnu: python2-file: Build with setuptools.Leo Famulari2016-10-15
| | | | | | | | | | | | * gnu/packages/python.scm (python-file)[properties]: New field. (python2-file): Use strip-python2-variant. [native-inputs]: Add python2-setuptools.
* | gnu: python-cryptography: Ignore spurious test failure.Leo Famulari2016-10-14
| | | | | | | | | | * gnu/packages/python.scm (python-cryptography, python2-cryptography)[arguments]: Add 'disable-failing-test' phase.
* | gnu: python-celery: Update to 3.1.24.Leo Famulari2016-10-12
| | | | | | | | | | * gnu/packages/python.scm (python-celery, python2-celery): Update to 3.1.24. [arguments]: Disable some tests with break with Python 3.5.
* | gnu: python-billiard: Update to 3.3.0.23.Leo Famulari2016-10-12
| | | | | | | | | | * gnu/packages/python.scm (python-billiard, python2-billiard): Update to 3.3.0.23.
* | gnu: python-kombu: Update to 3.0.37.Leo Famulari2016-10-12
| | | | | | | | | | * gnu/packages/python.scm (python-kombu, python2-kombu): Update to 3.0.37. [propagated-inputs]: Add python-redis.
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-12
|\|
| * gnu: Add python-socksipy-branch.ng02016-10-09
| | | | | | | | | | | | * gnu/packages/python.scm (python-socksipy-branch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: python-xlrd: Update source location.Efraim Flashner2016-10-08
| | | | | | | | * gnu/packages/python.scm (python-xlrd)[source]: Use 'pypi-uri' syntax.
| * gnu: python-xlrd: Update to 1.0.0.Ben Woodcroft2016-10-08
| | | | | | | | * gnu/packages/python.scm (python-xlrd, python2-xlrd): Update to 1.0.0.
* | Merge branch 'master' into core-updatesLeo Famulari2016-10-05
|\|