svn commit: r389157 - in head/archivers/py-lz4: . files

Jung-uk Kim jkim at FreeBSD.org
Thu Jun 11 04:34:52 UTC 2015


Author: jkim
Date: Thu Jun 11 04:34:50 2015
New Revision: 389157
URL: https://svnweb.freebsd.org/changeset/ports/389157

Log:
  Revert r389121 and fix setup.py.
  
  Submitted by:	koobs

Added:
  head/archivers/py-lz4/files/
  head/archivers/py-lz4/files/patch-setup.py   (contents, props changed)
Modified:
  head/archivers/py-lz4/Makefile

Modified: head/archivers/py-lz4/Makefile
==============================================================================
--- head/archivers/py-lz4/Makefile	Thu Jun 11 03:11:56 2015	(r389156)
+++ head/archivers/py-lz4/Makefile	Thu Jun 11 04:34:50 2015	(r389157)
@@ -11,8 +11,6 @@ COMMENT=	Python binding for the LZ4 comp
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/nose/__init__.py:${PORTSDIR}/devel/py-nose
-
 USE_PYTHON=	autoplist distutils
 USES=		python
 

Added: head/archivers/py-lz4/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-lz4/files/patch-setup.py	Thu Jun 11 04:34:50 2015	(r389157)
@@ -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',


More information about the svn-ports-head mailing list