public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-serialization/
Date: Sun, 15 Nov 2015 01:42:58 +0000 (UTC)	[thread overview]
Message-ID: <1447551740.f55753023f56e64b2c0c875356e09bd3403b91ec.alunduil@gentoo> (raw)

commit:     f55753023f56e64b2c0c875356e09bd3403b91ec
Author:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 01:42:20 2015 +0000
Commit:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 01:42:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5575302

dev-python/oslo-serialization: remove version 1.0.0-r1

Package-Manager: portage-2.2.24

 dev-python/oslo-serialization/Manifest             |  1 -
 .../oslo-serialization-1.0.0-r1.ebuild             | 75 ----------------------
 2 files changed, 76 deletions(-)

diff --git a/dev-python/oslo-serialization/Manifest b/dev-python/oslo-serialization/Manifest
index 5f9736d..864c976 100644
--- a/dev-python/oslo-serialization/Manifest
+++ b/dev-python/oslo-serialization/Manifest
@@ -1,5 +1,4 @@
 DIST oslo-serialization-1.11.0.tar.gz 20612 SHA256 b9a5b8bd4583957476464016f1c4d3ca01a30a0125acb1cd0ddd830715c88e1f SHA512 0fbe6282f26678208c22d31e6c221d63173688151b1eb228fd1dbbc184973c1039c43efa8d4f67f7f99dc3263d46021e6f0b7efcfbc4c13515d4a4d0f55cf0c2 WHIRLPOOL 3adb4c481ed8b8b789714b2d182b43cb7e948cfc49a73380c5abd3f662f00d10f8a10a41596f31c5a3ec98e75bbd170692a6fc8f720875fd4fe35d1b23df8e7a
-DIST oslo.serialization-1.0.0.tar.gz 16242 SHA256 f9748cfbce1cb2a48942f12cf64a558f607135cddd610dadef8a036aa879063c SHA512 5cde309368b61f7fbf4ea6ece4c7e26bb1c43f4eb96adee8aea89810d81d0b112a1d8443b658f6d25558c0e9071b55ba81ddbea608bc51459afb3704ac9bd78b WHIRLPOOL 2c7dc9223e23d8df3e5ac0c3962ca1d8f66c3bf1f67943274aefc03245f65d312ab33353ea3dc8b63a748a785524b1e5a846361965f2c381fcec90dff51becd4
 DIST oslo.serialization-1.3.0.tar.gz 22586 SHA256 6d5b0f8a0bdb59a7818e62c4c85c4f1ea81f634f2add368b553c93a5c4f28e93 SHA512 47db8850d8f3111e5dd0ef7d506cd629ba36d0996487dfe80256557f505d66accbc83131d6066e323eec85f1b9b22776c4a351372e50ab66e059c89a61f8ad16 WHIRLPOOL b4a9889a66c96da0f43f40cf7647da4ea848ec408192170eefe9f3d8cea435eacd5d5e55e2d4701b961b6819147faed82189f3e90cc3e33b1766b014bdc3aa5b
 DIST oslo.serialization-1.4.0.tar.gz 20631 SHA256 082dca272f0a941e1cdca1dc02849c5ddac65fa7d19604096be54cd41e7b4317 SHA512 d6f1428dbceecdad7e0bff8895a8312f00613f17f93b9a9ed66ff4c00e803331b2b19c547ebe3e13eccdd08dce82babd5753c8ede873705bff1cc70cafc1bfd9 WHIRLPOOL 5fe72f5e5ee85d828482bcef066ee86950cc69b1b7850c3340d60b18d2cc3b5221f63e5ef449a081f57c4f31c0f15864610847f072e529da6d832be67d3439de
 DIST oslo.serialization-1.5.0.tar.gz 24068 SHA256 3ca368c96777cb54a656b6429914717d17f05a7bda13ce6065c0930dce0d4f78 SHA512 5d5f7bce43b5ac3b2c7f12a53fb78340bc0a1eb7454426f43f2e9e45c913425a58e7828cd89bcf7b1b7ba58e1e50fe09097fb9b836872a89eb85676baa40b7a8 WHIRLPOOL 68553208d25e0c8f617258ef9c8eafb3d7b331794b26659963c170474435f7456cf4e7fe33134407965cb0f5b490a48655b08a7154bb76988327dbe344cc2c87

