Skip to content

Commit

Permalink
py-asdf-transform-schemas: added version 0.3.0
Browse files Browse the repository at this point in the history
This package provides ASDF schemas for validating transform tags. Users should
not need to install this directly; instead, install an implementation package
such as asdf-astropy, which includes asdf-transform-schemas as a dependency.
  • Loading branch information
adam committed Aug 30, 2023
1 parent dc1f6cf commit b872c46
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 0 deletions.
3 changes: 3 additions & 0 deletions math/py-asdf-transform-schemas/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This package provides ASDF schemas for validating transform tags. Users should
not need to install this directly; instead, install an implementation package
such as asdf-astropy, which includes asdf-transform-schemas as a dependency.
28 changes: 28 additions & 0 deletions math/py-asdf-transform-schemas/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1 2023/08/30 20:01:40 adam Exp $

DISTNAME= asdf_transform_schemas-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf-transform-schemas/}

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/asdf-format/asdf-transform-schemas
COMMENT= ASDF schemas for transforms
LICENSE= modified-bsd

TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-asdf-standard>=1.0.1:../../math/py-asdf-standard

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 309
DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=3:../../devel/py-importlib-resources
.endif

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Loading

0 comments on commit b872c46

Please sign in to comment.