9c84212c05
v2020.6.1 (31-10-2020) ---------------------- - fix pytz version number v2020.6.0 (31-10-2020) ---------------------- - fix maker encoding messages - suppress python 3.7+ deprecated imports messages
20 lines
579 B
Makefile
20 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/12/07 15:44:34 adam Exp $
|
|
|
|
DISTNAME= l18n-2020.6.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=l/l18n/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/tkhyn/l18n
|
|
COMMENT= Translations for pytz names
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pytz>=2020.1:../../time/py-pytz
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|