pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-sk1libs Convert to use distutils.mk. Inclu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf0458c22468
branches:  trunk
changeset: 629331:cf0458c22468
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 19 22:15:13 2014 +0000

description:
Convert to use distutils.mk. Include proper jpeg buildlink3.mk file.
Mark as not for python-3.x. Bump PKGREVISION.

diffstat:

 graphics/py-sk1libs/Makefile |  10 +++++-----
 graphics/py-sk1libs/PLIST    |   3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 6ff0ed259296 -r cf0458c22468 graphics/py-sk1libs/Makefile
--- a/graphics/py-sk1libs/Makefile      Sun Jan 19 20:43:14 2014 +0000
+++ b/graphics/py-sk1libs/Makefile      Sun Jan 19 22:15:13 2014 +0000
@@ -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 @@
 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 -r 6ff0ed259296 -r cf0458c22468 graphics/py-sk1libs/PLIST
--- a/graphics/py-sk1libs/PLIST Sun Jan 19 20:43:14 2014 +0000
+++ b/graphics/py-sk1libs/PLIST Sun Jan 19 22:15:13 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index