diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-19 22:15:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-19 22:15:13 +0000 |
commit | 4fb7bd7e436c28467a18e40be631e77b4ed7ca55 (patch) | |
tree | f18370baf5b7e4111f30d5a9c47660f3ddce73e0 /graphics | |
parent | be8653155aedf3b4c358d41e596c742cd8d7bcf6 (diff) | |
download | pkgsrc-4fb7bd7e436c28467a18e40be631e77b4ed7ca55.tar.gz |
Convert to use distutils.mk. Include proper jpeg buildlink3.mk file.
Mark as not for python-3.x. Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-sk1libs/Makefile | 10 | ||||
-rw-r--r-- | graphics/py-sk1libs/PLIST | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/py-sk1libs/Makefile b/graphics/py-sk1libs/Makefile index 2c42874cc89..5c945263b77 100644 --- a/graphics/py-sk1libs/Makefile +++ b/graphics/py-sk1libs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2013/06/04 22:16:26 tron Exp $ +# $NetBSD: Makefile,v 1.9 2014/01/19 22:15:13 wiz Exp $ DISTNAME= sk1libs-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics python MASTER_SITES= http://uniconvertor.googlecode.com/files/ @@ -12,10 +12,10 @@ COMMENT= Set of python non-GUI extensions for sK1 Project LICENSE= gnu-lgpl-v2 USE_LANGUAGES= c -PYDISTUTILSPKG= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.1 .include "../../graphics/freetype2/buildlink3.mk" -.include "../../graphics/jpeg/buildlink3.mk" +.include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/lcms/buildlink3.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-sk1libs/PLIST b/graphics/py-sk1libs/PLIST index 93d25a7208c..cfd225c9717 100644 --- a/graphics/py-sk1libs/PLIST +++ b/graphics/py-sk1libs/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/12 07:57:58 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/01/19 22:15:13 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/sk1libs/__init__.py ${PYSITELIB}/sk1libs/__init__.pyc ${PYSITELIB}/sk1libs/__init__.pyo |