Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 04:34:51 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389157 - in head/archivers/py-lz4: . files
Message-ID:  <201506110434.t5B4YpFo098889@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506110434.t5B4YpFo098889>