pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ode
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 21 11:28:58 UTC 2016
Modified Files:
pkgsrc/devel/py-ode: Makefile PLIST
Log Message:
Mark as not ready for python-3.x.
Switch to distutils.mk.
Bump PKGREVISION for PLIST change.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ode/Makefile \
pkgsrc/devel/py-ode/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-ode/Makefile
diff -u pkgsrc/devel/py-ode/Makefile:1.1 pkgsrc/devel/py-ode/Makefile:1.2
--- pkgsrc/devel/py-ode/Makefile:1.1 Sun Jul 24 01:48:49 2016
+++ pkgsrc/devel/py-ode/Makefile Sun Aug 21 11:28:58 2016
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2016/07/24 01:48:49 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/21 11:28:58 wiz Exp $
DISTNAME= PyODE-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//:tl}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyODE/}
@@ -10,8 +11,8 @@ HOMEPAGE= http://pyode.sourceforge.net/
COMMENT= Python wrapper for the Open Dynamics Engine
LICENSE= modified-bsd OR gnu-lgpl-v2.1
-PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.2.1
.include "../../devel/ode/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-ode/PLIST
diff -u pkgsrc/devel/py-ode/PLIST:1.1 pkgsrc/devel/py-ode/PLIST:1.2
--- pkgsrc/devel/py-ode/PLIST:1.1 Sun Jul 24 01:48:49 2016
+++ pkgsrc/devel/py-ode/PLIST Sun Aug 21 11:28:58 2016
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2016/07/24 01:48:49 kamil Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/08/21 11:28:58 wiz Exp $
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/ode.so
${PYSITELIB}/xode/__init__.py
${PYSITELIB}/xode/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index