4ddbed6954
- make argparse behave for default args aka issue 12776, 11839: call argparse type function only once. - move to github:ThomasWaldmann/argparse - add TW as maintainer / give TW's email - add some usecase to README, clarify issue tracking - add a note to tox.ini about testing on dead snakes
16 lines
455 B
Makefile
16 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/04/06 06:33:57 adam Exp $
|
|
|
|
DISTNAME= argparse-1.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/argparse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ThomasWaldmann/argparse/
|
|
COMMENT= Easy, declarative interface for creating command line tools
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|