From 4807cc2430e6895f83b56e625557a3015d990733 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 4 Mar 2021 15:17:54 +0200 Subject: gn: Remove two upstreamed packages. --- gn/packages/python.scm | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) (limited to 'gn/packages/python.scm') 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") -- cgit v1.2.3