pkgsrc/textproc/py-parse/Makefile
adam 6c6f6e51af py-parse: updated to 1.15.0
1.15.0 Several fixes for parsing non-base 10 numbers
2020-03-02 10:29:57 +00:00

16 lines
450 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/03/02 10:29:57 adam Exp $
DISTNAME= parse-1.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parse/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/r1chardj0n3s/parse
COMMENT= Parse strings using a specification based on format()
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"