5eda24ec8f
1.0: increment version. Seems like a good time to call this v1.0.
18 lines
534 B
Makefile
18 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/01/27 12:57:21 adam Exp $
|
|
|
|
DISTNAME= ConfigArgParse-1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=C/ConfigArgParse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/bw2/ConfigArgParse
|
|
COMMENT= Argparse-like with config files or environment variables support
|
|
LICENSE= mit
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|