Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jul 2026 06:31:25 +0000
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: df3f177364f7 - main - science/py-pyked: update 0.4.1=?utf-8?Q?-16 =E2=86=92?= 0.5.0
Message-ID:  <6a47573d.251f3.1dd1270b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit df3f177364f785615f313069b68abbb008a3e9c7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-03 05:57:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-03 06:31:11 +0000

    science/py-pyked: update 0.4.1-16 → 0.5.0
---
 science/py-pyked/Makefile | 32 ++++++++++++++++----------------
 science/py-pyked/distinfo |  6 +++---
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/science/py-pyked/Makefile b/science/py-pyked/Makefile
index bca65515f2a9..43d1be41f64d 100644
--- a/science/py-pyked/Makefile
+++ b/science/py-pyked/Makefile
@@ -1,10 +1,7 @@
 PORTNAME=	pyked
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.4.1-16
-DISTVERSIONSUFFIX=	-gfcccaf8
-PORTREVISION=	6
+DISTVERSION=	0.5.0
 CATEGORIES=	science python
-#MASTER_SITES=	PYPI 0.4.1 is broken there
+MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -14,20 +11,23 @@ WWW=		https://pr-omethe-us.github.io/PyKED/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cerberus>=1.0.0:devel/py-cerberus@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}habanero>=0.6.0:www/py-habanero@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pint>=0.7.2:devel/py-pint@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}uncertainties>=3.0.1:math/py-uncertainties@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyyaml>=3.12:devel/py-pyyaml@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=2.0.0:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cerberus>0:devel/py-cerberus@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}habanero>=2.9.1:www/py-habanero@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}httpx2>=2.0:www/py-habanero@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=2.2.0,1:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pint>=0.24.0:devel/py-pint@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}uncertainties>=3.2:math/py-uncertainties@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} \
 
 USES=		python
-USE_PYTHON=	distutils concurrent autoplist
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	pr-omethe-us
-GH_PROJECT=	PyKED
+USE_PYTHON=	pep517 concurrent autoplist pytest
 
 NO_ARCH=	yes
 
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
+# tests as of 0.5.0: 541 passed in 10.94s
+
 .include <bsd.port.mk>
diff --git a/science/py-pyked/distinfo b/science/py-pyked/distinfo
index b53ec61ea989..2f0feb871c97 100644
--- a/science/py-pyked/distinfo
+++ b/science/py-pyked/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631341782
-SHA256 (pr-omethe-us-PyKED-v0.4.1-16-gfcccaf8_GH0.tar.gz) = 63fda19c9f9ab41e4e8234928f5c3977e7465cca1dd1ac1a8af4fe7458861b80
-SIZE (pr-omethe-us-PyKED-v0.4.1-16-gfcccaf8_GH0.tar.gz) = 384834
+TIMESTAMP = 1783056255
+SHA256 (pyked-0.5.0.tar.gz) = 704c2f6ea89a2af74ad00e0b6300949ac164758da702a63e6e910bfbdc8d1bd7
+SIZE (pyked-0.5.0.tar.gz) = 378130


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a47573d.251f3.1dd1270b>