pkgsrc/textproc/py-parse/Makefile
adam d56d98caed py-parse: updated to 1.9.0
1.9.0:
We now honor precision and width specifiers when parsing numbers and strings, allowing parsing of concatenated elements of fixed width
2018-10-07 07:28:01 +00:00

16 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/10/07 07:28:01 adam Exp $
DISTNAME= parse-1.9.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"