git: c69e97e63ac3 - main - biology/py-pybigwig: Fix poudriere build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 16:04:48 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=c69e97e63ac3e13459149271dc034ce7b0fdcf35 commit c69e97e63ac3e13459149271dc034ce7b0fdcf35 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2021-10-13 15:39:06 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2021-10-13 16:02:12 +0000 biology/py-pybigwig: Fix poudriere build Typo in post-install --- biology/Makefile | 1 + biology/py-pybigwig/Makefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/biology/Makefile b/biology/Makefile index 35521b0b5f27..3ed28258459c 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -144,6 +144,7 @@ SUBDIR += py-bx-python SUBDIR += py-crossmap SUBDIR += py-cutadapt + SUBDIR += py-deeptoolsintervals SUBDIR += py-dnaio SUBDIR += py-ete3 SUBDIR += py-gffutils diff --git a/biology/py-pybigwig/Makefile b/biology/py-pybigwig/Makefile index ab33b4650777..4ec67e50a3c3 100644 --- a/biology/py-pybigwig/Makefile +++ b/biology/py-pybigwig/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyBigWig DISTVERSION= 0.3.18 +PORTREVISION= 1 CATEGORIES= biology python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +17,6 @@ USES= localbase python USE_PYTHON= autoplist distutils post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyBigWig.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyBigWig.cpython-38.so .include <bsd.port.mk>