Import flufl.i18n 1.1.3 as devel/py-flufl.i18n.
The ``flufl.i18n`` library provides a convenient API for managing translation contexts in Python applications. It provides facilities not only for single-context applications like command line scripts, but also more sophisticated management of multiple-context applications such as Internet servers.
This commit is contained in:
parent
f81f5a7cd0
commit
89006db747
4 changed files with 84 additions and 0 deletions
5
devel/py-flufl.i18n/DESCR
Normal file
5
devel/py-flufl.i18n/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The ``flufl.i18n`` library provides a convenient API for managing
|
||||
translation contexts in Python applications. It provides facilities
|
||||
not only for single-context applications like command line scripts,
|
||||
but also more sophisticated management of multiple-context applications
|
||||
such as Internet servers.
|
14
devel/py-flufl.i18n/Makefile
Normal file
14
devel/py-flufl.i18n/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/04/25 20:19:28 fhajny Exp $
|
||||
|
||||
DISTNAME= flufl.i18n-1.1.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flufl.i18n/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://launchpad.net/flufl.i18n/
|
||||
COMMENT= High level API for Python internationalization
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
59
devel/py-flufl.i18n/PLIST
Normal file
59
devel/py-flufl.i18n/PLIST
Normal file
|
@ -0,0 +1,59 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/04/25 20:19:28 fhajny Exp $
|
||||
${PYSITELIB}/${EGG_NAME}-nspkg.pth
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/flufl/i18n/NEWS.rst
|
||||
${PYSITELIB}/flufl/i18n/README.rst
|
||||
${PYSITELIB}/flufl/i18n/__init__.py
|
||||
${PYSITELIB}/flufl/i18n/__init__.pyo
|
||||
${PYSITELIB}/flufl/i18n/__init__.pyc
|
||||
${PYSITELIB}/flufl/i18n/_application.pyo
|
||||
${PYSITELIB}/flufl/i18n/_application.pyc
|
||||
${PYSITELIB}/flufl/i18n/_expand.pyo
|
||||
${PYSITELIB}/flufl/i18n/_expand.pyc
|
||||
${PYSITELIB}/flufl/i18n/_registry.pyo
|
||||
${PYSITELIB}/flufl/i18n/_registry.pyc
|
||||
${PYSITELIB}/flufl/i18n/_strategy.pyo
|
||||
${PYSITELIB}/flufl/i18n/_strategy.pyc
|
||||
${PYSITELIB}/flufl/i18n/_substitute.pyo
|
||||
${PYSITELIB}/flufl/i18n/_substitute.pyc
|
||||
${PYSITELIB}/flufl/i18n/_translator.pyo
|
||||
${PYSITELIB}/flufl/i18n/_translator.pyc
|
||||
${PYSITELIB}/flufl/i18n/conf.pyo
|
||||
${PYSITELIB}/flufl/i18n/conf.pyc
|
||||
${PYSITELIB}/flufl/i18n/_application.py
|
||||
${PYSITELIB}/flufl/i18n/_expand.py
|
||||
${PYSITELIB}/flufl/i18n/_registry.py
|
||||
${PYSITELIB}/flufl/i18n/_strategy.py
|
||||
${PYSITELIB}/flufl/i18n/_substitute.py
|
||||
${PYSITELIB}/flufl/i18n/_translator.py
|
||||
${PYSITELIB}/flufl/i18n/conf.py
|
||||
${PYSITELIB}/flufl/i18n/docs/__init__.py
|
||||
${PYSITELIB}/flufl/i18n/docs/__init__.pyo
|
||||
${PYSITELIB}/flufl/i18n/docs/__init__.pyc
|
||||
${PYSITELIB}/flufl/i18n/docs/expand.rst
|
||||
${PYSITELIB}/flufl/i18n/docs/strategies.rst
|
||||
${PYSITELIB}/flufl/i18n/docs/using.rst
|
||||
${PYSITELIB}/flufl/i18n/testing/__init__.py
|
||||
${PYSITELIB}/flufl/i18n/testing/__init__.pyo
|
||||
${PYSITELIB}/flufl/i18n/testing/__init__.pyc
|
||||
${PYSITELIB}/flufl/i18n/testing/messages/__init__.py
|
||||
${PYSITELIB}/flufl/i18n/testing/messages/__init__.pyo
|
||||
${PYSITELIB}/flufl/i18n/testing/messages/__init__.pyc
|
||||
${PYSITELIB}/flufl/i18n/testing/messages/xx/LC_MESSAGES/flufl.mo
|
||||
${PYSITELIB}/flufl/i18n/testing/messages/xx/LC_MESSAGES/flufl.po
|
||||
${PYSITELIB}/flufl/i18n/testing/messages/yy/LC_MESSAGES/flufl.mo
|
||||
${PYSITELIB}/flufl/i18n/testing/messages/yy/LC_MESSAGES/flufl.po
|
||||
${PYSITELIB}/flufl/i18n/tests/__init__.py
|
||||
${PYSITELIB}/flufl/i18n/tests/__init__.pyo
|
||||
${PYSITELIB}/flufl/i18n/tests/__init__.pyc
|
||||
${PYSITELIB}/flufl/i18n/tests/test_documentation.pyo
|
||||
${PYSITELIB}/flufl/i18n/tests/test_documentation.pyc
|
||||
${PYSITELIB}/flufl/i18n/tests/test_translator.pyo
|
||||
${PYSITELIB}/flufl/i18n/tests/test_translator.pyc
|
||||
${PYSITELIB}/flufl/i18n/tests/test_documentation.py
|
||||
${PYSITELIB}/flufl/i18n/tests/test_translator.py
|
6
devel/py-flufl.i18n/distinfo
Normal file
6
devel/py-flufl.i18n/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/04/25 20:19:28 fhajny Exp $
|
||||
|
||||
SHA1 (flufl.i18n-1.1.3.tar.gz) = 68b44643935ccefbeda4be86e8c0246894394888
|
||||
RMD160 (flufl.i18n-1.1.3.tar.gz) = f43cb77311c860c9d33db0bcfd73e7446780ec67
|
||||
SHA512 (flufl.i18n-1.1.3.tar.gz) = f141d87eb8dabae6d707f242866b543aa3f7d11af32e6e6831ae4004a77ef99b4acd8bc780d5e5ec9bb3d7fe05dc9ac7a735a05055dd31d70e3a0191cb247dff
|
||||
Size (flufl.i18n-1.1.3.tar.gz) = 21881 bytes
|
Loading…
Reference in a new issue