about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-07-14 11:05:31 +0800
committeradisbladis <adis@blad.is>2017-07-18 18:02:04 +0800
commit8ea9602ed8fea10d619a16a6c050fb8f129754c3 (patch)
treeebfce73b46c3c012e5385ca3e6c1986c23fd4658 /pkgs/top-level
parent4ebe73dc1bb626051a6da9fdbcb5e0ddfaff6b1d (diff)
downloadnixlib-8ea9602ed8fea10d619a16a6c050fb8f129754c3.tar
nixlib-8ea9602ed8fea10d619a16a6c050fb8f129754c3.tar.gz
nixlib-8ea9602ed8fea10d619a16a6c050fb8f129754c3.tar.bz2
nixlib-8ea9602ed8fea10d619a16a6c050fb8f129754c3.tar.lz
nixlib-8ea9602ed8fea10d619a16a6c050fb8f129754c3.tar.xz
nixlib-8ea9602ed8fea10d619a16a6c050fb8f129754c3.tar.zst
nixlib-8ea9602ed8fea10d619a16a6c050fb8f129754c3.zip
pythonpackages.zope_interface: 4.1.3 -> 4.4.2
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix17
1 files changed, 1 insertions, 16 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 0cafc8ff15b7..113a0255170f 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -26298,23 +26298,8 @@ EOF
   };
 
 
-  zope_interface = buildPythonPackage rec {
-    name = "zope.interface-4.1.3";
+  zope_interface = callPackage ../development/python-modules/zope_interface { };
 
-    src = pkgs.fetchurl {
-      url = "mirror://pypi/z/zope.interface/${name}.tar.gz";
-      sha256 = "0ks8h73b2g4bkad821qbv0wzjppdrwys33i7ka45ik3wxjg1l8if";
-    };
-
-    propagatedBuildInputs = with self; [ zope_event ];
-
-    meta = {
-      description = "Zope.Interface";
-      homepage = http://zope.org/Products/ZopeInterface;
-      license = licenses.zpt20;
-      maintainers = with maintainers; [ goibhniu ];
-    };
-  };
 
   hgsvn = buildPythonPackage rec {
     name = "hgsvn-0.3.11";