From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/
Date: Tue, 5 Apr 2016 19:48:26 +0000 (UTC) [thread overview]
Message-ID: <1459885695.b2c4b89014d2595d7f976be01a22030acb6c55a5.vapier@gentoo> (raw)
commit: b2c4b89014d2595d7f976be01a22030acb6c55a5
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 19:47:21 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 19:48:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c4b890
dev-python/babelfish: version bump to 0.5.5
dev-python/babelfish/Manifest | 1 +
.../{babelfish-9999.ebuild => babelfish-0.5.5.ebuild} | 14 ++++++++++----
dev-python/babelfish/babelfish-9999.ebuild | 14 ++++++++++----
3 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/dev-python/babelfish/Manifest b/dev-python/babelfish/Manifest
index c99b2e0..0e04100 100644
--- a/dev-python/babelfish/Manifest
+++ b/dev-python/babelfish/Manifest
@@ -1,3 +1,4 @@
DIST babelfish-0.4.0.tar.gz 89386 SHA256 1c22bf70ecc61d0ebe637edc3868dfb146dc5a458be353b20386406e28a18710 SHA512 f9e2cf8ec367cead528d99019fc1e597a94b6654cd2b5c39ba3e2deb9e579bd8af54f463510f709c5c540911e01ed830511f833fe2400bd7ec6a70cd05ee642f WHIRLPOOL 0034705cf62bde3851e9edc4cc63316c4874c404c65fd0ff33937acb1fc4da29e54ad03aa8e11ecf98bcf0f8bc5f2c1b89be7963f63611a481650dfc709e73ab
DIST babelfish-0.5.1.tar.gz 89683 SHA256 bd78ecacc684aac8939c2937fe25c85179123940997943381ae9c22e37bf964f SHA512 24f192867ba5e34fbe5f5f90cae479b095577b6b6a0a0f6e778f68130b0010c382e204cb1da15f062929ce231f3f9a5bb5c7e4c01a4a2dcbf975e884a25e4210 WHIRLPOOL 3f0dc56b981ac2ec59bb4ba88f27419de0e7276fbd05e845c76f46081afb2561e6852081a1be6f0df36a9fe110419c49679d8e4255ca4e1b37e6689133b05114
DIST babelfish-0.5.3.tar.gz 90579 SHA256 4fbdd172d0feec0861ccf9ed8e36abb09d36c88c216eeedca2661fec5b103c73 SHA512 c419f8d881ba9995f45f212b7182d2f95a28b5fd911933a1c10768506682068abc7ea0394d6ef6dc337be47f601ae479582571c6d1753870671dec77e67156a9 WHIRLPOOL f64268ca394f19be03a67aa38de7dade7b0d17219c2d5b4db994d6e0d32f067b899a8aaa548fa5cbcb067efd67b7a123407d9d69d081521cf09b13d51857812c
+DIST babelfish-0.5.5.tar.gz 90398 SHA256 8380879fa51164ac54a3e393f83c4551a275f03617f54a99d70151358e444104 SHA512 71504dd0203ad85a6a69107d67df3bd5ae4193515e74c05b346a8bd0aab425fc1534d54d1c74b14e48580ee5e76f04705e35c2d359fbe46254bee37e41cb4bfa WHIRLPOOL 53f3a5620a0d4affdb7248883166a44bada2e7824a4ea38ecb40dba9ffc49c696c1247ffd195118b5abdc338c3e29d8b5c9def85059180036a76a7b90c7ac694
diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-0.5.5.ebuild
similarity index 62%
copy from dev-python/babelfish/babelfish-9999.ebuild
copy to dev-python/babelfish/babelfish-0.5.5.ebuild
index 1466a6d..cbf34c9 100644
--- a/dev-python/babelfish/babelfish-9999.ebuild
+++ b/dev-python/babelfish/babelfish-0.5.5.ebuild
@@ -1,19 +1,25 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git"
-inherit distutils-r1 git-r3
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git"
+ inherit git-r3
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+inherit distutils-r1
DESCRIPTION="Python library to work with countries and languages"
HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish"
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
IUSE=""
RDEPEND=""
diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
index 1466a6d..cbf34c9 100644
--- a/dev-python/babelfish/babelfish-9999.ebuild
+++ b/dev-python/babelfish/babelfish-9999.ebuild
@@ -1,19 +1,25 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git"
-inherit distutils-r1 git-r3
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git"
+ inherit git-r3
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+inherit distutils-r1
DESCRIPTION="Python library to work with countries and languages"
HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish"
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
IUSE=""
RDEPEND=""
next reply other threads:[~2016-04-05 19:48 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-05 19:48 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-05-12 11:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/ Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-06-09 8:52 Tiziano Müller
2016-12-05 20:22 Pacho Ramos
2017-01-03 23:07 Patrice Clement
2017-05-16 20:01 Manuel Rüger
2017-07-30 9:44 Michał Górny
2020-02-04 13:32 Michał Górny
2020-04-22 16:05 Michał Górny
2020-08-02 6:46 Michał Górny
2020-08-02 19:05 Sam James
2020-10-27 5:11 Sam James
2020-10-27 19:58 Sam James
2021-02-05 6:11 Sam James
2021-08-10 5:17 Michał Górny
2021-08-11 1:01 Sam James
2021-09-17 9:18 Agostino Sarubbo
2022-05-19 7:32 Michał Górny
2022-05-19 7:32 Michał Górny
2022-05-19 7:32 Michał Górny
2022-06-22 5:45 Agostino Sarubbo
2022-06-22 7:42 Michał Górny
2023-05-31 13:58 Michał Górny
2023-11-24 15:12 Arthur Zamarin
2024-05-10 2:02 Michał Górny
2024-05-17 14:26 Michał Górny
2024-05-25 6:08 Arthur Zamarin
2024-05-25 6:21 Michał Górny
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=1459885695.b2c4b89014d2595d7f976be01a22030acb6c55a5.vapier@gentoo \
--to=vapier@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