mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
astro/py-extension-helpers: Update to 1.2.0
This commit is contained in:
parent
d89fcb6048
commit
3b564d46a0
2 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue