fix a few egg ports
This commit is contained in:
parent
d6818103c8
commit
c0f2ef240c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2009/03/11 21:08:53 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/02/27 17:53:06 espie Exp $
|
||||
|
||||
COMMENT= Python-powered template engine and code generator
|
||||
|
||||
@ -21,6 +21,7 @@ MODULES= lang/python
|
||||
REGRESS_DEPENDS= ::devel/py-cheetah
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
MAKE_ENV+= CHEETAH_USE_SETUPTOOLS=1
|
||||
MODPY_BADEGGS= Cheetah
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2009/10/11 20:59:37 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/02/27 17:53:06 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64 powerpc
|
||||
|
||||
@ -26,6 +26,7 @@ MODULES= lang/python
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MODPY_BADEGGS= py
|
||||
MODPY_DISTUTILS_INSTALL= install --prefix=${LOCALBASE} \
|
||||
--root=${DESTDIR}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2010/01/17 19:45:47 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2010/02/27 17:53:06 espie Exp $
|
||||
|
||||
COMMENT= fast array and numeric programming library for Python
|
||||
|
||||
@ -35,9 +35,11 @@ LIB_DEPENDS= lapack::math/lapack
|
||||
PATCH_LIST= patch-* powerpc-patch-numpy_distutils_fcompiler_gnu_py
|
||||
.endif
|
||||
|
||||
MODPY_BADEGGS = numpy
|
||||
|
||||
pre-build:
|
||||
cp -f ${WRKSRC}/numpy/distutils/site.cfg ${WRKSRC}/site.cfg
|
||||
rm ${WRKSRC}/numpy/core/include/numpy/mingw_amd64_fenv.h
|
||||
-rm ${WRKSRC}/numpy/core/include/numpy/mingw_amd64_fenv.h
|
||||
|
||||
do-regress: fake
|
||||
${MAKE_ENV} PYTHONPATH=${WRKINST}${MODPY_SITEPKG} ${MODPY_BIN} -c \
|
||||
|
Loading…
Reference in New Issue
Block a user