Make it a proper Egg. Bump revision.
This commit is contained in:
parent
c6859c1f9c
commit
8d16087285
2 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2017/01/12 16:36:36 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2017/02/08 00:06:54 joerg Exp $
|
||||
|
||||
DISTNAME= pycryptodome-3.4.3
|
||||
PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptodome/}
|
||||
|
||||
|
@ -18,5 +19,5 @@ CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
|
|||
|
||||
BUILDLINK_API_DEPENDS.gmp+= gmp>=5.0
|
||||
.include "../../devel/gmp/buildlink3.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/12/30 22:32:54 maya Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2017/02/08 00:06:54 joerg Exp $
|
||||
${PYSITELIB}/Crypto/Cipher/AES.py
|
||||
${PYSITELIB}/Crypto/Cipher/AES.pyc
|
||||
${PYSITELIB}/Crypto/Cipher/AES.pyo
|
||||
|
@ -667,7 +667,7 @@ ${PYSITELIB}/Crypto/Util/strxor.pyo
|
|||
${PYSITELIB}/Crypto/__init__.py
|
||||
${PYSITELIB}/Crypto/__init__.pyc
|
||||
${PYSITELIB}/Crypto/__init__.pyo
|
||||
${PYSITELIB}/${EGG_FILE}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_FILE}/top_level.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
|
|
Loading…
Reference in a new issue