882bca1ee4
1.5.1: - 1.5 had a bug that slipped through testing, fixed that, increased test coverage. 1.5: - No longer treats macOS as special, but as a unix. - get_windows_info.py is renamed to update_windows_mappings.py - Windows mappings now also contain mappings from deprecated zoneinfo names. (Preston-Landers, regebro)
18 lines
486 B
Makefile
18 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/12/06 12:21:02 adam Exp $
|
|
|
|
DISTNAME= tzlocal-1.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tzlocal/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/tzlocal
|
|
COMMENT= Python tzinfo object for the local timezone
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|