aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorEfraim Flashner2021-03-04 15:17:54 +0200
committerEfraim Flashner2021-03-04 15:22:29 +0200
commit4807cc2430e6895f83b56e625557a3015d990733 (patch)
treece642e28d837b04cf32f4f37ee1437d62b2ba8e0 /gn/packages/python.scm
parent697a66bf0e897a101e8e3cefbaf250491039fe93 (diff)
downloadguix-bioinformatics-4807cc2430e6895f83b56e625557a3015d990733.tar.gz
gn: Remove two upstreamed packages.
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm47
1 files changed, 0 insertions, 47 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 226f179..3b4a575 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -102,53 +102,6 @@ including wrappers to graphical libraries, as well as R-like structures and
functions.")
(license license:gpl3+)))
-
-(define-public python-plotly ; guix candidate
- ; python-plotly, python-requests, python-pytz
-(package
- (name "python-plotly")
- (version "2.1.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "plotly" version))
- (sha256
- (base32
- "1r4y9l5z62sqyd2r205vchlvlc1f7dcgjyagjkxiwywh27f9js7z"))))
- (build-system python-build-system)
- (arguments `(#:tests? #f)) ;; No tests.
- (home-page "https://plot.ly/python/")
- (synopsis
- "Python plotting library for collaborative, interactive, publication-quality graphs.")
- (description
- "Python plotting library for collaborative, interactive, publication-quality graphs.")
- (license license:expat))
-)
-
-(define-public python-plotly-3.2.1
- (package
- (inherit python-plotly)
- (name "python-plotly")
- (version "3.2.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "plotly" version))
- (sha256
- (base32
- "1ay1plgsckfi7fddl99kvbcx5nifh48ahvszkqvb4d7r008m8sxk"))))
- (build-system python-build-system)
- (propagated-inputs
- `(("python-decorator" ,python-decorator)
- ("python-nbformat" ,python-nbformat)
- ("python-pytz" ,python-pytz)
- ("python-requests" ,python-requests)
- ("python-retrying" ,python-retrying)
- ("python-six" ,python-six)))))
-
-(define-public python2-plotly-3.2.1
- (package-with-python2 python-plotly-3.2.1))
-
(define-public python-subprocess32 ; guix candidate
(package
(name "python-subprocess32")