Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2023 06:20:42 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c70e078a0277 - main - =?utf-8?Q?science/py-chempy:=20Update=200.8.2=20=E2=86=92=200.8.3?=
Message-ID:  <202307170620.36H6Kg2E050653@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c70e078a02773afd39e5622be4dc38ca06795afc

commit c70e078a02773afd39e5622be4dc38ca06795afc
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-17 06:16:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-17 06:20:36 +0000

    science/py-chempy: Update 0.8.2 → 0.8.3
    
    Reported by:    portscout
---
 science/py-chempy/Makefile | 10 +++++-----
 science/py-chempy/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/science/py-chempy/Makefile b/science/py-chempy/Makefile
index c884ce537fbd..e3f9a333329c 100644
--- a/science/py-chempy/Makefile
+++ b/science/py-chempy/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	chempy
-DISTVERSION=	0.8.2
-PORTREVISION=	2
+DISTVERSION=	0.8.3
 CATEGORIES=	science python # chemistry
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -27,10 +26,11 @@ BUILD_DEPENDS=	${PY_DEPENDS}
 RUN_DEPENDS=	${PY_DEPENDS}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-flakes>0:devel/py-pytest-flakes@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pytest-flakes>0:devel/py-pytest-flakes@${PY_FLAVOR} \
+		gsl>0:math/gsl
 
-USES=		python
-USE_PYTHON=	distutils autoplist pytest
+USES=		localbase:ldflags python # localbase and math/gsl are only for tests
+USE_PYTHON=	distutils autoplist pytest # 5 tests fail, see https://github.com/bjodah/chempy/issues/222
 
 NO_ARCH=	yes
 
diff --git a/science/py-chempy/distinfo b/science/py-chempy/distinfo
index 54b614c1c8ea..e3ed0aed9cb4 100644
--- a/science/py-chempy/distinfo
+++ b/science/py-chempy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632243682
-SHA256 (chempy-0.8.2.tar.gz) = cf4176c3a642f0f4db796a7d612f145ec99ce9c73a8d98ea413c5b7f966c43bf
-SIZE (chempy-0.8.2.tar.gz) = 406701
+TIMESTAMP = 1689572688
+SHA256 (chempy-0.8.3.tar.gz) = 8f7bfb5066969019556d6191b391794742214430bf330bbc9929f5d454ca072b
+SIZE (chempy-0.8.3.tar.gz) = 184646



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307170620.36H6Kg2E050653>