diff options
author | wg <wg@FreeBSD.org> | 2013-12-28 18:53:33 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-28 18:53:33 +0800 |
commit | b2adec7746d28d2ec1d0413af84fbbcaa7d6f620 (patch) | |
tree | d5dd9062b19f8b15b9c9b997a49f9ba67b5f811b /math/py-fpconst | |
parent | 5fc87fbdd3ffe9316f28ccffd77dbb74e4fe26a7 (diff) | |
download | freebsd-ports-gnome-b2adec7746d28d2ec1d0413af84fbbcaa7d6f620.tar.gz freebsd-ports-gnome-b2adec7746d28d2ec1d0413af84fbbcaa7d6f620.tar.zst freebsd-ports-gnome-b2adec7746d28d2ec1d0413af84fbbcaa7d6f620.zip |
math/py-fpconst: support staging and restrict python to 2.x
Diffstat (limited to 'math/py-fpconst')
-rw-r--r-- | math/py-fpconst/Makefile | 7 | ||||
-rw-r--r-- | math/py-fpconst/pkg-plist | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index cdf13698d263..9a97393e7c2b 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -4,15 +4,14 @@ PORTNAME= fpconst PORTVERSION= 0.7.2 CATEGORIES= math python -MASTER_SITES= ${MASTER_SITE_CHEESESHOP} -MASTER_SITE_SUBDIR= source/f/fpconst +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for handling IEEE 754 floating point special values -USE_PYTHON= yes +USE_PYTHON= 2 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/py-fpconst/pkg-plist b/math/py-fpconst/pkg-plist deleted file mode 100644 index 180519d5ed0a..000000000000 --- a/math/py-fpconst/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/fpconst.py -%%PYTHON_SITELIBDIR%%/fpconst.pyc -%%PYTHON_SITELIBDIR%%/fpconst.pyo |