Skip to content

Commit

Permalink
Update py-biopython to 1.85.
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Jan 22, 2025
1 parent 3b07597 commit 52aea00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions biology/py-biopython/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
COMMENT = Python tools for computational molecular biology

MODPY_DISTV = 1.84
MODPY_DISTV = 1.85
DISTNAME = biopython-${MODPY_DISTV}
CATEGORIES = biology
PKGNAME = py-${DISTNAME}
REVISION = 0

HOMEPAGE = http://www.biopython.org/

Expand All @@ -28,7 +27,6 @@ CFLAGS += -fPIC
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-biopython/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-biopython/
${INSTALL_DATA} ${WRKSRC}/Doc/*.pdf ${PREFIX}/share/doc/py-biopython/
cd ${WRKSRC}/Doc/examples; tar cf - * | \
tar xf - -C ${PREFIX}/share/examples/py-biopython

Expand Down
4 changes: 2 additions & 2 deletions biology/py-biopython/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (biopython-1.84.tar.gz) = YPvm+ZbopoZqQmmMF+VSEn2ZqaqzJZ1iSfuqvQ4Mx7Q=
SIZE (biopython-1.84.tar.gz) = 25793001
SHA256 (biopython-1.85.tar.gz) = Xa+rdAWd5OePSfa1aE7drm585G8Jz6BZwdEznoseoKY=
SIZE (biopython-1.85.tar.gz) = 19909902
1 change: 0 additions & 1 deletion biology/py-biopython/pkg/PLIST
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,6 @@ lib/python${MODPY_VERSION}/site-packages/biopython-${MODPY_DISTV}.dist-info/RECO
lib/python${MODPY_VERSION}/site-packages/biopython-${MODPY_DISTV}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/biopython-${MODPY_DISTV}.dist-info/top_level.txt
share/doc/py-biopython/
share/doc/py-biopython/Biopython_doc.pdf
share/examples/py-biopython/
share/examples/py-biopython/ACT_example.py
share/examples/py-biopython/PF05371_seed.sth
Expand Down

0 comments on commit 52aea00

Please sign in to comment.