mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
math/py-fpconst: support staging and restrict python to 2.x
This commit is contained in:
parent
7da7c6a405
commit
48e9d18cfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337848
2 changed files with 3 additions and 7 deletions
|
@ -4,15 +4,14 @@
|
||||||
PORTNAME= fpconst
|
PORTNAME= fpconst
|
||||||
PORTVERSION= 0.7.2
|
PORTVERSION= 0.7.2
|
||||||
CATEGORIES= math python
|
CATEGORIES= math python
|
||||||
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
MASTER_SITES= CHEESESHOP
|
||||||
MASTER_SITE_SUBDIR= source/f/fpconst
|
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Utilities for handling IEEE 754 floating point special values
|
COMMENT= Utilities for handling IEEE 754 floating point special values
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= 2
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
%%PYTHON_SITELIBDIR%%/fpconst.py
|
|
||||||
%%PYTHON_SITELIBDIR%%/fpconst.pyc
|
|
||||||
%%PYTHON_SITELIBDIR%%/fpconst.pyo
|
|
Loading…
Add table
Reference in a new issue