pkgsrc-WIP-changes archive

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

py-pysam: not for Python 2



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri Jul 28 04:59:52 2023 +0200
Changeset:	418bc6a07fe4b4df3e5a60b6a9d47c31c2d556dd

Modified Files:
	py-pysam/Makefile

Log Message:
py-pysam: not for Python 2

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

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

diffstat:
 py-pysam/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-pysam/Makefile b/py-pysam/Makefile
index 669ecf7886..0392b4487f 100644
--- a/py-pysam/Makefile
+++ b/py-pysam/Makefile
@@ -20,6 +20,8 @@ MAKE_ENV+=	HTSLIB_MODE=external \
 		HTSLIB_LIBRARY_DIR=${PREFIX}/lib \
 		HTSLIB_INCLUDE_DIR=${PREFIX}/include
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 post-install:
 	${STRIP} ${DESTDIR}${PREFIX}/${PYSITELIB}/pysam/lib*.so
 


Home | Main Index | Thread Index | Old Index