# $NetBSD: Makefile,v 1.3 2024/03/17 09:54:01 adam Exp $ DISTNAME= asdf_standard-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf-standard/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/asdf-format/asdf-standard COMMENT= ASDF Standard schemas LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 38 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"