Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-db/
Date: Tue, 03 Jan 2017 17:03:16
Message-Id: 1483462941.9e3c9c3c4aca54ab81b5c65478d8d237fcb4de3c.prometheanfire@gentoo
1 commit: 9e3c9c3c4aca54ab81b5c65478d8d237fcb4de3c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 16:45:36 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 17:02:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3c9c3c
7
8 dev-python/oslo-db: cleanup
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/oslo-db/Manifest | 1 -
13 dev-python/oslo-db/oslo-db-4.13.3.ebuild | 55 --------------------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/dev-python/oslo-db/Manifest b/dev-python/oslo-db/Manifest
17 index 2acd114..e95f507 100644
18 --- a/dev-python/oslo-db/Manifest
19 +++ b/dev-python/oslo-db/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST oslo.db-4.13.3.tar.gz 147300 SHA256 67c150a269a7752827325998aa59494b0e49205127cf3f3f78b23a07810d39fd SHA512 4bc353523ca8099b4d563fd836876e73496f77ec77fb346d1796c93684951dd29d24dda01b87606d5ee047eebe508ef5735dcea7183a0a06feb24338ab4f92e4 WHIRLPOOL 7aa2d45c84ee25e13a9004fe318e28a5f7875884f6392dd76f2a23627524dd80d7d51b30ad54f4694cb31b86544924d3c97936ab167ee6f9249071df515c77ce
22 DIST oslo.db-4.13.5.tar.gz 146934 SHA256 56db26084273e6852f3851ddcd1c8e82a4ecfa5873cf2cba6630115a21eec681 SHA512 45e444141e87089a1fd4fb8e284bbf8ca6180d4901a9ba3e2c07b07d2dd522d66780044997e9dc11c0b003d643df5c3d1f98335762fe04f237c55062b3f866ef WHIRLPOOL e3a1b181cabac30d01ca915c4c9da7683c09787a54448b99d9b716bf5f8a29c4a61127e3ca6ae7211c643d865675ff67c5c1495cd0ee3a7681bfec0eba080330
23 DIST oslo.db-4.7.1.tar.gz 140778 SHA256 a39e091e4d06c757dd6249f121e2ae1babef595f451f7ff56110c0be718d0d8c SHA512 0df3a715ee7742ff51bcc2c291cff3076de33cb57e47fbe23ffc0649a85130a6f6a27928a1452b4087b3bacec9e8cc35e0a69fb012df494e7254b6ad7b349b59 WHIRLPOOL 4bb8751107705e46e164d47306e814d9864074e61e23220313bc5d9099d42a81545b352d960731b579eac69f02e3674cb032baafed8715e974ae2eeb59b354a7
24
25 diff --git a/dev-python/oslo-db/oslo-db-4.13.3.ebuild b/dev-python/oslo-db/oslo-db-4.13.3.ebuild
26 deleted file mode 100644
27 index bc4e92b..00000000
28 --- a/dev-python/oslo-db/oslo-db-4.13.3.ebuild
29 +++ /dev/null
30 @@ -1,55 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python2_7 python3_4 python3_5)
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="OpenStack Common DB Code"
41 -HOMEPAGE="https://launchpad.net/oslo"
42 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.db/oslo.db-${PV}.tar.gz"
43 -S="${WORKDIR}/oslo.db-${PV}"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm64 x86"
48 -IUSE="+sqlite mysql postgres"
49 -REQUIRED_USE="|| ( mysql postgres sqlite )"
50 -
51 -DEPEND="
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 - >=dev-python/pbr-1.6.0[${PYTHON_USEDEP}]
54 -"
55 -RDEPEND="
56 - >=dev-python/alembic-0.8.4[${PYTHON_USEDEP}]
57 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
62 - sqlite? (
63 - || (
64 - >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
65 - <dev-python/sqlalchemy-1.1.0[sqlite,${PYTHON_USEDEP}]
66 - )
67 - )
68 - mysql? (
69 - dev-python/mysql-python
70 - || (
71 - >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
72 - <dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
73 - )
74 - )
75 - postgres? (
76 - dev-python/psycopg:2
77 - || (
78 - >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
79 - <dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
80 - )
81 - )
82 - >=dev-python/sqlalchemy-migrate-0.9.6[${PYTHON_USEDEP}]
83 - >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
84 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
85 -"