Date: Thu, 21 May 2020 20:44:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536157 - head/science/py-pyteomics Message-ID: <202005212044.04LKiqW6065286@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu May 21 20:44:52 2020 New Revision: 536157 URL: https://svnweb.freebsd.org/changeset/ports/536157 Log: Add DF, GRAPHICS, TDA, UNIMOD and XML options Modified: head/science/py-pyteomics/Makefile Modified: head/science/py-pyteomics/Makefile ============================================================================== --- head/science/py-pyteomics/Makefile Thu May 21 20:44:47 2020 (r536156) +++ head/science/py-pyteomics/Makefile Thu May 21 20:44:52 2020 (r536157) @@ -11,15 +11,25 @@ COMMENT= Python modules for proteomics data analysis LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=0:databases/py-sqlalchemy13@${PY_FLAVOR} - USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +OPTIONS_DEFINE= DF GRAPHICS TDA UNIMOD XML +OPTIONS_DEFAULT=DF GRAPHICS TDA UNIMOD XML +DF_DESC= DataFrame support +GRAPHICS_DESC= Graphics support +TDA_DESC= Target-decoy approach support +UNIMOD_DESC= Unimod database support +XML_DESC= XML support + +DF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0:math/py-pandas@${PY_FLAVOR} +GRAPHICS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} +TDA_RUN_DEPENDS= ${PYNUMPY} +UNIMOD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=0:databases/py-sqlalchemy13@${PY_FLAVOR} +XML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYNUMPY} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005212044.04LKiqW6065286>