156aa3695e
v3.5.0 * add ``no-local-version`` local scheme and improve documentation for schemes v3.4.4 * fix: also sort out resource warnings when dealing with git file finding
24 lines
749 B
Makefile
24 lines
749 B
Makefile
# $NetBSD: Makefile,v 1.21 2020/02/14 10:12:01 adam Exp $
|
|
|
|
DISTNAME= setuptools_scm-3.5.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools_scm/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pypa/setuptools_scm
|
|
COMMENT= Manage your versions by scm tags
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|