Utilize new USE_PYTHON instead of pkg-req script.
This commit is contained in:
parent
52a44ee0db
commit
02fe87707a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91649
@ -16,12 +16,7 @@ MAINTAINER= perky@FreeBSD.org
|
||||
COMMENT= The Z - Object Database for python
|
||||
|
||||
CONFLICTS= zodb-1.*
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= 2.1+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
post-install:
|
||||
@ ${SH} ${PKGREQ} INSTALL
|
||||
|
||||
eNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,17 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
PATH=$PATH:/usr/local/bin
|
||||
|
||||
if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then
|
||||
PYTHON_GT=`python -c 'import string, sys; \
|
||||
print string.split(sys.version)[0] >= "2.1" and 1'`
|
||||
if [ "x${PYTHON_GT}" = "x1" ]; then
|
||||
exit 0
|
||||
else
|
||||
echo "-----------------------------------------------------------"
|
||||
echo "ZODB requires Python version 2.1 or greater -"
|
||||
echo " please update your Python installation before proceeding."
|
||||
echo "-----------------------------------------------------------"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
Loading…
Reference in New Issue
Block a user