about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner2020-05-20 11:37:25 +0300
committerEfraim Flashner2020-05-20 11:37:25 +0300
commit934c2f79984073bac2cbe184c1de562e1580325c (patch)
tree4d139bf235778819c4cfede2fad3f1dec2c103ac
parent24120daaf43c984bbd292e28037ff73baafe34d7 (diff)
downloadguix-bioinformatics-934c2f79984073bac2cbe184c1de562e1580325c.tar.gz
gn: Remove upstreamed python-zope-deprecation.
-rw-r--r--gn/packages/mailman.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gn/packages/mailman.scm b/gn/packages/mailman.scm
index a45ae05..db2b92d 100644
--- a/gn/packages/mailman.scm
+++ b/gn/packages/mailman.scm
@@ -579,25 +579,6 @@ modules that will be imported from somewhere else when used.  You can also cause
 deprecation warnings to be issued when a variable is used.")
     (license license:zpl2.1)))
 
-(define-public python-zope-deprecation
-  (package
-    (name "python-zope-deprecation")
-    (version "4.4.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "zope.deprecation" version))
-        (sha256
-         (base32
-          "1pz2cv7gv9y1r3m0bdv7ks1alagmrn5msm5spwdzkb2by0w36i8d"))))
-    (build-system python-build-system)
-    (native-inputs
-     `(("python-zope-testrunner" ,python-zope-testrunner)))
-    (home-page "https://github.com/zopefoundation/zope.deprecation")
-    (synopsis "Zope Deprecation Infrastructure")
-    (description "Zope Deprecation Infrastructure")
-    (license license:zpl2.1)))
-
 (define-public python-zope-hookable
   (package
     (name "python-zope-hookable")