| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/python.scm (python-wtforms)[arguments]: Add a phase
preventing tests from failing when optional tests aren't run.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-s3transfer, python2-s3transfer)[arguments]:
Use python-nose to run the tests.
[native-inputs]: Add python-mock and python-nose.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-certifi): Update to 2016.8.31.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|\| |
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-flask-sqlalchemy): New variable.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-flask-basicauth): New variable.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-flask-restful): New variable.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-aniso8601): New variable.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python2-validictory)[native-inputs]: Add
python2-setuptools.
(python-validictory)[properties]: New field.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-validictory, python2-validictory):
New variables.
|
| |
| |
| |
| |
| |
| |
| | |
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/packages/python.scm (python-setproctitle, python2-setproctitle):
New variables.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (awscli): Update to 1.11.5.
[source]: Use pypi-uri.
[inputs]: Add python-s3transfer.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-s3transfer, python2-s3transfer): New
variable.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.4.62.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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/packages/python.scm (python-file, python2-file)[arguments]: Pass
"--single-version-externally-managed" "--root=/" to #:configure-flags.
|
|\| |
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-dateutil, python2-dateutil,
python-dateutil-2, python2-dateutil-2)[home-page]: Update URL.
|
|\| |
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-dnspython, python2-dnspython): Update
to 0.15.0.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-werkzeug, python2-werkzeug):
Update to 0.11.11.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update
to 16.1.0
[source]: Use pypi-uri.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.1.9.
[source]: Use pypi-uri.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-whoosh, python2-whoosh): New variables.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-pathlib, python2-pathlib): Update
description.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-keyring, python2-keyring): Update home-page
url.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-pylockfile, python2-pylockfile): Update
home-page url.
|
| |
| |
| |
| |
| | |
* gnu/package/python.scm (python-zope-testing, python2-zope-testing)[source]:
Add snippet to strip byte-code and backup-files.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-pytest-xdist,
python2-pytest-xdist)[source]: Add snippet.
|
| |
| |
| |
| |
| |
| | |
* 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/packages/python.scm (python-requests-toolbelt)[native-inputs]: Add
python-betamax, python-mock and python-pytest.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-betamax, python2-betamax): New variables.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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/packages/python.scm (python-wsgi-intercept)[native-inputs]:
Add python-urllib3.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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/packages/python.scm (python-file)[properties]: New field.
(python2-file): Use strip-python2-variant.
[native-inputs]: Add python2-setuptools.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-cryptography,
python2-cryptography)[arguments]: Add 'disable-failing-test' phase.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-celery, python2-celery): Update to 3.1.24.
[arguments]: Disable some tests with break with Python 3.5.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-billiard, python2-billiard):
Update to 3.3.0.23.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-kombu, python2-kombu): Update to 3.0.37.
[propagated-inputs]: Add python-redis.
|
|\| |
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-socksipy-branch): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-xlrd)[source]: Use 'pypi-uri' syntax.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-xlrd, python2-xlrd): Update to 1.0.0.
|
|\| |
|