pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/gaupol Convert to distutils.mk. Mark as not for p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bb7cc9f1039
branches:  trunk
changeset: 629479:1bb7cc9f1039
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 21 21:26:41 2014 +0000

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

diffstat:

 misc/gaupol/Makefile |  11 +++++------
 misc/gaupol/PLIST    |   3 ++-
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r a73bc6ddc173 -r 1bb7cc9f1039 misc/gaupol/Makefile
--- a/misc/gaupol/Makefile      Tue Jan 21 21:25:33 2014 +0000
+++ b/misc/gaupol/Makefile      Tue Jan 21 21:26:41 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2012/10/08 09:57:22 asau Exp $
-#
+# $NetBSD: Makefile,v 1.22 2014/01/21 21:26:41 wiz Exp $
 
 DISTNAME=      gaupol-0.19.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    misc
 MASTER_SITES=  http://download.gna.org/gaupol/0.19/
 
@@ -16,13 +15,13 @@
 DEPENDS+=      ${PYPKGPREFIX}-enchant>=1.4:../../textproc/py-enchant
 DEPENDS+=      ${PYPKGPREFIX}-gtk2>=2.16:../../x11/py-gtk2
 
-PYDISTUTILSPKG=                yes
 USE_LANGUAGES=                 # none
 USE_TOOLS+=                    intltool msgfmt
 
-PYSETUPARGS=           --mandir=${PREFIX}/${PKGMANDIR}
+PYSETUPARGS=                   --mandir=${PREFIX}/${PKGMANDIR}
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-gtk2
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a73bc6ddc173 -r 1bb7cc9f1039 misc/gaupol/PLIST
--- a/misc/gaupol/PLIST Tue Jan 21 21:25:33 2014 +0000
+++ b/misc/gaupol/PLIST Tue Jan 21 21:26:41 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2011/08/06 11:36:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2014/01/21 21:26:41 wiz Exp $
 bin/gaupol
 ${PYSITELIB}/aeidon/__init__.py
 ${PYSITELIB}/aeidon/__init__.pyc
@@ -222,6 +222,7 @@
 ${PYSITELIB}/aeidon/util.py
 ${PYSITELIB}/aeidon/util.pyc
 ${PYSITELIB}/aeidon/util.pyo
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/gaupol/__init__.py
 ${PYSITELIB}/gaupol/__init__.pyc
 ${PYSITELIB}/gaupol/__init__.pyo



Home | Main Index | Thread Index | Old Index