svn commit: r455879 - head/biology/py-biom-format

Joseph Mingrone jrm at FreeBSD.org
Sun Dec 10 03:33:05 UTC 2017


Author: jrm
Date: Sun Dec 10 03:33:04 2017
New Revision: 455879
URL: https://svnweb.freebsd.org/changeset/ports/455879

Log:
  biology/py-biom-format: Add required dependency on math/py-pandas and do
  not install tests.

Modified:
  head/biology/py-biom-format/Makefile

Modified: head/biology/py-biom-format/Makefile
==============================================================================
--- head/biology/py-biom-format/Makefile	Sat Dec  9 22:02:30 2017	(r455878)
+++ head/biology/py-biom-format/Makefile	Sun Dec 10 03:33:04 2017	(r455879)
@@ -2,7 +2,7 @@
 
 PORTNAME=	biom-format
 PORTVERSION=	2.1.6
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	biology python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,9 +13,10 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}h5py>=2.6.0:science/py-h5py@${FLAVOR}    \
-		${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${FLAVOR}      \
+		${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}h5py>=2.6.0:science/py-h5py@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.16.1:science/py-scipy@${FLAVOR}
 
 USE_GITHUB=	yes
@@ -29,6 +30,9 @@ USE_PYTHON=	autoplist distutils
 .if ${PYTHON_REL} < 3000
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pyqi>=0.2.0:devel/py-pyqi@${FLAVOR}
 .endif
+
+post-extract:
+	${RM} -r ${WRKSRC}/tests
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/biom/*.so


More information about the svn-ports-head mailing list