pkgsrc/devel/py-setuptools_scm_git_archive/Makefile
2019-04-08 16:21:45 +00:00

18 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/04/08 16:21:45 adam Exp $
DISTNAME= setuptools_scm_git_archive-1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools_scm_git_archive/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/Changaco/setuptools_scm_git_archive
COMMENT= Setuptools_scm plugin for git archives
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"