diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 150fce95403..c1813e38b4a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -7257,9 +7257,9 @@ authenticated session objects providing things like keep-alive.") | |||
| 7257 | 3.2.3 for use with older versions of Python and PyPy.") | 7257 | 3.2.3 for use with older versions of Python and PyPy.") |
| 7258 | (license license:expat))) | 7258 | (license license:expat))) |
| 7259 | 7259 | ||
| 7260 | (define-public python-futures | 7260 | (define-public python2-futures |
| 7261 | (package | 7261 | (package |
| 7262 | (name "python-futures") | 7262 | (name "python2-futures") |
| 7263 | (version "3.0.3") | 7263 | (version "3.0.3") |
| 7264 | (source | 7264 | (source |
| 7265 | (origin | 7265 | (origin |
| @@ -7269,8 +7269,9 @@ authenticated session objects providing things like keep-alive.") | |||
| 7269 | (base32 | 7269 | (base32 |
| 7270 | "1vcb34dqhzkhbq1957vdjszhhm5y3j9ba88dgwhqx2zynhmk9qig")))) | 7270 | "1vcb34dqhzkhbq1957vdjszhhm5y3j9ba88dgwhqx2zynhmk9qig")))) |
| 7271 | (build-system python-build-system) | 7271 | (build-system python-build-system) |
| 7272 | (arguments `(#:python ,python-2)) | ||
| 7272 | (native-inputs | 7273 | (native-inputs |
| 7273 | `(("python-setuptools" ,python-setuptools))) | 7274 | `(("python2-setuptools" ,python2-setuptools))) |
| 7274 | (home-page "https://github.com/agronholm/pythonfutures") | 7275 | (home-page "https://github.com/agronholm/pythonfutures") |
| 7275 | (synopsis | 7276 | (synopsis |
| 7276 | "Backport of the concurrent.futures package from Python 3.2") | 7277 | "Backport of the concurrent.futures package from Python 3.2") |
| @@ -7280,9 +7281,6 @@ asynchronously executing callables. This package backports the | |||
| 7280 | concurrent.futures package from Python 3.2") | 7281 | concurrent.futures package from Python 3.2") |
| 7281 | (license bsd-3))) | 7282 | (license bsd-3))) |
| 7282 | 7283 | ||
| 7283 | (define-public python2-futures | ||
| 7284 | (package-with-python2 python-futures)) | ||
| 7285 | |||
| 7286 | (define-public python-urllib3 | 7284 | (define-public python-urllib3 |
| 7287 | (package | 7285 | (package |
| 7288 | (name "python-urllib3") | 7286 | (name "python-urllib3") |
