public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Babel/
Date: Wed,  6 Jan 2016 21:06:10 +0000 (UTC)	[thread overview]
Message-ID: <1452114366.95f3ee1b5604b14c9513b3551350ea24bb98870e.jlec@gentoo> (raw)

commit:     95f3ee1b5604b14c9513b3551350ea24bb98870e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 18:12:11 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 21:06:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f3ee1b

dev-python/Babel: Version Bump

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/Babel/Babel-2.2.0.ebuild | 50 +++++++++++++++++++++++++++++++++++++
 dev-python/Babel/Manifest           |  1 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/Babel/Babel-2.2.0.ebuild b/dev-python/Babel/Babel-2.2.0.ebuild
new file mode 100644
index 0000000..55f37a6
--- /dev/null
+++ b/dev-python/Babel/Babel-2.2.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="A collection of tools for internationalizing Python applications"
+HOMEPAGE="http://babel.edgewall.org/ https://pypi.python.org/pypi/Babel"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+	test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+	# Make the tests use implementation-specific datadir,
+	# because they try to write in it.
+	sed -e '/datadir =/s:os\.path\.dirname(__file__):os.environ["BUILD_DIR"]:' \
+		-i tests/messages/test_frontend.py || die
+	sed -e '/^intersphinx_mapping/,+3d' -i docs/conf.py || die
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	# Create implementation-specific datadir for tests.
+	cp -R -l tests/messages/data "${BUILD_DIR}"/ || die
+	export BUILD_DIR
+	py.test || die
+}
+
+python_compile_all() {
+	use doc && emake -C docs html
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/_build/html/. )
+	distutils-r1_python_install_all
+}

diff --git a/dev-python/Babel/Manifest b/dev-python/Babel/Manifest
index 578cf1b..5d85570 100644
--- a/dev-python/Babel/Manifest
+++ b/dev-python/Babel/Manifest
@@ -1,2 +1,3 @@
 DIST Babel-2.0.tar.gz 3415906 SHA256 44988df191123065af9857eca68e9151526a931c12659ca29904e4f11de7ec1b SHA512 9f12573d97f688baf0d1fc0f61055e34b67964054e70c8a6c286a8b0e42ce58da4d9c8cf54f94e51b47a5256cc4504a14bea497bd626cfad8c860d952e7a5e18 WHIRLPOOL e08b0d2d6192321f653200b9e4e96d898c12ea8176f7e0fb7c2144d3dfb6c4b6c12b85833b05b1a5e2d9ed8cec3712d09c3b0a1822ca9cc7ea4bf1cb24dac3f3
 DIST Babel-2.1.1.tar.gz 3437647 SHA256 7fb6d50effe88a087feb2036cb972fd7a893bf338361516f1a55a820bf7b5248 SHA512 ec7ebb8648101588eecc72913adc45c0593ed6ee5f10874edcd4b932959f9552edcecc8e2ec966dae6ef5e8adb23341f1a4f87ea2d9e6cbba57a9b8b0a352a94 WHIRLPOOL 812badf14a74fa391851aaae048ec5d815d6d8f7abce8b918f036243cc45d91ca97281614c2ef139797719077ef4880cfafce88e9d718b3cd633ed7303e4cfd7
