bf16cff719
2.1: - No changes. 2.1b1: - The is_dst flag is wrong for Europe/Dublin on some Unix releases. I changed to another way of determining if DST is in effect or not. - Added support for Python 3.7 and 3.8. Dropped 3.5 although it still works.
18 lines
482 B
Makefile
18 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/05/12 18:20:07 adam Exp $
|
|
|
|
DISTNAME= tzlocal-2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tzlocal/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/regebro/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"
|