From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-i18n/
Date: Mon, 18 Jun 2018 01:59:46 +0000 (UTC) [thread overview]
Message-ID: <1529287159.05819f60f6e4a940e11b29a64ae9ad992ee8b9e5.prometheanfire@gentoo> (raw)
commit: 05819f60f6e4a940e11b29a64ae9ad992ee8b9e5
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 01:51:20 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 01:59:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05819f60
dev-python/oslo-i18n: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/oslo-i18n/Manifest | 1 -
dev-python/oslo-i18n/oslo-i18n-3.17.1.ebuild | 72 ----------------------------
2 files changed, 73 deletions(-)
diff --git a/dev-python/oslo-i18n/Manifest b/dev-python/oslo-i18n/Manifest
index 4cd436a0d68..35746c686a6 100644
--- a/dev-python/oslo-i18n/Manifest
+++ b/dev-python/oslo-i18n/Manifest
@@ -1,2 +1 @@
-DIST oslo-i18n-3.17.1.tar.gz 42660 BLAKE2B 645a8341cf2bedf18932fbfa092b608da4169993a2a62aef36b869e975dfd662b7d52008aedf046b09ac10e4641e810902904b16e450a728b0f075fdee654977 SHA512 86d244eba7a887d4b8c3327487c9dd67c8e4baa52afdc05f94a229d6c1c951b8a25fc628f490320501773bb808afb8fb3b450a8d26e11b9a36a3c22baaa64544
DIST oslo-i18n-3.19.0.tar.gz 41888 BLAKE2B 651b6e1ee2d2d6c11bd1b86b78eadf70b33338f5495fb93d58747635961df20fbf74fb2a949ef81b82efce582410f05c88806e678f688bb686b500378c77ff6e SHA512 2c12fc5ec24fbebd2624b3bf9d3043a62da84304e73a995c49b395e792bd9bd7d38a13f5e3086abe59bbb9ef43729a47eaee78ea0701ed05c15f5070af232a69
diff --git a/dev-python/oslo-i18n/oslo-i18n-3.17.1.ebuild b/dev-python/oslo-i18n/oslo-i18n-3.17.1.ebuild
deleted file mode 100644
index 92662ca8932..00000000000
--- a/dev-python/oslo-i18n/oslo-i18n-3.17.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Oslo i18n library"
-HOMEPAGE="https://launchpad.net/oslo"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}
- test? (
- >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
- !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
- !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
- !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
- )
- doc? (
- >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
- <dev-python/sphinx-1.4[${PYTHON_USEDEP}]
- >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
- !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
- )
-"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
- !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
- sed -i '/^hacking/d' test-requirements.txt || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && esetup.py build_sphinx
-}
-
-python_test() {
- rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
-
- testr init || die "testr init failed under ${EPYTHON}"
- testr run || die "testr run failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/build/html/. )
-
- distutils-r1_python_install_all
-}
next reply other threads:[~2018-06-18 2:00 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-18 1:59 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-20 7:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-i18n/ Michał Górny
2024-09-07 13:06 Michał Górny
2024-09-07 12:31 Jakov Smolić
2024-08-21 19:13 Michał Górny
2024-06-11 13:32 Michał Górny
2024-02-23 3:40 Michał Górny
2023-11-29 10:12 Michał Górny
2023-09-30 6:46 Michał Górny
2023-09-30 5:52 Arthur Zamarin
2023-08-28 16:53 Michał Górny
2023-06-22 14:36 Michał Górny
2023-03-21 20:06 Michał Górny
2023-03-14 5:02 Michał Górny
2023-03-14 5:02 Michał Górny
2023-03-13 19:39 Arthur Zamarin
2023-02-11 7:27 Michał Górny
2022-06-27 19:27 Arthur Zamarin
2022-06-27 19:26 Arthur Zamarin
2022-05-28 16:00 Jakov Smolić
2022-05-21 17:17 Michał Górny
2021-10-10 16:18 Michał Górny
2021-10-01 6:14 Arthur Zamarin
2021-10-01 6:14 Arthur Zamarin
2021-09-06 20:13 Michał Górny
2021-06-22 23:23 Sam James
2021-06-22 10:02 Michał Górny
2021-06-22 10:02 Michał Górny
2021-06-22 10:02 Michał Górny
2021-06-22 10:02 Michał Górny
2021-02-22 23:50 Matthew Thode
2020-11-16 0:02 Michał Górny
2020-11-15 23:50 Sam James
2020-11-14 21:52 Michał Górny
2020-10-11 1:29 Matthew Thode
2019-01-28 0:25 Matthew Thode
2018-02-16 6:08 Matt Thode
2018-01-28 4:13 Matt Thode
2017-12-21 7:13 Matt Thode
2017-11-22 2:00 Matt Thode
2017-11-22 2:00 Matt Thode
2017-03-13 1:30 Zac Medico
2017-02-27 2:16 Matt Thode
2016-03-29 18:55 Matt Thode
2016-03-25 3:13 Matt Thode
2016-02-28 7:08 Matt Thode
2016-02-09 9:33 Justin Lecher
2015-11-22 23:13 Alex Brandt
2015-11-22 23:13 Alex Brandt
2015-11-10 8:24 Agostino Sarubbo
2015-11-10 8:19 Agostino Sarubbo
2015-10-19 6:44 Matt Thode
2015-10-18 7:01 Matt Thode
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=1529287159.05819f60f6e4a940e11b29a64ae9ad992ee8b9e5.prometheanfire@gentoo \
--to=prometheanfire@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