Skip to content

Commit

Permalink
biology/py-PySCeS: Update 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jul 26, 2023
1 parent fc7c1cd commit 3cea739
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions biology/py-PySCeS/Makefile
@@ -1,13 +1,13 @@
PORTNAME= PySCeS
DISTVERSION= 1.1.0
DISTVERSION= 1.1.1
CATEGORIES= biology python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Python Simulator for Cellular Systems
WWW= http://pysces.sourceforge.net/
WWW= https://pysces.sourceforge.net/

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENCE.txt
Expand All @@ -19,10 +19,11 @@ PY_EXTRA= ${PYTHON_PKGNAMEPREFIX}python-libsbml>0:biology/py-python-libsbml@${PY
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \
cmake:devel/cmake-core \
${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS} ${PY_EXTRA}
RUN_DEPENDS= ${PY_DEPENDS} \
${PY_EXTRA}

USES= fortran python
USE_PYTHON= distutils autoplist
USE_PYTHON= distutils autoplist pytest

LDFLAGS+= -lpython${PYTHON_VER} -shared # see https://github.com/PySCeS/pysces/issues/29

Expand Down
6 changes: 3 additions & 3 deletions biology/py-PySCeS/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1687744975
SHA256 (pysces-1.1.0.tar.gz) = 0ef576ff646d720d73a4ca5dd1d12e7de1e99a83f81e714a6c0bfbb02953bd54
SIZE (pysces-1.1.0.tar.gz) = 1036079
TIMESTAMP = 1690346893
SHA256 (pysces-1.1.1.tar.gz) = 170f9ccdcd3ff0336d144f3891c54ee5dfb9b61b1e7129f48e96ff02d6c9b6e5
SIZE (pysces-1.1.1.tar.gz) = 1036708

0 comments on commit 3cea739

Please sign in to comment.