Use setup.py instead of PYSETUP
- Add GitHub repository to WWW
This commit is contained in:
parent
53f71ed7f4
commit
e74143d90c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456493
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user