pkgsrc-WIP-changes archive

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

py-aigo: fix package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Aug 30 10:15:03 2016 +0200
Changeset:	03f9eaa05f50f93bc185cd2238c32fa2c4c111e5

Modified Files:
	py-agio/Makefile
	py-agio/PLIST
	py-agio/distinfo

Log Message:
py-aigo: fix package

distinfo had versioned python directory as DIST_SUBDIR.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=03f9eaa05f50f93bc185cd2238c32fa2c4c111e5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-agio/Makefile | 6 +-----
 py-agio/PLIST    | 3 ++-
 py-agio/distinfo | 7 ++++---
 3 files changed, 7 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-agio/Makefile b/py-agio/Makefile
index 8175f1c..791ec50 100644
--- a/py-agio/Makefile
+++ b/py-agio/Makefile
@@ -13,10 +13,6 @@ LICENSE=	gnu-gpl-v3
 
 CONFLICTS=	 ${PYPKGPREFIX}-creole-[0-9]*
 
-DIST_SUBDIR=	${PKGNAME_NOREV}
-
-PYDISTUTILSPKG=	yes
-PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
 PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-wxWidgets
 
 post-extract:
@@ -26,7 +22,7 @@ do-test:
 	${RUN} cd ${WRKSRC}/tests; ${SETENV} ${TEST_ENV} ${PYTHONBIN} testAIGO.py
 
 .include "../../graphics/py-matplotlib/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../x11/py-wxWidgets/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-agio/PLIST b/py-agio/PLIST
index 62dd1d8..f7eb4c4 100644
--- a/py-agio/PLIST
+++ b/py-agio/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2012/02/11 11:40:49 noud4 Exp $
+@comment $NetBSD$
 bin/AIGO-gui.py${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/AIGO/Analyse.py
 ${PYSITELIB}/AIGO/Analyse.pyc
 ${PYSITELIB}/AIGO/Analyse.pyo
diff --git a/py-agio/distinfo b/py-agio/distinfo
index 6521ee6..d809156 100644
--- a/py-agio/distinfo
+++ b/py-agio/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.3 2012/02/12 16:02:14 noud4 Exp $
 
-SHA1 (py26-aigo-0.1.0/AIGO-0.1.0.tar.gz) = e764432d318c06e7dcbd82bacb7c94af19107b8f
-RMD160 (py26-aigo-0.1.0/AIGO-0.1.0.tar.gz) = 91d66cc907a34dfe262da52ffbf407582e1bef00
-Size (py26-aigo-0.1.0/AIGO-0.1.0.tar.gz) = 4027054 bytes
+SHA1 (AIGO-0.1.0.tar.gz) = e764432d318c06e7dcbd82bacb7c94af19107b8f
+RMD160 (AIGO-0.1.0.tar.gz) = 91d66cc907a34dfe262da52ffbf407582e1bef00
+SHA512 (AIGO-0.1.0.tar.gz) = 550b7932aac12925bcd0a3fc29428812b861362809fc722a173d6b648882c195058bd0cb561391a50dde5106210ed6a0ad3d6c663921d478b5730cb884a9a757
+Size (AIGO-0.1.0.tar.gz) = 4027054 bytes
 SHA1 (patch-setup.py) = 29c714093f08242fef5d184c2a167210ffbf41df


Home | Main Index | Thread Index | Old Index