svn commit: r456493 - head/databases/py-leveldb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 16 20:55:12 UTC 2017


Author: sunpoet
Date: Sat Dec 16 20:55:10 2017
New Revision: 456493
URL: https://svnweb.freebsd.org/changeset/ports/456493

Log:
  Use setup.py instead of PYSETUP
  
  - Add GitHub repository to WWW

Modified:
  head/databases/py-leveldb/Makefile
  head/databases/py-leveldb/pkg-descr

Modified: head/databases/py-leveldb/Makefile
==============================================================================
--- head/databases/py-leveldb/Makefile	Sat Dec 16 20:55:04 2017	(r456492)
+++ head/databases/py-leveldb/Makefile	Sat Dec 16 20:55:10 2017	(r456493)
@@ -21,7 +21,7 @@ USE_PYTHON=	autoplist concurrent distutils
 USES=		localbase python
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/${PYSETUP}
+	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/setup.py
 	@${RM} -r ${WRKSRC}/leveldb/ ${WRKSRC}/snappy/
 
 post-install:

Modified: head/databases/py-leveldb/pkg-descr
==============================================================================
--- head/databases/py-leveldb/pkg-descr	Sat Dec 16 20:55:04 2017	(r456492)
+++ head/databases/py-leveldb/pkg-descr	Sat Dec 16 20:55:10 2017	(r456493)
@@ -5,3 +5,4 @@ from the LevelDB API, except for:
 - All iteration except for single-step forward
 
 WWW: https://pypi.python.org/pypi/leveldb
+WWW: https://github.com/rjpower/py-leveldb


More information about the svn-ports-all mailing list