py-aes: convert to egg.mk
This commit is contained in:
parent
d62c47d9d2
commit
eb6c4d32e3
2 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2020/07/21 21:19:01 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2022/01/10 08:48:30 wiz Exp $
|
||||
|
||||
DISTNAME= pyaes-1.6.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyaes/}
|
||||
|
||||
|
@ -17,5 +18,5 @@ USE_LANGUAGES= # none
|
|||
do-test:
|
||||
cd ${WRKSRC} && ${PYTHONBIN} tests/test-aes.py
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/06/14 07:58:40 kamil Exp $
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:48:30 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/pyaes/__init__.py
|
||||
${PYSITELIB}/pyaes/__init__.pyc
|
||||
${PYSITELIB}/pyaes/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue