From 48e9d18cfe4098dc893e36246f391d0c9d3cd7f1 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Sat, 28 Dec 2013 10:53:33 +0000 Subject: [PATCH] math/py-fpconst: support staging and restrict python to 2.x --- math/py-fpconst/Makefile | 7 +++---- math/py-fpconst/pkg-plist | 3 --- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 math/py-fpconst/pkg-plist 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 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