FreeBSD Bugzilla – Attachment 170699 Details for
Bug 209767
biology/py-biom-format: Fix run-time dependency issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Enhance previous patch
py-biom-format.diff (text/plain), 1.07 KB, created by
Olivier Duchateau
on 2016-05-26 20:07:58 UTC
(
hide
)
Description:
Enhance previous patch
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2016-05-26 20:07:58 UTC
Size:
1.07 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 415912) >+++ Makefile (copie de travail) >@@ -3,6 +3,7 @@ > > PORTNAME= biom-format > PORTVERSION= 2.1.5 >+PORTREVISION= 1 > CATEGORIES= biology python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -12,7 +13,11 @@ > LICENSE= BSD3CLAUSE > > BUILD_DEPENDS= ${PYNUMPY} >-RUN_DEPENDS= ${PYNUMPY} ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py >+RUN_DEPENDS= ${PYNUMPY} \ >+ ${PYTHON_PKGNAMEPREFIX}h5py>=2.6.0:science/py-h5py \ >+ ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click \ >+ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ >+ ${PYTHON_PKGNAMEPREFIX}scipy>=0.16.1:science/py-scipy > > USE_GITHUB= yes > GH_ACCOUNT= biocore >@@ -20,7 +25,13 @@ > USES= python > USE_PYTHON= autoplist distutils > >+.include <bsd.port.pre.mk> >+ >+.if ${PYTHON_REL} < 3000 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyqi>=0.2.0:devel/py-pyqi >+.endif >+ > post-install: > ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/biom/*.so > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209767
:
170682
| 170699