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/keyring/
Date: Tue, 03 Jan 2017 17:03:11
Message-Id: 1483462931.fbafb333b816886831f8e813267eaa8f345b5a4c.prometheanfire@gentoo
1 commit: fbafb333b816886831f8e813267eaa8f345b5a4c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 16:42:33 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 17:02:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbafb333
7
8 dev-python/keyring: get rid of a couple of the old keyrings
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/keyring/Manifest | 1 -
13 dev-python/keyring/keyring-10.0.2.ebuild | 31 -----------------------------
14 dev-python/keyring/keyring-8.6.ebuild | 34 --------------------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
18 index 9b2634b..30b95f1 100644
19 --- a/dev-python/keyring/Manifest
20 +++ b/dev-python/keyring/Manifest
21 @@ -1,4 +1,3 @@
22 DIST keyring-10.0.2.tar.gz 36587 SHA256 91c31fd805b3ce6343406c7c51437f7505f3e9abb6e14ccac8242ea1fc912d77 SHA512 e9018415e99c50d806e2c1d4a057551afedbd91efef7163ceac150f2b0857244ba6ab7cb867596a94b96ea23eb6b0b765ccd62ce7283e52d1d926c15cf92f9ba WHIRLPOOL 2be86bde3cf433a8129f34428206f0ce345a29de58ed229e1e074a5822dc922b5e0216a5748c75961a8df863ad7bf7554faf592cc6cde7f363c21b6b08baf944
23 DIST keyring-10.1.tar.gz 37088 SHA256 af7f02d8ad957523842651f1a2247ff178c387476f7d366880f04fd195468f2f SHA512 955cc59eaef2f8fd690ee68e646196c1579fcae227c8df5012f3a884a7f596d964a8a2f1a37c17dc7f7c34a4aea88920e95e0adfbaf25a7a0f7474274696bae6 WHIRLPOOL b827d42553175a06bdeb21e08a5e702d81b4debaed25f98ad16e7319d493c82e7f9541c39e97db1584a901a892096af8c2206f345321fd4f2da834db67714915
24 -DIST keyring-8.6.tar.gz 38526 SHA256 92b28d9713ed77bc157680e95a3643a5777f5c3e0690e772c2f2da7df81ce46d SHA512 a139736381ee706da1c5456259ce0ca07d4079003f2eb90bab6b3dc4b8ff6b7bf68a907427f1f4014e861e2222d697bbbc89f7fa68a3b53507632d3f668b8bc0 WHIRLPOOL f242f7b5b4c5f22cddc82ee97223aa55d25d85bdb81ccb139571d434a9b4bb5ceac85395a94e7e95491a1ad19d1bd58681a51f9af58fd6350744f88411fa538a
25 DIST keyring-9.3.1.tar.gz 40579 SHA256 3be74f6568fcac1350b837d7e46bd3525e2e9fe2b78b3a3a87dc3b29f24a0c00 SHA512 b899e45e479806e9d01cb490925e291608dfa32bdac212a09922c2fa11196bf18b3ccdefd05aa3777588df43f1dbc5352d6705b93cae23bc7525c727254a938c WHIRLPOOL 5e0213331bafa0e387129f6ae705835cfb01aac3daadd2e142b3ebccc9b6bde1c2ebf7ba30610a89bbcffe728f1fc6efa42227ab2afccef81144ec3d0a7cc935
26
27 diff --git a/dev-python/keyring/keyring-10.0.2.ebuild b/dev-python/keyring/keyring-10.0.2.ebuild
28 deleted file mode 100644
29 index 9cfd196..00000000
30 --- a/dev-python/keyring/keyring-10.0.2.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Provides access to the system keyring service"
44 -HOMEPAGE="https://github.com/jaraco/keyring"
45 -SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
46 -
47 -SLOT="0"
48 -LICENSE="PSF-2"
49 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
50 -IUSE="test"
51 -
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
55 - test? (
56 - dev-python/pytest-runner[${PYTHON_USEDEP}]
57 - >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
58 - )"
59 -RDEPEND=""
60 -
61 -python_test() {
62 - py.test -v -v || die "testsuite failed under ${EPYTHON}"
63 -}
64
65 diff --git a/dev-python/keyring/keyring-8.6.ebuild b/dev-python/keyring/keyring-8.6.ebuild
66 deleted file mode 100644
67 index 8ad0fdc..00000000
68 --- a/dev-python/keyring/keyring-8.6.ebuild
69 +++ /dev/null
70 @@ -1,34 +0,0 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Id$
74 -
75 -EAPI=6
76 -
77 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="Provides access to the system keyring service"
82 -HOMEPAGE="https://github.com/jaraco/keyring"
83 -SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
84 -
85 -SLOT="0"
86 -LICENSE="PSF-2"
87 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
88 -IUSE="test"
89 -
90 -DEPEND="
91 - dev-python/setuptools[${PYTHON_USEDEP}]
92 - >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
93 - test? (
94 - dev-python/pytest-runner[${PYTHON_USEDEP}]
95 - >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
96 - dev-python/gdata[$(python_gen_usedep 'python2*')]
97 - dev-python/keyczar[$(python_gen_usedep 'python2*')]
98 - dev-python/pycrypto[$(python_gen_usedep 'python*')]
99 - )"
100 -RDEPEND=""
101 -
102 -python_test() {
103 - py.test -v -v || die "testsuite failed under ${EPYTHON}"
104 -}