pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

+ py-translationstring in pkgsrc



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Nov 4 00:10:20 2015 +0100
Changeset:	08c314a76bd64c03feb04a1717682355dbf8b35e

Added Files:
	py-translationstring/DESCR
	py-translationstring/Makefile
	py-translationstring/PLIST
	py-translationstring/distinfo

Log Message:
+ py-translationstring in pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=08c314a76bd64c03feb04a1717682355dbf8b35e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-translationstring/DESCR    |  2 ++
 py-translationstring/Makefile | 21 +++++++++++++++++++++
 py-translationstring/PLIST    | 26 ++++++++++++++++++++++++++
 py-translationstring/distinfo |  6 ++++++
 4 files changed, 55 insertions(+)

diffs:
diff --git a/py-translationstring/DESCR b/py-translationstring/DESCR
new file mode 100644
index 0000000..f0a5a18
--- /dev/null
+++ b/py-translationstring/DESCR
@@ -0,0 +1,2 @@
+A library used by various Pylons Project packages for internationalization
+(i18n) duties related to translation
diff --git a/py-translationstring/Makefile b/py-translationstring/Makefile
new file mode 100644
index 0000000..b58c1c8
--- /dev/null
+++ b/py-translationstring/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	translationstring-1.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/source/t/translationstring/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://pylonsproject.org
+COMMENT= 	Library for i18n relied on by various Repoze and Pyramid
+LICENSE=	modified-bsd
+
+WRKSRC=			${WRKDIR}/translationstring-1.3
+
+USE_PKGLOCALEDIR=	yes
+USE_LANGUAGES=		# none
+
+PYTHON_VERSIONS_ACCEPTED= 34 33 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-translationstring/PLIST b/py-translationstring/PLIST
new file mode 100644
index 0000000..0691659
--- /dev/null
+++ b/py-translationstring/PLIST
@@ -0,0 +1,26 @@
+@comment $NetBSD$
+${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}/top_level.txt
+${PYSITELIB}/translationstring/__init__.py
+${PYSITELIB}/translationstring/__init__.pyc
+${PYSITELIB}/translationstring/__init__.pyo
+${PYSITELIB}/translationstring/compat.py
+${PYSITELIB}/translationstring/compat.pyc
+${PYSITELIB}/translationstring/compat.pyo
+${PYSITELIB}/translationstring/tests/__init__.py
+${PYSITELIB}/translationstring/tests/__init__.pyc
+${PYSITELIB}/translationstring/tests/__init__.pyo
+${PYSITELIB}/translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo
+${PYSITELIB}/translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po
+${PYSITELIB}/translationstring/tests/test__init__.py
+${PYSITELIB}/translationstring/tests/test__init__.pyc
+${PYSITELIB}/translationstring/tests/test__init__.pyo
+${PYSITELIB}/translationstring/tests/test_integration.py
+${PYSITELIB}/translationstring/tests/test_integration.pyc
+${PYSITELIB}/translationstring/tests/test_integration.pyo
+${PYSITELIB}/translationstring/tests/translations.py
+${PYSITELIB}/translationstring/tests/translations.pyc
+${PYSITELIB}/translationstring/tests/translations.pyo
diff --git a/py-translationstring/distinfo b/py-translationstring/distinfo
new file mode 100644
index 0000000..cf7f051
--- /dev/null
+++ b/py-translationstring/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (translationstring-1.3.tar.gz) = 04ca258592717d3d6e5fcc6de24fe39c205c7e8d
+RMD160 (translationstring-1.3.tar.gz) = 8464d86b1bbdc4dcf4992b2d65df29c4ac50f975
+SHA512 (translationstring-1.3.tar.gz) = deba5b460d9ea640087cff8b5d7b9256708abd4340a54556f1f0542e2e4f9f0ae0a3482b66a176712fcd6925c470da621adbc5e4c4173c0ef29b9cca5fba1102
+Size (translationstring-1.3.tar.gz) = 29259 bytes


Home | Main Index | Thread Index | Old Index