diff --git a/dev-python/oslo-serialization/oslo-serialization-1.0.0-r1.ebuild b/dev-python/oslo-serialization/oslo-serialization-1.0.0-r1.ebuild
deleted file mode 100644
index e73e476..0000000
--- a/dev-python/oslo-serialization/oslo-serialization-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="oslo.serialization library"
-HOMEPAGE="https://launchpad.net/oslo"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-# Note: not in tree
-#test? ( <dev-python/hacking-0.8[${PYTHON_USEDEP}] )
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/pbr[${PYTHON_USEDEP}]
-	test? (
-		>=dev-python/hacking-0.5.6[${PYTHON_USEDEP}]
-		>=dev-python/mock-1.0[${PYTHON_USEDEP}]
-		>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-		>=dev-python/oslo-i18n-0.3.0[${PYTHON_USEDEP}]
-		>=dev-python/oslotest-1.1[${PYTHON_USEDEP}]
-		>=dev-python/simplejson-2.2.0[${PYTHON_USEDEP}]
-	)
-	doc? (
-		>=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-		!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-		<dev-python/sphinx-1.3[${PYTHON_USEDEP}]
-	)
-"
-RDEPEND="
-	>=dev-python/Babel-1.3[${PYTHON_USEDEP}]
-	>=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-	>=dev-python/oslo-utils-0.3.0[${PYTHON_USEDEP}]
-	>=dev-python/six-1.7.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-	use doc && esetup.py build_sphinx
-}
-
-# Note: Tests fail due to requiring installation.
-#
-# Installation appears to fail due ot the use of namespace packages but root
-# cause was never truly established.
-RESTRICT="test"
-
-python_test() {
-	distutils_install_for_testing
-
-	PYTHONPATH="${TEST_DIR}/lib:${PYTHONPATH}"
-
-	rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPTYHON}"
-
-	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
-}


             reply	other threads:[~2015-11-15  1:43 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-15  1:42 Alex Brandt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31  9:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-serialization/ Michał Górny
2024-08-31  8:33 Arthur Zamarin
2024-08-16  3:18 Michał Górny
2024-06-11 19:25 Michał Górny
2024-03-09 14:19 Michał Górny
2024-02-23  3:40 Michał Górny
2024-01-29 10:11 Michał Górny
2024-01-29  8:01 Sam James
2024-01-11  4:56 Michał Górny
2023-10-29  4:46 Michał Górny
2023-10-29  3:53 Sam James
2023-10-03  1:59 Sam James
2023-10-03  1:51 Sam James
2023-08-28 18:15 Michał Górny
2023-08-28 16:53 Michał Górny
2023-06-22 14:36 Michał Górny
2023-04-22  9:16 Michał Górny
2023-04-22  9:05 Arthur Zamarin
2023-03-21 20:06 Michał Górny
2023-03-14  5:02 Michał Górny
2023-03-13 19:28 Arthur Zamarin
2023-02-22  5:09 Michał Górny
2023-02-11  7:28 Michał Górny
2023-02-11  7:27 Michał Górny
2022-08-17 19:34 Arthur Zamarin
2022-08-17 18:52 Sam James
2022-07-15 13:45 Arthur Zamarin
2022-07-12 15:48 Michał Górny
2022-05-28 16:00 Jakov Smolić
2022-03-21  8:54 Michał Górny
2022-03-21  7:47 Agostino Sarubbo
2022-02-24 18:08 Michał Górny
2022-02-16 22:34 Michał Górny
2021-10-02  8:35 Arthur Zamarin
2021-09-25 22:03 Michał Górny
2021-09-25 19:56 Sam James
2021-08-19 21:53 Michał Górny
2021-06-22 14:13 Michał Górny
2021-06-22 14:13 Michał Górny
2021-06-22 14:13 Michał Górny
2021-05-16 12:45 Sam James
2021-03-09 17:17 Matthew Thode
2021-02-22 23:50 Matthew Thode
2021-02-09  8:10 Matthew Thode
2020-11-18  9:47 Michał Górny
2020-11-18  9:47 Michał Górny
2020-11-17 21:15 Thomas Deutschmann
2020-11-14 21:52 Michał Górny
2020-10-11  1:29 Matthew Thode
2020-07-02 23:54 Matthew Thode
2020-06-02 18:40 Matthew Thode
2019-01-28  0:25 Matthew Thode
2018-06-18  1:59 Matt Thode
2018-03-31  0:59 Matt Thode
2018-03-09 17:59 Matt Thode
2018-02-16  6:08 Matt Thode
2018-01-28  4:13 Matt Thode
2018-01-28  4:13 Matt Thode
2018-01-08 17:29 Matt Thode
2017-12-21  7:13 Matt Thode
2017-11-22  2:00 Matt Thode
2017-10-28  1:01 Matt Thode
2017-09-28 16:23 Matt Thode
2017-08-27  4:26 Matt Thode
2017-07-06 16:58 Matt Thode
2017-03-13  1:30 Zac Medico
2017-02-27  2:16 Matt Thode
2016-10-04 19:10 Matt Thode
2016-02-28  7:25 Matt Thode
2016-02-09  9:33 Justin Lecher
2015-11-15  1:42 Alex Brandt
2015-11-15  1:42 Alex Brandt
2015-11-10  8:24 Agostino Sarubbo
2015-11-10  8:19 Agostino Sarubbo
2015-10-18 20:58 Matt Thode
2015-10-18  6:58 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=1447551740.f55753023f56e64b2c0c875356e09bd3403b91ec.alunduil@gentoo \
    --to=alunduil@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