Skip to content

Commit

Permalink
science/py-moltemplate: Update 2.20.15 -> 2.20.17
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Dec 4, 2022
1 parent 1c8519d commit 0cb6dbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions science/py-moltemplate/Makefile
@@ -1,6 +1,6 @@
PORTNAME= moltemplate
DISTVERSIONPREFIX= v
DISTVERSION= 2.20.15
DISTVERSION= 2.20.17
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand All @@ -21,7 +21,7 @@ USE_PYTHON= distutils concurrent autoplist
USE_GITHUB= yes
GH_ACCOUNT= jewettaij

SHEBANG_FILES= moltemplate/scripts/molc.sh
SHEBANG_FILES= moltemplate/scripts/molc.sh #shunit2/shunit2

NO_ARCH= yes

Expand All @@ -30,9 +30,9 @@ BINARY_ALIAS= python3=${PYTHON_CMD}
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} PATH=${STAGEDIR}${LOCALBASE}/bin:${PATH}

do-test: # testsuite instructions: https://github.com/jewettaij/moltemplate/issues/65#issuecomment-1022740972
# 1 test fails, see https://github.com/jewettaij/moltemplate/issues/65
# 1 test fails, see https://github.com/jewettaij/moltemplate/issues/86
@cd ${WRKSRC} && \
([ -e shunit2 ] || (${MKDIR} shunit2 && ${LN} -s ${LOCALBASE}/bin/shunit2 shunit2/shunit2)) && \
([ -e shunit2 ] || (${MKDIR} tests/shunit2 && ${RM} tests/shunit2/shunit2 && ${LN} -s ${LOCALBASE}/bin/shunit2 tests/shunit2/shunit2)) && \
${SETENV} ${TEST_ENV} bash tests/test_read_coords_pdb.sh && \
${SETENV} ${TEST_ENV} bash tests/test_ltemplify.sh && \
${SETENV} ${TEST_ENV} bash tests/test_oplsaa.sh && \
Expand Down
6 changes: 3 additions & 3 deletions science/py-moltemplate/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1667880840
SHA256 (jewettaij-moltemplate-v2.20.15_GH0.tar.gz) = eb34f77819c42e4078fa1dcf367668234e801b1f1de0211810760565e931993b
SIZE (jewettaij-moltemplate-v2.20.15_GH0.tar.gz) = 8552730
TIMESTAMP = 1670184570
SHA256 (jewettaij-moltemplate-v2.20.17_GH0.tar.gz) = 60bd4b035891a58e945b6a1c88c4cd38dcc1e442da527f0ee80168b8c9cc55f9
SIZE (jewettaij-moltemplate-v2.20.17_GH0.tar.gz) = 8551345

0 comments on commit 0cb6dbc

Please sign in to comment.