pkgsrc/time/py-parsedatetime/Makefile
adam c92b2e3ec8 py-parsedatetime: updated to 2.6
v2.6 release
Polished README.rst
fix pyicu import to suppress warnings
Fixed missing comma in seconds strings

Updated Pipfile and Makefile to:
- update and move packages to the "dev" section
- use Python 3.7 for pipenv
- install tox-pipenv plugin to try and fix Tox (currently doesn't)
- simplify tox.ini to try and fix Tox (didn't)
- move ci makefile target to the circle config
2020-06-01 05:14:49 +00:00

16 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/06/01 05:14:49 adam Exp $
DISTNAME= parsedatetime-2.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parsedatetime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/bear/parsedatetime
COMMENT= Python module for parsing human-readable date/time text
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"