-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py-asdf-transform-schemas: added version 0.3.0
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
Showing
4 changed files
with
281 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.