Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/
Date: Sat, 25 Feb 2017 22:28:20
Message-Id: 1488061481.de61a791f94a44dc5611100eb58c0db971933190.radhermit@gentoo
1 commit: de61a791f94a44dc5611100eb58c0db971933190
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 22:21:51 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 22:24:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de61a791
7
8 dev-python/snakeoil: remove old
9
10 dev-python/snakeoil/Manifest | 2 --
11 dev-python/snakeoil/snakeoil-0.6.6.ebuild | 33 -------------------------------
12 dev-python/snakeoil/snakeoil-0.7.0.ebuild | 33 -------------------------------
13 3 files changed, 68 deletions(-)
14
15 diff --git a/dev-python/snakeoil/Manifest b/dev-python/snakeoil/Manifest
16 index 035a5960e4..d09dd6b367 100644
17 --- a/dev-python/snakeoil/Manifest
18 +++ b/dev-python/snakeoil/Manifest
19 @@ -1,3 +1 @@
20 -DIST snakeoil-0.6.6.tar.gz 198899 SHA256 16e2d4f257ecea340134f0e1e97c4d363f6e3c8f87bf5d8ba49d48955406f9f2 SHA512 d6502d345dc26f2048855fe6e468918c5f0a7d66165152cb5bf38cb4b4ebdb45a5eab346a19a6cad04f0fbf905200b90d660a36b52df000164b117fe2d536f35 WHIRLPOOL 81ecac1317f00be47ba482564dd5c11f4fdbc69df70badf2c8e555c34cd79b55e75c1e18e17bbc427b23b80e41f43f60e6fd29679c88361b5ac86b21afdc60d1
21 -DIST snakeoil-0.7.0.tar.gz 213610 SHA256 e1af5015a78dc6875db859ea295a1d411f45844fe605675c795475a707ef5399 SHA512 a7f25a897e7f704fe486f9538dd71367102915d4078e3f334da8bfc114c840b74fd27758e65c9fc2fab8ef2d45f042fe8de0621d38096dd06a1252de43e6b4c5 WHIRLPOOL 7339c0484b416f187c17ed5afa214ddb23d8606db93b30980c7fe23c94b0fa7d52fd2b9ba4e1dbada530cbeea93af34e8a3968efdcb776779a71150a3035736b
22 DIST snakeoil-0.7.1.tar.gz 214261 SHA256 e210db2713da8431eea6b6b3afc98bea829c6612733e6309871b2614d08dcc5b SHA512 1c0d03d50a1738cbb3cceecec9445585d089ea535657467871930cca7282d3426780451fb45774e16b05714a1da13766d68f62def7a2d957e2124bd71335d0a0 WHIRLPOOL aa20cabbceaae564802b8ed5a7a6e5dc1039d27021d477179bcad28d4317b875cbddb889e7196fc1c091a802dd28f8c7efe1c6680b170a54c5e2b07c23052623
23
24 diff --git a/dev-python/snakeoil/snakeoil-0.6.6.ebuild b/dev-python/snakeoil/snakeoil-0.6.6.ebuild
25 deleted file mode 100644
26 index a3eddde9f7..0000000000
27 --- a/dev-python/snakeoil/snakeoil-0.6.6.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
36 -PYTHON_REQ_USE="threads(+)"
37 -inherit distutils-r1
38 -
39 -if [[ ${PV} == *9999 ]] ; then
40 - EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
41 - inherit git-r3
42 -else
43 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
44 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -fi
46 -
47 -DESCRIPTION="Miscellaneous python utility code"
48 -HOMEPAGE="https://github.com/pkgcore/snakeoil"
49 -
50 -LICENSE="BSD"
51 -SLOT="0"
52 -
53 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
54 -
55 -python_configure_all() {
56 - # disable snakeoil 2to3 caching
57 - unset PY2TO3_CACHEDIR
58 -}
59 -
60 -python_test() {
61 - esetup.py test
62 -}
63
64 diff --git a/dev-python/snakeoil/snakeoil-0.7.0.ebuild b/dev-python/snakeoil/snakeoil-0.7.0.ebuild
65 deleted file mode 100644
66 index f82c7fde62..0000000000
67 --- a/dev-python/snakeoil/snakeoil-0.7.0.ebuild
68 +++ /dev/null
69 @@ -1,33 +0,0 @@
70 -# Copyright 1999-2016 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Id$
73 -
74 -EAPI=5
75 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
76 -PYTHON_REQ_USE="threads(+)"
77 -inherit distutils-r1
78 -
79 -if [[ ${PV} == *9999 ]] ; then
80 - EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
81 - inherit git-r3
82 -else
83 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
84 - SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz"
85 -fi
86 -
87 -DESCRIPTION="misc common functionality and useful optimizations"
88 -HOMEPAGE="https://github.com/pkgcore/snakeoil"
89 -
90 -LICENSE="BSD"
91 -SLOT="0"
92 -
93 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
94 -
95 -python_configure_all() {
96 - # disable snakeoil 2to3 caching
97 - unset PY2TO3_CACHEDIR
98 -}
99 -
100 -python_test() {
101 - esetup.py test
102 -}