Convert to distutils.mk, mark as not for python-3.x. Bump PKGREVISION.
This commit is contained in:
parent
518d8c1850
commit
f49501fb76
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/06/16 08:50:42 pettai Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.4 2014/01/20 12:39:14 wiz Exp $
|
||||
|
||||
DISTNAME= dpkt-1.8
|
||||
PKGNAME= ${PYPKGPREFIX}-dpkt-1.8
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://dpkt.googlecode.com/files/
|
||||
|
||||
|
@ -11,10 +11,9 @@ HOMEPAGE= http://code.google.com/p/dpkt/
|
|||
COMMENT= Python packet creation / parsing library
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2013/06/16 08:50:42 pettai Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2014/01/20 12:39:14 wiz Exp $
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/dpkt/__init__.py
|
||||
${PYSITELIB}/dpkt/__init__.pyc
|
||||
${PYSITELIB}/dpkt/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue