pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-hash Enable building with Python 3.3, now tha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/18ec23bf6cf1
branches: trunk
changeset: 349037:18ec23bf6cf1
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Fri Jun 24 20:46:36 2016 +0000
description:
Enable building with Python 3.3, now that py33-boost can be built.
diffstat:
devel/py-hash/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 05f83119d4a7 -r 18ec23bf6cf1 devel/py-hash/Makefile
--- a/devel/py-hash/Makefile Fri Jun 24 20:32:08 2016 +0000
+++ b/devel/py-hash/Makefile Fri Jun 24 20:46:36 2016 +0000
@@ -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 @@
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