* distutils package, register egg-info.
Bump PKGREVISION.
This commit is contained in:
parent
a5474c5ebe
commit
6f4c7eb492
2 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.13 2009/03/05 18:51:31 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2011/10/29 08:07:23 obache Exp $
|
||||
|
||||
DISTNAME= cryptkit-0.9
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/}
|
||||
|
||||
|
@ -12,7 +12,5 @@ COMMENT= Python Cryptographic Toolkit
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:13:37 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2011/10/29 08:07:23 obache 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
|
||||
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/cryptsock/__init__.py
|
||||
${PYSITELIB}/cryptsock/__init__.pyc
|
||||
${PYSITELIB}/cryptsock/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue