Add py-l18n-2018.5:
This package provides lazy translations for names used for localization purposes, e.g. places and timezones. The name l18n is a contraction of i18n and l10n (internationalisation and localization).
This commit is contained in:
parent
0516d802f4
commit
5e687d77aa
4 changed files with 57 additions and 0 deletions
3
time/py-l18n/DESCR
Normal file
3
time/py-l18n/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This package provides lazy translations for names used for localization
|
||||
purposes, e.g. places and timezones. The name l18n is a contraction of
|
||||
i18n and l10n (internationalisation and localization).
|
18
time/py-l18n/Makefile
Normal file
18
time/py-l18n/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/08/03 23:04:12 joerg Exp $
|
||||
|
||||
DISTNAME= l18n-2018.5
|
||||
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
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
30
time/py-l18n/PLIST
Normal file
30
time/py-l18n/PLIST
Normal file
|
@ -0,0 +1,30 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/08/03 23:04:12 joerg Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/l18n/__init__.py
|
||||
${PYSITELIB}/l18n/__init__.pyc
|
||||
${PYSITELIB}/l18n/__init__.pyo
|
||||
${PYSITELIB}/l18n/__maps.py
|
||||
${PYSITELIB}/l18n/__maps.pyc
|
||||
${PYSITELIB}/l18n/__maps.pyo
|
||||
${PYSITELIB}/l18n/locale/cs/LC_MESSAGES/l18n.mo
|
||||
${PYSITELIB}/l18n/locale/de/LC_MESSAGES/l18n.mo
|
||||
${PYSITELIB}/l18n/locale/en/LC_MESSAGES/l18n.mo
|
||||
${PYSITELIB}/l18n/locale/fr/LC_MESSAGES/l18n.mo
|
||||
${PYSITELIB}/l18n/locale/zh/LC_MESSAGES/l18n.mo
|
||||
${PYSITELIB}/l18n/maps.py
|
||||
${PYSITELIB}/l18n/maps.pyc
|
||||
${PYSITELIB}/l18n/maps.pyo
|
||||
${PYSITELIB}/l18n/translation.py
|
||||
${PYSITELIB}/l18n/translation.pyc
|
||||
${PYSITELIB}/l18n/translation.pyo
|
||||
${PYSITELIB}/l18n/utils.py
|
||||
${PYSITELIB}/l18n/utils.pyc
|
||||
${PYSITELIB}/l18n/utils.pyo
|
||||
${PYSITELIB}/l18n/version.py
|
||||
${PYSITELIB}/l18n/version.pyc
|
||||
${PYSITELIB}/l18n/version.pyo
|
6
time/py-l18n/distinfo
Normal file
6
time/py-l18n/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/08/03 23:04:12 joerg Exp $
|
||||
|
||||
SHA1 (l18n-2018.5.tar.gz) = 2c4c8c36c6ce780eae88255db79b33b590fc0ad9
|
||||
RMD160 (l18n-2018.5.tar.gz) = 7e4f6d0cf6ce8f36d5391198cb3d431f5f415175
|
||||
SHA512 (l18n-2018.5.tar.gz) = eadb05a402ec03482f07ea8e2062473b2fc357cba6ba42d1ee04dcb543646153e41878250428bdb51a44659130ba9c5573c0cf059a28a3b13e71cd6d4832bd52
|
||||
Size (l18n-2018.5.tar.gz) = 46673 bytes
|
Loading…
Reference in a new issue