mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00: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
@ -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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
%%PYTHON_SITELIBDIR%%/fpconst.py
|
||||
%%PYTHON_SITELIBDIR%%/fpconst.pyc
|
||||
%%PYTHON_SITELIBDIR%%/fpconst.pyo
|
Loading…
Reference in New Issue
Block a user