aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/py-lz4
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-06-11 12:34:50 +0800
committerjkim <jkim@FreeBSD.org>2015-06-11 12:34:50 +0800
commit6220f63c965ae279d7f616e6fd76cc95c8478316 (patch)
tree598f4d787e82c9c12c7a3b5b82b4d53e199aecf6 /archivers/py-lz4
parente5aac5821efafa4e32e38dfb925465c82498ad7b (diff)
downloadfreebsd-ports-gnome-6220f63c965ae279d7f616e6fd76cc95c8478316.tar.gz
freebsd-ports-gnome-6220f63c965ae279d7f616e6fd76cc95c8478316.tar.zst
freebsd-ports-gnome-6220f63c965ae279d7f616e6fd76cc95c8478316.zip
Revert r389121 and fix setup.py.
Submitted by: koobs
Diffstat (limited to 'archivers/py-lz4')
-rw-r--r--archivers/py-lz4/Makefile2
-rw-r--r--archivers/py-lz4/files/patch-setup.py11
2 files changed, 11 insertions, 2 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile
index 91901aaf5da8..1daf0c92b91f 100644
--- a/archivers/py-lz4/Makefile
+++ b/archivers/py-lz4/Makefile
@@ -11,8 +11,6 @@ COMMENT= Python binding for the LZ4 compression library
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/nose/__init__.py:${PORTSDIR}/devel/py-nose
-
USE_PYTHON= autoplist distutils
USES= python
diff --git a/archivers/py-lz4/files/patch-setup.py b/archivers/py-lz4/files/patch-setup.py
new file mode 100644
index 000000000000..08278d35ed1e
--- /dev/null
+++ b/archivers/py-lz4/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2014-07-07 13:03:03 UTC
++++ setup.py
+@@ -29,7 +29,7 @@ setup(
+ "-DLZ4_VERSION=\"r119\"",
+ ])
+ ],
+- setup_requires=["nose>=1.0"],
++ tests_require=["nose>=1.0"],
+ test_suite = "nose.collector",
+ classifiers=[
+ 'Development Status :: 5 - Production/Stable',