Date: Thu, 9 Jan 2025 11:51:23 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3b564d46a011 - main - astro/py-extension-helpers: Update to 1.2.0 Message-ID: <202501091151.509BpNoX004214@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b564d46a011c71317c935dc0750a81688003a53 commit 3b564d46a011c71317c935dc0750a81688003a53 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2025-01-09 11:48:54 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2025-01-09 11:50:48 +0000 astro/py-extension-helpers: Update to 1.2.0 --- astro/py-extension-helpers/Makefile | 9 +++++++-- astro/py-extension-helpers/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/astro/py-extension-helpers/Makefile b/astro/py-extension-helpers/Makefile index 7ce3b572ba0e..85ec971d442b 100644 --- a/astro/py-extension-helpers/Makefile +++ b/astro/py-extension-helpers/Makefile @@ -1,8 +1,9 @@ PORTNAME= extension-helpers -DISTVERSION= 0.1 +DISTVERSION= 1.2.0 CATEGORIES= astro MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= extension_helpers-${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Building and installing packages in the Astropy ecosystem @@ -11,8 +12,12 @@ WWW= https://extension-helpers.readthedocs.io/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes diff --git a/astro/py-extension-helpers/distinfo b/astro/py-extension-helpers/distinfo index 47f31dd7491d..b1a58c408599 100644 --- a/astro/py-extension-helpers/distinfo +++ b/astro/py-extension-helpers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635380088 -SHA256 (extension-helpers-0.1.tar.gz) = ac8a6fe91c6d98986a51a9f08ca0c7945f8fd70d95b662ced4040ae5eb973882 -SIZE (extension-helpers-0.1.tar.gz) = 24306 +TIMESTAMP = 1736409916 +SHA256 (extension_helpers-1.2.0.tar.gz) = e7d9c8f71804edd7ecd05b5d59a5b504f6e24867970abfc12771242eed76ebcc +SIZE (extension_helpers-1.2.0.tar.gz) = 29877
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501091151.509BpNoX004214>