summaryrefslogtreecommitdiff
path: root/archivers/py-czipfile/patches/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/py-czipfile/patches/patch-setup.py')
-rw-r--r--archivers/py-czipfile/patches/patch-setup.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/py-czipfile/patches/patch-setup.py b/archivers/py-czipfile/patches/patch-setup.py
new file mode 100644
index 00000000000..f2e55fe6dd2
--- /dev/null
+++ b/archivers/py-czipfile/patches/patch-setup.py
@@ -0,0 +1,14 @@
+$NetBSD: patch-setup.py,v 1.1 2016/07/09 21:13:02 wiz Exp $
+
+Use setuptools for packaging to create nice eggs.
+
+--- setup.py.orig 2010-07-28 06:19:12.000000000 +0900
++++ setup.py 2016-07-07 21:11:32.000000000 +0900
+@@ -2,6 +2,7 @@
+ # vim: set expandtab tabstop=4 shiftwidth=4:
+
+ import os
++import setuptools
+ from distutils.core import setup
+ from distutils.extension import Extension
+