pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-hash
Module Name: pkgsrc
Committed By: fhajny
Date: Fri Jun 24 20:46:37 UTC 2016
Modified Files:
pkgsrc/devel/py-hash: Makefile
Log Message:
Enable building with Python 3.3, now that py33-boost can be built.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hash/Makefile
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-hash/Makefile
diff -u pkgsrc/devel/py-hash/Makefile:1.3 pkgsrc/devel/py-hash/Makefile:1.4
--- pkgsrc/devel/py-hash/Makefile:1.3 Tue Jun 21 18:00:02 2016
+++ pkgsrc/devel/py-hash/Makefile Fri Jun 24 20:46:36 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/21 18:00:02 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/24 20:46:36 fhajny Exp $
DISTNAME= pyfasthash-0.6.2
PKGNAME= ${DISTNAME:S/pyfast/${PYPKGPREFIX}-/}
@@ -16,8 +16,6 @@ USE_LANGUAGES= c c++
EGG_NAME= ${DISTNAME:S/fast//}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # devel/py-boost
-
.include "../../mk/endian.mk"
.if ${MACHINE_ENDIAN} == "little"
CPPFLAGS+= -DHASH_LITTLE_ENDIAN=1 -DHASH_BIG_ENDIAN=0
Home |
Main Index |
Thread Index |
Old Index