Skip to content

Commit

Permalink
science/py-asdf-transform-schemas: Update to 0.5.0
Browse files Browse the repository at this point in the history
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS

Changes:	https://github.com/asdf-format/asdf-transform-schemas/releases
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent 57566ae commit 67e4832
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
16 changes: 5 additions & 11 deletions science/py-asdf-transform-schemas/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= asdf-transform-schemas
PORTVERSION= 0.4.0
PORTVERSION= 0.5.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,20 +12,14 @@ WWW= https://github.com/asdf-format/asdf-transform-schemas
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asdf-standard>=1.0.1:science/py-asdf-standard@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asdf-standard>=1.1.0:science/py-asdf-standard@${PY_FLAVOR}

USES= python
USES= python:3.9+
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30900
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=3:devel/py-importlib-resources@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions science/py-asdf-transform-schemas/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1698341071
SHA256 (asdf_transform_schemas-0.4.0.tar.gz) = de7fdc3fee35fb957fc32957877a0e9d7dd4d2e851bd631a7259f11c2bd294ca
SIZE (asdf_transform_schemas-0.4.0.tar.gz) = 97482
TIMESTAMP = 1710712524
SHA256 (asdf_transform_schemas-0.5.0.tar.gz) = 82cf4c782575734a895327f25ff583ce9499d7e2b836fe8880b2d7961c6b462b
SIZE (asdf_transform_schemas-0.5.0.tar.gz) = 109226

0 comments on commit 67e4832

Please sign in to comment.