pkgsrc-WIP-changes archive

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

*: py-reportlab now supports python-3.x



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Sep 11 18:07:58 2016 +0200
Changeset:	385287961a6002c400a8e4de5200a994e7a0039d

Modified Files:
	biopython/Makefile
	py-mdanalysis/Makefile

Log Message:
*: py-reportlab now supports python-3.x

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

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

diffstat:
 biopython/Makefile     | 4 ++--
 py-mdanalysis/Makefile | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/biopython/Makefile b/biopython/Makefile
index c06e68d..7c18bf7 100644
--- a/biopython/Makefile
+++ b/biopython/Makefile
@@ -10,8 +10,9 @@ HOMEPAGE=	http://biopython.org/
 COMMENT=	Python libraries for computational molecular biology
 LICENSE=	Biopython
 
+DEPENDS+=	${PYPKGPREFIX}-reportlab>=2.5:../../print/py-reportlab
+
 PYDISTUTILSPKG=		YES
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-reportlab
 
 post-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/biopython
@@ -32,5 +33,4 @@ post-install:
 
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/extension.mk"
-DEPENDS+=	${PYPKGPREFIX}-reportlab>=2.5:../../print/py-reportlab
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-mdanalysis/Makefile b/py-mdanalysis/Makefile
index 7f8d0b8..006a359 100644
--- a/py-mdanalysis/Makefile
+++ b/py-mdanalysis/Makefile
@@ -14,8 +14,6 @@ DEPENDS+=	${PYPKGPREFIX}-biopython>=1.63:../../wip/biopython
 
 USE_LANGUAGES=	c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-reportlab via biopython
-
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index