6dc7c0a917
1.1.1 * fix version determination 1.1.0 - typing stubs - ci fixes
18 lines
521 B
Makefile
18 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/10/21 12:29:52 adam Exp $
|
|
|
|
DISTNAME= iniconfig-1.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/iniconfig/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/RonnyPfannschmidt/iniconfig
|
|
COMMENT= Brain-dead simple config-ini parsing
|
|
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"
|