Use setup.py instead of PYSETUP

- Add GitHub repository to WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-16 20:55:10 +00:00
parent 53f71ed7f4
commit e74143d90c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456493
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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