pkgsrc/devel/py-setuptools_scm/Makefile
adam b95e5c0503 py-setuptools_scm: updated to 3.4.3
v3.4.3
* fix: ensure the git file finder terminates subprocess after reading archive
2020-01-23 10:11:44 +00:00

24 lines
749 B
Makefile

# $NetBSD: Makefile,v 1.20 2020/01/23 10:11:44 adam Exp $
DISTNAME= setuptools_scm-3.4.3
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"