pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-imagingtk Convert to distutils.mk. Mark as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4958b6b4a633
branches:  trunk
changeset: 629432:4958b6b4a633
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 21 10:15:09 2014 +0000

description:
Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.

diffstat:

 graphics/py-imagingtk/Makefile |  11 +++++------
 graphics/py-imagingtk/PLIST    |   3 ++-
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r 54e47f12e535 -r 4958b6b4a633 graphics/py-imagingtk/Makefile
--- a/graphics/py-imagingtk/Makefile    Tue Jan 21 08:38:13 2014 +0000
+++ b/graphics/py-imagingtk/Makefile    Tue Jan 21 10:15:09 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2014/01/11 14:42:03 adam Exp $
+# $NetBSD: Makefile,v 1.34 2014/01/21 10:15:09 wiz Exp $
 
 DISTNAME=      Imaging-1.1.7
 PKGNAME=       ${PYPKGPREFIX}-imagingtk-1.1.7
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    graphics python
 MASTER_SITES=  http://effbot.org/downloads/
 
@@ -13,9 +13,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
 
 DIST_SUBDIR=   python
-PYDISTUTILSPKG=        yes
-BUILDLINK_API_DEPENDS.python20+=       python20>=2.0.1nb4
-PY_PATCHPLIST= yes
+EGG_NAME=      ${DISTNAME:S/Imaging/PIL/}
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-imaging
 
 PLIST_SUBST+=  PYPKGPREFIX=${PYPKGPREFIX:Q}
 
@@ -27,7 +26,7 @@
        thresholder.py viewer.py \
        ${DESTDIR}${PREFIX}/share/examples/${PYPKGPREFIX}-imaging )
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../graphics/py-imaging/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 54e47f12e535 -r 4958b6b4a633 graphics/py-imagingtk/PLIST
--- a/graphics/py-imagingtk/PLIST       Tue Jan 21 08:38:13 2014 +0000
+++ b/graphics/py-imagingtk/PLIST       Tue Jan 21 10:15:09 2014 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2009/12/11 21:40:30 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2014/01/21 10:15:09 wiz Exp $
+${PYSITELIB}/PIL/${EGG_FILE}
 ${PYSITELIB}/PIL/_imagingtk.so
 share/examples/${PYPKGPREFIX}-imaging/enhancer.py
 share/examples/${PYPKGPREFIX}-imaging/painter.py



Home | Main Index | Thread Index | Old Index