Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Jun 2026 16:51:03 +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: 4048ab789ea6 - main - astro/py-pyvo: update 1.8=?utf-8?Q?=2E1 =E2=86=92 1?=.9.0
Message-ID:  <6a25a177.24af8.671411a4@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=4048ab789ea648763f51bd87d2e833e9f7e11eb1

commit 4048ab789ea648763f51bd87d2e833e9f7e11eb1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-07 07:10:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-07 16:50:57 +0000

    astro/py-pyvo: update 1.8.1 → 1.9.0
---
 astro/py-pyvo/Makefile              | 11 ++++++-----
 astro/py-pyvo/distinfo              |  6 +++---
 astro/py-pyvo/files/patch-setup.cfg | 12 ++++++++++++
 3 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/astro/py-pyvo/Makefile b/astro/py-pyvo/Makefile
index 680e17eb7953..a5fcb7df4536 100644
--- a/astro/py-pyvo/Makefile
+++ b/astro/py-pyvo/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyvo
-PORTVERSION=	1.8.1
+PORTVERSION=	1.9.0
 CATEGORIES=	astro python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,18 +12,19 @@ WWW=		https://pyvo.readthedocs.io/en/latest/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astropy>=4.2:astro/py-astropy@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astropy>=5.0:astro/py-astropy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-astropy>0:astro/py-pytest-astropy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-astropy-header>0:astro/py-pytest-astropy-header@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-doctestplus>=0.13:devel/py-pytest-doctestplus@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests-mock>0:www/py-requests-mock@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}requests-mock>0:www/py-requests-mock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist pytest
+USE_PYTHON=	pep517 autoplist pytest
 
 NO_ARCH=	yes
 
diff --git a/astro/py-pyvo/distinfo b/astro/py-pyvo/distinfo
index 9f0f4837720e..74a271c0e6ad 100644
--- a/astro/py-pyvo/distinfo
+++ b/astro/py-pyvo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777541923
-SHA256 (pyvo-1.8.1.tar.gz) = d3cc60aa3d3416d22c89e465a04dfa9f521085fdd5228cce2cffd2fee3a9e709
-SIZE (pyvo-1.8.1.tar.gz) = 2120129
+TIMESTAMP = 1780814834
+SHA256 (pyvo-1.9.0.tar.gz) = 5f285d90df96bae3074c5ca215995530af626208603c9246f016ed5c5cfc9cc0
+SIZE (pyvo-1.9.0.tar.gz) = 2162580
diff --git a/astro/py-pyvo/files/patch-setup.cfg b/astro/py-pyvo/files/patch-setup.cfg
new file mode 100644
index 000000000000..ba722292be9b
--- /dev/null
+++ b/astro/py-pyvo/files/patch-setup.cfg
@@ -0,0 +1,12 @@
+-- Remove the conflicting samp_hub entry point as it is already provided by the astro/py-astropy port.
+
+--- setup.cfg.orig	2026-06-07 06:53:09 UTC
++++ setup.cfg
+@@ -82,7 +82,6 @@ console_scripts = 
+ 
+ [options.entry_points]
+ console_scripts = 
+-	samp_hub = astropy.samp.hub_script:hub_script
+ 
+ [coverage:run]
+ source = pyvo


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a25a177.24af8.671411a4>