py-cryptkit: convert to egg.mk
This commit is contained in:
parent
0d452301b4
commit
3297b67eeb
2 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.26 2019/09/02 13:19:54 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2022/01/10 18:27:55 wiz Exp $
|
||||
|
||||
DISTNAME= cryptkit-0.9
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/}
|
||||
|
||||
|
@ -14,5 +14,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9
|
|||
|
||||
CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:55 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2022/01/10 18:27:55 wiz Exp $
|
||||
${PYSITELIB}/aes/__init__.py
|
||||
${PYSITELIB}/aes/__init__.pyc
|
||||
${PYSITELIB}/aes/__init__.pyo
|
||||
${PYSITELIB}/aes/aes.py
|
||||
${PYSITELIB}/aes/aes.pyc
|
||||
${PYSITELIB}/aes/aes.pyo
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/cryptsock/__init__.py
|
||||
${PYSITELIB}/cryptsock/__init__.pyc
|
||||
${PYSITELIB}/cryptsock/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue