about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner2020-04-12 09:46:07 +0300
committerEfraim Flashner2020-04-12 09:46:07 +0300
commit6958c2828dfd2247c23d4380f6a0646e51441040 (patch)
treed4795ba5cf1d2a0c27bd79993bc11ec8ea1e6751
parent68ba926a0217ac08de4b820c9e2068de6709bd3c (diff)
downloadguix-bioinformatics-6958c2828dfd2247c23d4380f6a0646e51441040.tar.gz
gn: remove upstreamed package
-rw-r--r--gn/packages/python.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 17cd7ae..e285880 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -229,25 +229,6 @@ until a value is returned.")
     "A library for W3C Provenance Data Model supporting PROV-JSON, PROV-XML and PROV-O (RDF)")
   (license license:expat)))
 
-(define-public python-typing-extensions; guix candidate
-  (package
-    (name "python-typing-extensions")
-    (version "3.6.6")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "typing_extensions" version))
-        (sha256
-         (base32
-          "07vhddjnd3mhdijyc3s0mwi9jgfjp3rr056nxqiavydbvkrvgrsi"))))
-    (build-system python-build-system)
-    (home-page "https://pypi.python.org/pypi/typing_extensions")
-    (synopsis "Python typing_extensions.")
-    (description
-     "Python typing_extensions.")
-    (license license:gpl2))
-)
-
 (define-public python-subprocess32 ; guix candidate
   (package
     (name "python-subprocess32")