+DIST Babel-2.2.0.tar.gz 6334150 SHA256 d8cb4c0e78148aee89560f9fe21587aa57739c975bb89ff66b1e842cc697428f SHA512 99771f8d34303f977858926ae70f4f3a5e0a0cd7e223a7f9e64364bfd2837356daf0676b06edf7cc11913f41d973bd41e7dcf5afac0f34aca0bf7558acf93802 WHIRLPOOL 7e0c8e2e78fbae776519ea8fd802806c66d7a13426a3de9b6bd1c16c07358fe7c8dd3991c88912570e27337ec8a192a753f9ef687524a398a376a401b286fd81


             reply	other threads:[~2016-01-06 21:06 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-06 21:06 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 10:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/babel/ Michał Górny
2025-03-08  9:35 Arthur Zamarin
2025-02-18 16:55 Michał Górny
2025-02-02  3:22 Michał Górny
2024-11-22 20:18 Michał Górny
2024-08-24 13:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/Babel/ Michał Górny
2024-08-24  8:11 Sam James
2024-08-09  3:10 Michał Górny
2024-05-28 12:10 Michał Górny
2024-05-12  2:25 Michał Górny
2024-05-06  4:39 Michał Górny
2023-12-30 14:32 Michał Górny
2023-12-30 14:25 Arthur Zamarin
2023-12-12 16:27 Michał Górny
2023-11-05 19:13 Arthur Zamarin
2023-10-25  7:43 Michał Górny
2023-10-04  5:51 Michał Górny
2023-06-18 17:07 Michał Górny
2023-05-28 16:25 Michał Górny
2023-04-29 17:25 Arthur Zamarin
2023-04-22  8:41 Michał Górny
2023-03-01  6:16 Michał Górny
2023-03-01  6:16 Michał Górny
2022-12-10  8:54 Michał Górny
2022-12-10  8:50 Arthur Zamarin
2022-11-02  7:37 Michał Górny
2022-07-24 20:28 Michał Górny
2022-06-17  6:02 Michał Górny
2022-06-16  4:32 Michał Górny
2022-06-15 14:55 Sam James
2022-06-15 13:58 Sam James
2022-06-15 11:32 Michał Górny
2022-06-10  6:54 Michał Górny
2022-05-13  9:08 Michał Górny
2022-05-08  7:34 WANG Xuerui
2022-04-21  8:24 Michał Górny
2021-09-26  7:05 James Le Cuirot
2021-05-18 13:02 Michał Górny
2021-04-30 15:23 Agostino Sarubbo
2021-04-29  7:18 Michał Górny
2021-02-22  6:32 Joshua Kinard
2021-01-24 10:28 Sergei Trofimovich
2021-01-18 14:53 Sam James
2021-01-07 20:15 Sam James
2021-01-07 11:36 Sam James
2021-01-07  1:12 Sam James
2021-01-06  8:09 Sam James
2021-01-05 21:00 Sam James
2021-01-05 14:14 Sergei Trofimovich
2020-12-20 11:49 Mikle Kolyada
2020-12-16 19:33 Michał Górny
2020-12-16 18:00 Sam James
2020-12-16 10:47 Michał Górny
2020-12-13  1:06 Sam James
2020-12-07  3:59 Matt Turner
2020-12-07  0:03 Sam James
2020-12-06 23:50 Sam James
2020-12-06 20:58 Sam James
2020-12-04 20:45 Sergei Trofimovich
2020-12-04 20:45 Sergei Trofimovich
2020-12-04 20:45 Sergei Trofimovich
2020-12-04 19:51 Sergei Trofimovich
2020-11-11 13:04 Michał Górny
2020-09-20  8:16 Michał Górny
2020-05-31 16:33 Michał Górny
2020-04-15  5:33 Mike Gilbert
2020-03-26 13:49 Michał Górny
2020-03-26 13:49 Michał Górny
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2020-01-01  4:40 Michał Górny
2019-11-25 12:35 Michał Górny
2019-11-24 17:36 Michał Górny
2019-11-24 17:36 Michał Górny
2019-05-02 21:07 Mikle Kolyada
2019-04-12  5:20 Aaron Bauman
2019-03-17 23:02 Sergei Trofimovich
2019-03-17 10:29 Sergei Trofimovich
2019-03-16 21:57 Sergei Trofimovich
2019-03-16 17:02 Mikle Kolyada
2019-03-16 17:02 Mikle Kolyada
2019-03-16 14:39 Mikle Kolyada
2019-03-16 14:39 Mikle Kolyada
2019-03-16 10:19 Sergei Trofimovich
2019-02-17 17:46 Mikle Kolyada
2018-12-29 16:29 Matt Turner
2018-07-20 12:11 Tobias Klausmann
2018-07-15 10:25 Sergei Trofimovich
2018-07-15 10:25 Sergei Trofimovich
2018-07-15  9:01 Sergei Trofimovich
2018-07-14 17:19 Louis Sautier
2018-07-14 17:19 Louis Sautier
2018-07-13 18:46 Sergei Trofimovich
2018-07-13  8:23 Michał Górny
2018-07-13  8:23 Michał Górny
2018-05-29 20:05 Markus Meier
2018-05-08  7:11 Agostino Sarubbo
2018-05-07  7:41 Michał Górny
2018-05-07  0:12 Mart Raudsepp
2018-04-06 22:31 Manuel Rüger
2018-02-19 21:07 Michał Górny
2018-02-16  6:08 Matt Thode
2017-09-29 23:32 Matt Thode
2017-09-12  9:13 Fabian Groffen
2017-08-27  8:56 Tim Harder
2017-08-27  8:56 Tim Harder
2017-06-26  4:35 Sebastien Fabbro
2017-06-15 18:19 Markus Meier
2017-05-22 16:48 Tobias Klausmann
2017-05-22 11:40 Agostino Sarubbo
2017-05-19 21:44 Michael Weber
2017-05-14 21:02 Mike Gilbert
2017-05-06 11:13 Jeroen Roovers
2017-05-03 11:41 Michał Górny
2017-01-29 16:59 Fabian Groffen
2016-11-30 18:05 Michał Górny
2016-07-17 15:44 Patrick Lauer
2016-01-07  8:56 Justin Lecher
2015-10-30 14:13 Matt Thode
2015-10-30 12:53 Justin Lecher
2015-09-26 10:49 Justin Lecher
2015-09-26 10:18 Agostino Sarubbo
2015-09-26  6:29 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452114366.95f3ee1b5604b14c9513b3551350ea24bb98870e.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox