From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43EC91395E2 for ; Sun, 6 Nov 2016 11:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFBAAE0B16; Sun, 6 Nov 2016 11:25:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6FE0E0B16 for ; Sun, 6 Nov 2016 11:25:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5F103416C3 for ; Sun, 6 Nov 2016 11:25:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E55B424B8 for ; Sun, 6 Nov 2016 11:25:00 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1478431428.cc3811adf78b83af1cc2e27a893eae26fc9fc8ad.dev-zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-babelex/, dev-python/flask-babelex/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-babelex/Manifest dev-python/flask-babelex/files/flask-babelex-0.9.3-tests-fix.patch dev-python/flask-babelex/flask-babelex-0.9.3.ebuild dev-python/flask-babelex/metadata.xml X-VCS-Directories: dev-python/flask-babelex/files/ dev-python/flask-babelex/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: cc3811adf78b83af1cc2e27a893eae26fc9fc8ad X-VCS-Branch: master Date: Sun, 6 Nov 2016 11:25:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: abfdf3b0-57ae-442e-99c2-4f63d5b1be77 X-Archives-Hash: 5f1caababe2b008e3858eb88436d06d0 commit: cc3811adf78b83af1cc2e27a893eae26fc9fc8ad Author: Tiziano Müller gentoo org> AuthorDate: Sun Nov 6 10:59:17 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Sun Nov 6 11:23:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3811ad dev-python/flask-babelex: initial commit, required for (testing) Flask-Admin Package-Manager: portage-2.3.0 dev-python/flask-babelex/Manifest | 1 + .../files/flask-babelex-0.9.3-tests-fix.patch | 41 ++++++++++++++++++ .../flask-babelex/flask-babelex-0.9.3.ebuild | 49 ++++++++++++++++++++++ dev-python/flask-babelex/metadata.xml | 11 +++++ 4 files changed, 102 insertions(+) diff --git a/dev-python/flask-babelex/Manifest b/dev-python/flask-babelex/Manifest new file mode 100644 index 00000000..38c0a13 --- /dev/null +++ b/dev-python/flask-babelex/Manifest @@ -0,0 +1 @@ +DIST Flask-BabelEx-0.9.3.tar.gz 41040 SHA256 cf79cdedb5ce860166120136b0e059e9d97b8df07a3bc2411f6243de04b754b4 SHA512 c759f990c4c96dab7cf2fbe83c1ac6dde4606adfd2f5d03ed293578bec621170be319b71fc3e38c1910d2edaba3e4394f32ede3754940e315abd917beaf3982c WHIRLPOOL 73566e75f7fa178598752a4778824b641d12c89de1f044141566cff1f92326ae1d1bfebad8b69c75507e11a622127d24e645122a09cea9856614456be72ac045 diff --git a/dev-python/flask-babelex/files/flask-babelex-0.9.3-tests-fix.patch b/dev-python/flask-babelex/files/flask-babelex-0.9.3-tests-fix.patch new file mode 100644 index 00000000..5b11f1a --- /dev/null +++ b/dev-python/flask-babelex/files/flask-babelex-0.9.3-tests-fix.patch @@ -0,0 +1,41 @@ +From d56d2c9a42c291a3592f3d7977b4dcca9ac755b3 Mon Sep 17 00:00:00 2001 +From: Jeffrey Kyllo +Date: Mon, 25 Jan 2016 14:00:04 +0000 +Subject: [PATCH] Updated DateFormattingTestCase with new datetime formats from + babel. + +--- + tests/tests.py | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/tests/tests.py b/tests/tests.py +index 63c2ecf..2df68ee 100644 +--- a/tests/tests.py ++++ b/tests/tests.py +@@ -35,7 +35,7 @@ def test_basics(self): + with app.test_request_context(): + app.config['BABEL_DEFAULT_LOCALE'] = 'de_DE' + assert babel.format_datetime(d, 'long') == \ +- '12. April 2010 15:46:00 MESZ' ++ '12. April 2010 um 15:46:00 MESZ' + + def test_init_app(self): + b = babel.Babel() +@@ -57,7 +57,7 @@ def test_init_app(self): + with app.test_request_context(): + app.config['BABEL_DEFAULT_LOCALE'] = 'de_DE' + assert babel.format_datetime(d, 'long') == \ +- '12. April 2010 15:46:00 MESZ' ++ '12. April 2010 um 15:46:00 MESZ' + + def test_custom_formats(self): + app = flask.Flask(__name__) +@@ -95,7 +95,7 @@ def select_timezone(): + the_timezone = 'Europe/Vienna' + + with app.test_request_context(): +- assert babel.format_datetime(d) == '12.04.2010 15:46:00' ++ assert babel.format_datetime(d) == '12.04.2010, 15:46:00' + + def test_refreshing(self): + app = flask.Flask(__name__) diff --git a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild new file mode 100644 index 00000000..2a3b9ac --- /dev/null +++ b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +MY_PN="Flask-BabelEx" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Adds i18n/l10n support to Flask applications" +HOMEPAGE="http://github.com/mrjoes/flask-babelex https://pypi.python.org/pypi/Flask-BabelEx" +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="dev-python/flask[${PYTHON_USEDEP}] + >=dev-python/Babel-1[${PYTHON_USEDEP}] + >=dev-python/speaklater-1.2[${PYTHON_USEDEP}] + >=dev-python/jinja-2.5[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/flask-sphinx-themes[${PYTHON_USEDEP}] + )" + +PATCHES=( "${FILESDIR}/${P}-tests-fix.patch" ) + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + cd tests || die + "${PYTHON}" tests.py || die "Testing failed with ${EPYTHON}" +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/_build/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/flask-babelex/metadata.xml b/dev-python/flask-babelex/metadata.xml new file mode 100644 index 00000000..1f4e3c3 --- /dev/null +++ b/dev-python/flask-babelex/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + Python + + + Flask-BabelEx + +