svn commit: r524057 - in head/math: . py-statsmodels010

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 25 18:17:56 UTC 2020


Author: sunpoet
Date: Sat Jan 25 18:17:55 2020
New Revision: 524057
URL: https://svnweb.freebsd.org/changeset/ports/524057

Log:
  Add py-statsmodels010 0.10.2 (copied from py-statsmodels)
  
  - Add PORTSCOUT

Added:
  head/math/py-statsmodels010/
     - copied from r523862, head/math/py-statsmodels/
Modified:
  head/math/Makefile
  head/math/py-statsmodels010/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Jan 25 18:17:17 2020	(r524056)
+++ head/math/Makefile	Sat Jan 25 18:17:55 2020	(r524057)
@@ -796,6 +796,7 @@
     SUBDIR += py-spectral
     SUBDIR += py-spot
     SUBDIR += py-statsmodels
+    SUBDIR += py-statsmodels010
     SUBDIR += py-svgmath
     SUBDIR += py-sym
     SUBDIR += py-symcxx

Modified: head/math/py-statsmodels010/Makefile
==============================================================================
--- head/math/py-statsmodels/Makefile	Thu Jan 23 02:53:09 2020	(r523862)
+++ head/math/py-statsmodels010/Makefile	Sat Jan 25 18:17:55 2020	(r524057)
@@ -6,6 +6,7 @@ PORTVERSION=	0.10.2
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	010
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Complement to SciPy for statistical computations
@@ -18,15 +19,17 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.18:science/py-scipy@${PY_FLAVOR}
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
 USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent cython distutils
 
 PORTDOCS=	README.rst README_l1.txt
 PORTEXAMPLES=	*
 
+PORTSCOUT=	limit:^0\.10\.
+
 SHEBANG_GLOB=	*.py
+
+OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-install:
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +


More information about the svn-ports-all mailing list