Convert to distutils.mk. Mark as not ready for python-3.x.
Bump PKGREVISION.
This commit is contained in:
parent
9fd2a1a1f2
commit
015f52a8ef
2 changed files with 8 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.20 2013/07/05 13:29:41 ryoon Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.21 2014/01/25 09:15:37 wiz Exp $
|
||||
|
||||
.include "../../multimedia/ming/Makefile.common"
|
||||
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
|
@ -13,10 +12,10 @@ COMMENT= Python bindings for Ming library
|
|||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
PY_PATCHPLIST= yes
|
||||
|
||||
PYSETUPSUBDIR= py_ext
|
||||
EGG_NAME= ${DISTNAME:S/ming/mingc/}
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33
|
||||
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
|
@ -28,5 +27,5 @@ SUBST_STAGE.giflib= pre-configure
|
|||
SUBST_FILES.giflib= py_ext/setup.py
|
||||
SUBST_SED.giflib= -e 's/ungif/gif/g'
|
||||
.endif
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2006/09/13 15:54:58 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2014/01/25 09:15:37 wiz Exp $
|
||||
${PYSITELIB}/_mingc.so
|
||||
${PYSITELIB}/ming.py
|
||||
${PYSITELIB}/ming.pyc
|
||||
${PYSITELIB}/ming.pyo
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/mingc.py
|
||||
${PYSITELIB}/mingc.pyc
|
||||
${PYSITELIB}/mingc.pyo
|
||||
${PYSITELIB}/_mingc.so
|
||||
|
|
Loading…
Reference in a new issue