Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
Date: Wed, 11 Sep 2019 16:21:46
Message-Id: 1568218868.069bd89c9933c875d03a25632389a7242c122c78.mgorny@gentoo
1 commit: 069bd89c9933c875d03a25632389a7242c122c78
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 11:27:29 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 11 16:21:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069bd89c
7
8 www-client/ripe-atlas-cousteau: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-client/ripe-atlas-cousteau/Manifest | 2 --
13 .../ripe-atlas-cousteau-1.0.6.ebuild | 36 ----------------------
14 .../ripe-atlas-cousteau-1.0.7.ebuild | 36 ----------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/www-client/ripe-atlas-cousteau/Manifest b/www-client/ripe-atlas-cousteau/Manifest
18 index 2163884e1ec..9717d3d05f9 100644
19 --- a/www-client/ripe-atlas-cousteau/Manifest
20 +++ b/www-client/ripe-atlas-cousteau/Manifest
21 @@ -1,3 +1 @@
22 -DIST ripe.atlas.cousteau-1.0.6.tar.gz 45467 BLAKE2B fde909f74e6a2d32712d747c92d3e7aefdf882531bde9912e26aa2e5b4f3736d333ccf6bb0d225111baf81ee4d671f861a429ce4542ee6f1c3d73c07f275416e SHA512 212c9890af269f945d01a1b587ba87583cbde87ce0a64b09e053644f9fa4cd01414a1092a39d0d21d68b3bd5977e0159c6a32196aaadbd78940fd4675b791daf
23 -DIST ripe.atlas.cousteau-1.0.7.tar.gz 45757 BLAKE2B 6bce4a9e1fbcdf595cb8a40cca8ee5aa69e05c840fe8c9bf03bae4d6f1e82857d3aee8a3ca12c5f1d4f6df9c4608af4bf6939cb2fcd2c4cad30f6d6b880637f0 SHA512 921526beef43b666f6c64480e14f3d9d73e980ea6696964791c8f663c218f2c1c5658f2d9dc9ef4e9d40687b244d98b7775b3eeda74bd4886842f18e073765de
24 DIST ripe.atlas.cousteau-1.2.tar.gz 47015 BLAKE2B 722ebc41a221f64784fbc2535c2727c0f2e7559e6460c6ee1453b17c739562c0b44047ccf24b2d4aa93d3911d7f9be6d43df4464524135d7efd1829b29689417 SHA512 06df80499aa3696450396b1dec66360b3996d56c98dbec52d9192c8e2442a63f3cc334a815a4615d5f9d87fc3f0facb26875f2ad3a5cdbd5047aaad506974c8e
25
26 diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild
27 deleted file mode 100644
28 index 330f825d3b7..00000000000
29 --- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit distutils-r1
40 -
41 -MY_PN=${PN//-/.}
42 -DESCRIPTION="A Python wrapper around the RIPE Atlas API"
43 -HOMEPAGE="https://atlas.ripe.net/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.tar.gz"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="test"
50 -
51 -S="${WORKDIR}/${MY_PN}-${PVR}"
52 -
53 -RDEPEND="
54 - >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}]
55 - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
56 - dev-python/python-dateutil[${PYTHON_USEDEP}]"
57 -DEPEND="
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 - test? (
60 - "${RDEPEND}"
61 - dev-python/nose[${PYTHON_USEDEP}]
62 - dev-python/jsonschema[${PYTHON_USEDEP}]
63 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
64 -
65 -python_test() {
66 - nosetests --verbose || die "Tests failed with ${EPYTHON}"
67 -}
68
69 diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild
70 deleted file mode 100644
71 index 80a11014143..00000000000
72 --- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild
73 +++ /dev/null
74 @@ -1,36 +0,0 @@
75 -# Copyright 1999-2019 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -
80 -PYTHON_COMPAT=( python2_7 )
81 -
82 -inherit distutils-r1
83 -
84 -MY_PN=${PN//-/.}
85 -DESCRIPTION="A Python wrapper around the RIPE Atlas API"
86 -HOMEPAGE="https://atlas.ripe.net/"
87 -SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.tar.gz"
88 -
89 -LICENSE="GPL-3"
90 -SLOT="0"
91 -KEYWORDS="amd64 x86"
92 -IUSE="test"
93 -
94 -S="${WORKDIR}/${MY_PN}-${PVR}"
95 -
96 -RDEPEND="
97 - >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}]
98 - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
99 - dev-python/python-dateutil[${PYTHON_USEDEP}]"
100 -DEPEND="
101 - dev-python/setuptools[${PYTHON_USEDEP}]
102 - test? (
103 - "${RDEPEND}"
104 - dev-python/nose[${PYTHON_USEDEP}]
105 - dev-python/jsonschema[${PYTHON_USEDEP}]
106 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
107 -
108 -python_test() {
109 - nosetests --verbose || die "Tests failed with ${EPYTHON}"
110 -}