* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2015-12-17 7:56 Patrice Clement
0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2015-12-17 7:56 UTC (permalink / raw
To: gentoo-commits
commit: c6f1f438fbcb0a81c7474fb05ddc95a45fa545a9
Author: Daniel Quinn <code <AT> danielquinn <DOT> org>
AuthorDate: Wed Dec 16 15:36:45 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 01:10:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f1f438
www-client/ripe-atlas-cousteau: Initial commit
www-client/ripe-atlas-cousteau/Manifest | 2 ++
www-client/ripe-atlas-cousteau/metadata.xml | 10 ++++++
.../ripe-atlas-cousteau-1.0.6.ebuild | 37 ++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/www-client/ripe-atlas-cousteau/Manifest b/www-client/ripe-atlas-cousteau/Manifest
new file mode 100644
index 0000000..5f4cfa2
--- /dev/null
+++ b/www-client/ripe-atlas-cousteau/Manifest
@@ -0,0 +1,2 @@
+DIST ripe.atlas.cousteau-1.0.6.tar.gz 45467 SHA256 1407b003a03f359739d35010812af2841bc9df2784cd2078e55ac34d0a858ad6 SHA512 212c9890af269f945d01a1b587ba87583cbde87ce0a64b09e053644f9fa4cd01414a1092a39d0d21d68b3bd5977e0159c6a32196aaadbd78940fd4675b791daf WHIRLPOOL b65e12a89a3cfee2ca5da4311392a1ecca4fc11c4b38ca911a526cc925491b799d1504581a955dd5bd5c1feb3e71d5a73c06e5b07c26a8fbfdb28bcc748f6a1d
+EBUILD ripe-atlas-cousteau-1.0.6.ebuild 937 SHA256 b8b08a040230a6c3bc45a388c71c0dde74f47894bccfc656066dc0e80c264ca7 SHA512 fefda75c507fe675e44784ed6a0c2045b057288bd68a4ff36a449c7a207bc9c04d8add2112748ff55d4e77c5f8d54c417017fc74958b7c95f5d3d371e670df62 WHIRLPOOL 27ba1bb1b85f7f3b146f5d02924e7158c371500c4766f348232faab031a7a776682227ea4757e9877ef49aa517e15ee1d57e8d9d243c653ec868543f91312b38
diff --git a/www-client/ripe-atlas-cousteau/metadata.xml b/www-client/ripe-atlas-cousteau/metadata.xml
new file mode 100644
index 0000000..46c5726
--- /dev/null
+++ b/www-client/ripe-atlas-cousteau/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>proxy-maintainers</herd>
+ <maintainer>
+ <email>gentoo@danielquinn.org</email>
+ <name>Daniel Quinn</name>
+ <description>Proxied maintainer; set to assignee in all bugs</description>
+ </maintainer>
+</pkgmetadata>
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
new file mode 100644
index 0000000..157abbe
--- /dev/null
+++ b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/.}
+DESCRIPTION="A Python wrapper around the RIPE Atlas API"
+HOMEPAGE="https://atlas.ripe.net/"
+SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+S="${WORKDIR}/${MY_PN}-${PVR}"
+
+RDEPEND="
+ >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ "${RDEPEND}"
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
+
+python_test() {
+ nosetests --verbose || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2016-01-13 14:10 Patrice Clement
0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2016-01-13 14:10 UTC (permalink / raw
To: gentoo-commits
commit: 0d42af664ba425b6b9442493f9dfbac8ae678b65
Author: Daniel Quinn <code <AT> danielquinn <DOT> org>
AuthorDate: Wed Jan 13 13:14:05 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 13:14:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d42af66
www-client/ripe-atlas-cousteau: Version bump to 1.0.7
www-client/ripe-atlas-cousteau/Manifest | 3 ++
.../ripe-atlas-cousteau-1.0.7.ebuild | 37 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/www-client/ripe-atlas-cousteau/Manifest b/www-client/ripe-atlas-cousteau/Manifest
index 5f4cfa2..4e7878f 100644
--- a/www-client/ripe-atlas-cousteau/Manifest
+++ b/www-client/ripe-atlas-cousteau/Manifest
@@ -1,2 +1,5 @@
DIST ripe.atlas.cousteau-1.0.6.tar.gz 45467 SHA256 1407b003a03f359739d35010812af2841bc9df2784cd2078e55ac34d0a858ad6 SHA512 212c9890af269f945d01a1b587ba87583cbde87ce0a64b09e053644f9fa4cd01414a1092a39d0d21d68b3bd5977e0159c6a32196aaadbd78940fd4675b791daf WHIRLPOOL b65e12a89a3cfee2ca5da4311392a1ecca4fc11c4b38ca911a526cc925491b799d1504581a955dd5bd5c1feb3e71d5a73c06e5b07c26a8fbfdb28bcc748f6a1d
+DIST ripe.atlas.cousteau-1.0.7.tar.gz 45757 SHA256 4f99abf9e985109174bc5dae38e958dfc85dc41a872bbf916763a1f53a9e4b6b SHA512 921526beef43b666f6c64480e14f3d9d73e980ea6696964791c8f663c218f2c1c5658f2d9dc9ef4e9d40687b244d98b7775b3eeda74bd4886842f18e073765de WHIRLPOOL 1916a0af20a60b1435bb3e02d7791237c4913453d5180e8f004572e4d5c7dcecfe46afd11b11c46a64162aa146aa492f9df2d002d51567a89b9248fb5038a960
EBUILD ripe-atlas-cousteau-1.0.6.ebuild 937 SHA256 b8b08a040230a6c3bc45a388c71c0dde74f47894bccfc656066dc0e80c264ca7 SHA512 fefda75c507fe675e44784ed6a0c2045b057288bd68a4ff36a449c7a207bc9c04d8add2112748ff55d4e77c5f8d54c417017fc74958b7c95f5d3d371e670df62 WHIRLPOOL 27ba1bb1b85f7f3b146f5d02924e7158c371500c4766f348232faab031a7a776682227ea4757e9877ef49aa517e15ee1d57e8d9d243c653ec868543f91312b38
+EBUILD ripe-atlas-cousteau-1.0.7.ebuild 937 SHA256 b8b08a040230a6c3bc45a388c71c0dde74f47894bccfc656066dc0e80c264ca7 SHA512 fefda75c507fe675e44784ed6a0c2045b057288bd68a4ff36a449c7a207bc9c04d8add2112748ff55d4e77c5f8d54c417017fc74958b7c95f5d3d371e670df62 WHIRLPOOL 27ba1bb1b85f7f3b146f5d02924e7158c371500c4766f348232faab031a7a776682227ea4757e9877ef49aa517e15ee1d57e8d9d243c653ec868543f91312b38
+MISC metadata.xml 427 SHA256 cc91371d1308841e7c75f07af6c617335fe3fc3f1e3e41a5d1b3b49dfad569da SHA512 7b2746423401fd6c54b7c7227c831d97b0763f3e26d590516f872a88b6daec6d4aee4fd9889cf8340df74d23b8f0e6b579ea2829e93a8f1f5641dbe0ed7885fa WHIRLPOOL dc929abb692354fb6bcaed4b4ac7c63d03d5c1882c144700ede4cd7d51404f3115761d2d6825027fc882472959ee1eadd41135c9356813ac52ad68c53170a725
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
new file mode 100644
index 0000000..157abbe
--- /dev/null
+++ b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/.}
+DESCRIPTION="A Python wrapper around the RIPE Atlas API"
+HOMEPAGE="https://atlas.ripe.net/"
+SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+S="${WORKDIR}/${MY_PN}-${PVR}"
+
+RDEPEND="
+ >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ "${RDEPEND}"
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
+
+python_test() {
+ nosetests --verbose || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2016-03-22 9:36 Sergei Trofimovich
0 siblings, 0 replies; 14+ messages in thread
From: Sergei Trofimovich @ 2016-03-22 9:36 UTC (permalink / raw
To: gentoo-commits
commit: ae3daa9b8121db6760792334cb43529346518935
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:23:40 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 09:36:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3daa9b
www-client/ripe-atlas-cousteau: drop MISC, EBUILD from Manifest
Package-Manager: portage-2.2.28
www-client/ripe-atlas-cousteau/Manifest | 3 ---
1 file changed, 3 deletions(-)
diff --git a/www-client/ripe-atlas-cousteau/Manifest b/www-client/ripe-atlas-cousteau/Manifest
index 4e7878f..4b16bae 100644
--- a/www-client/ripe-atlas-cousteau/Manifest
+++ b/www-client/ripe-atlas-cousteau/Manifest
@@ -1,5 +1,2 @@
DIST ripe.atlas.cousteau-1.0.6.tar.gz 45467 SHA256 1407b003a03f359739d35010812af2841bc9df2784cd2078e55ac34d0a858ad6 SHA512 212c9890af269f945d01a1b587ba87583cbde87ce0a64b09e053644f9fa4cd01414a1092a39d0d21d68b3bd5977e0159c6a32196aaadbd78940fd4675b791daf WHIRLPOOL b65e12a89a3cfee2ca5da4311392a1ecca4fc11c4b38ca911a526cc925491b799d1504581a955dd5bd5c1feb3e71d5a73c06e5b07c26a8fbfdb28bcc748f6a1d
DIST ripe.atlas.cousteau-1.0.7.tar.gz 45757 SHA256 4f99abf9e985109174bc5dae38e958dfc85dc41a872bbf916763a1f53a9e4b6b SHA512 921526beef43b666f6c64480e14f3d9d73e980ea6696964791c8f663c218f2c1c5658f2d9dc9ef4e9d40687b244d98b7775b3eeda74bd4886842f18e073765de WHIRLPOOL 1916a0af20a60b1435bb3e02d7791237c4913453d5180e8f004572e4d5c7dcecfe46afd11b11c46a64162aa146aa492f9df2d002d51567a89b9248fb5038a960
-EBUILD ripe-atlas-cousteau-1.0.6.ebuild 937 SHA256 b8b08a040230a6c3bc45a388c71c0dde74f47894bccfc656066dc0e80c264ca7 SHA512 fefda75c507fe675e44784ed6a0c2045b057288bd68a4ff36a449c7a207bc9c04d8add2112748ff55d4e77c5f8d54c417017fc74958b7c95f5d3d371e670df62 WHIRLPOOL 27ba1bb1b85f7f3b146f5d02924e7158c371500c4766f348232faab031a7a776682227ea4757e9877ef49aa517e15ee1d57e8d9d243c653ec868543f91312b38
-EBUILD ripe-atlas-cousteau-1.0.7.ebuild 937 SHA256 b8b08a040230a6c3bc45a388c71c0dde74f47894bccfc656066dc0e80c264ca7 SHA512 fefda75c507fe675e44784ed6a0c2045b057288bd68a4ff36a449c7a207bc9c04d8add2112748ff55d4e77c5f8d54c417017fc74958b7c95f5d3d371e670df62 WHIRLPOOL 27ba1bb1b85f7f3b146f5d02924e7158c371500c4766f348232faab031a7a776682227ea4757e9877ef49aa517e15ee1d57e8d9d243c653ec868543f91312b38
-MISC metadata.xml 427 SHA256 cc91371d1308841e7c75f07af6c617335fe3fc3f1e3e41a5d1b3b49dfad569da SHA512 7b2746423401fd6c54b7c7227c831d97b0763f3e26d590516f872a88b6daec6d4aee4fd9889cf8340df74d23b8f0e6b579ea2829e93a8f1f5641dbe0ed7885fa WHIRLPOOL dc929abb692354fb6bcaed4b4ac7c63d03d5c1882c144700ede4cd7d51404f3115761d2d6825027fc882472959ee1eadd41135c9356813ac52ad68c53170a725
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2016-04-15 19:10 Patrice Clement
0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2016-04-15 19:10 UTC (permalink / raw
To: gentoo-commits
commit: ed1a73ce4f66fa2421fd8ff1a6c8b19fd8ba0e3b
Author: Daniel Quinn <code <AT> danielquinn <DOT> org>
AuthorDate: Fri Apr 15 16:05:40 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 18:52:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1a73ce
www-client/ripe-atlas-cousteau: Version bump to 1.2
Closes: https://github.com/gentoo/gentoo/pull/1264
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
www-client/ripe-atlas-cousteau/Manifest | 5 +++
.../ripe-atlas-cousteau-1.2.ebuild | 39 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/www-client/ripe-atlas-cousteau/Manifest b/www-client/ripe-atlas-cousteau/Manifest
index 4b16bae..3e6ecb2 100644
--- a/www-client/ripe-atlas-cousteau/Manifest
+++ b/www-client/ripe-atlas-cousteau/Manifest
@@ -1,2 +1,7 @@
DIST ripe.atlas.cousteau-1.0.6.tar.gz 45467 SHA256 1407b003a03f359739d35010812af2841bc9df2784cd2078e55ac34d0a858ad6 SHA512 212c9890af269f945d01a1b587ba87583cbde87ce0a64b09e053644f9fa4cd01414a1092a39d0d21d68b3bd5977e0159c6a32196aaadbd78940fd4675b791daf WHIRLPOOL b65e12a89a3cfee2ca5da4311392a1ecca4fc11c4b38ca911a526cc925491b799d1504581a955dd5bd5c1feb3e71d5a73c06e5b07c26a8fbfdb28bcc748f6a1d
DIST ripe.atlas.cousteau-1.0.7.tar.gz 45757 SHA256 4f99abf9e985109174bc5dae38e958dfc85dc41a872bbf916763a1f53a9e4b6b SHA512 921526beef43b666f6c64480e14f3d9d73e980ea6696964791c8f663c218f2c1c5658f2d9dc9ef4e9d40687b244d98b7775b3eeda74bd4886842f18e073765de WHIRLPOOL 1916a0af20a60b1435bb3e02d7791237c4913453d5180e8f004572e4d5c7dcecfe46afd11b11c46a64162aa146aa492f9df2d002d51567a89b9248fb5038a960
+DIST ripe.atlas.cousteau-1.2.tar.gz 47015 SHA256 0b4ed516478fb6a9e2268dc68eca86722961ec4209f9e54fe37564765c56025e SHA512 06df80499aa3696450396b1dec66360b3996d56c98dbec52d9192c8e2442a63f3cc334a815a4615d5f9d87fc3f0facb26875f2ad3a5cdbd5047aaad506974c8e WHIRLPOOL 66e3504747d4fd87313ba4c74b6e25a2481f60a37573676e6f083fa2259a85c62fb15bdb02848ea60a21d0918268d8f6b13dab6575c9ee29d23f0d8d9764322c
+EBUILD ripe-atlas-cousteau-1.0.6.ebuild 937 SHA256 b8b08a040230a6c3bc45a388c71c0dde74f47894bccfc656066dc0e80c264ca7 SHA512 fefda75c507fe675e44784ed6a0c2045b057288bd68a4ff36a449c7a207bc9c04d8add2112748ff55d4e77c5f8d54c417017fc74958b7c95f5d3d371e670df62 WHIRLPOOL 27ba1bb1b85f7f3b146f5d02924e7158c371500c4766f348232faab031a7a776682227ea4757e9877ef49aa517e15ee1d57e8d9d243c653ec868543f91312b38
+EBUILD ripe-atlas-cousteau-1.0.7.ebuild 937 SHA256 b8b08a040230a6c3bc45a388c71c0dde74f47894bccfc656066dc0e80c264ca7 SHA512 fefda75c507fe675e44784ed6a0c2045b057288bd68a4ff36a449c7a207bc9c04d8add2112748ff55d4e77c5f8d54c417017fc74958b7c95f5d3d371e670df62 WHIRLPOOL 27ba1bb1b85f7f3b146f5d02924e7158c371500c4766f348232faab031a7a776682227ea4757e9877ef49aa517e15ee1d57e8d9d243c653ec868543f91312b38
+EBUILD ripe-atlas-cousteau-1.2.ebuild 967 SHA256 3370c064caa6c8a65a912d0e89b001fe087f9fcc7d69d0644bcadfd9e2ad04af SHA512 e0ffa7f4efa8142e2cc3c78dfe01d3adf51e86040a7b72040ba2caf39ad0b67e70ecc07c450062c4342e387af743e123393646cbacd30d8b57460f5fc5ada89e WHIRLPOOL bf360fed039845474f6394ba516541f49928a1948cf66cd4acf9a5191cbe3d43abc6e3a69c71c6b8bded57f814f23e4b3ebb338b93a56e2265ada6b097c8799e
+MISC metadata.xml 526 SHA256 d9f69de4de8675031e775c6694dbd252be3f0b6b4da412c5a0f5a8a55b1f6bbd SHA512 16280b20671035afbaa5f046b95bd3a2c6942c0d3e728fce4dfe226b62242810cf5b97fefc66c04ea54eb51e027645066c4d8250d83cd5b673a247d57bc41c08 WHIRLPOOL ffc308f5669e46218e13de8a307f37133620df16dbbd62e4b36ea708f02ceca117d008312a794ad539032369d102b84e9119fdc9d26ed28a7cefc4e066f5b5b1
diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
new file mode 100644
index 0000000..f9de2ae
--- /dev/null
+++ b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/.}
+DESCRIPTION="A Python wrapper around the RIPE Atlas API"
+HOMEPAGE="https://atlas.ripe.net/"
+SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+S="${WORKDIR}/${MY_PN}-${PVR}"
+
+DOCS=( CHANGES.rst README.rst )
+
+RDEPEND="
+ >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ ${RDEPEND}
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
+
+python_test() {
+ nosetests --verbose || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2016-05-07 4:31 Ian Delaney
0 siblings, 0 replies; 14+ messages in thread
From: Ian Delaney @ 2016-05-07 4:31 UTC (permalink / raw
To: gentoo-commits
commit: d103a76e21c143a79ce50ee8be741fb4ecc0b180
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 04:28:39 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat May 7 04:31:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d103a76e
www-client/ripe-atlas-cousteau: add py3.5 support to vn. 1.2
Package-Manager: portage-2.2.28
www-client/ripe-atlas-cousteau/Manifest | 4 ----
www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild | 4 ++--
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/www-client/ripe-atlas-cousteau/Manifest b/www-client/ripe-atlas-cousteau/Manifest
index 3e6ecb2..2a8dce4 100644
--- a/www-client/ripe-atlas-cousteau/Manifest
+++ b/www-client/ripe-atlas-cousteau/Manifest
@@ -1,7 +1,3 @@
DIST ripe.atlas.cousteau-1.0.6.tar.gz 45467 SHA256 1407b003a03f359739d35010812af2841bc9df2784cd2078e55ac34d0a858ad6 SHA512 212c9890af269f945d01a1b587ba87583cbde87ce0a64b09e053644f9fa4cd01414a1092a39d0d21d68b3bd5977e0159c6a32196aaadbd78940fd4675b791daf WHIRLPOOL b65e12a89a3cfee2ca5da4311392a1ecca4fc11c4b38ca911a526cc925491b799d1504581a955dd5bd5c1feb3e71d5a73c06e5b07c26a8fbfdb28bcc748f6a1d
DIST ripe.atlas.cousteau-1.0.7.tar.gz 45757 SHA256 4f99abf9e985109174bc5dae38e958dfc85dc41a872bbf916763a1f53a9e4b6b SHA512 921526beef43b666f6c64480e14f3d9d73e980ea6696964791c8f663c218f2c1c5658f2d9dc9ef4e9d40687b244d98b7775b3eeda74bd4886842f18e073765de WHIRLPOOL 1916a0af20a60b1435bb3e02d7791237c4913453d5180e8f004572e4d5c7dcecfe46afd11b11c46a64162aa146aa492f9df2d002d51567a89b9248fb5038a960
DIST ripe.atlas.cousteau-1.2.tar.gz 47015 SHA256 0b4ed516478fb6a9e2268dc68eca86722961ec4209f9e54fe37564765c56025e SHA512 06df80499aa3696450396b1dec66360b3996d56c98dbec52d9192c8e2442a63f3cc334a815a4615d5f9d87fc3f0facb26875f2ad3a5cdbd5047aaad506974c8e WHIRLPOOL 66e3504747d4fd87313ba4c74b6e25a2481f60a37573676e6f083fa2259a85c62fb15bdb02848ea60a21d0918268d8f6b13dab6575c9ee29d23f0d8d9764322c
-EBUILD ripe-atlas-cousteau-1.0.6.ebuild 937 SHA256 b8b08a040230a6c3bc45a388c71c0dde74f47894bccfc656066dc0e80c264ca7 SHA512 fefda75c507fe675e44784ed6a0c2045b057288bd68a4ff36a449c7a207bc9c04d8add2112748ff55d4e77c5f8d54c417017fc74958b7c95f5d3d371e670df62 WHIRLPOOL 27ba1bb1b85f7f3b146f5d02924e7158c371500c4766f348232faab031a7a776682227ea4757e9877ef49aa517e15ee1d57e8d9d243c653ec868543f91312b38
-EBUILD ripe-atlas-cousteau-1.0.7.ebuild 937 SHA256 b8b08a040230a6c3bc45a388c71c0dde74f47894bccfc656066dc0e80c264ca7 SHA512 fefda75c507fe675e44784ed6a0c2045b057288bd68a4ff36a449c7a207bc9c04d8add2112748ff55d4e77c5f8d54c417017fc74958b7c95f5d3d371e670df62 WHIRLPOOL 27ba1bb1b85f7f3b146f5d02924e7158c371500c4766f348232faab031a7a776682227ea4757e9877ef49aa517e15ee1d57e8d9d243c653ec868543f91312b38
-EBUILD ripe-atlas-cousteau-1.2.ebuild 967 SHA256 3370c064caa6c8a65a912d0e89b001fe087f9fcc7d69d0644bcadfd9e2ad04af SHA512 e0ffa7f4efa8142e2cc3c78dfe01d3adf51e86040a7b72040ba2caf39ad0b67e70ecc07c450062c4342e387af743e123393646cbacd30d8b57460f5fc5ada89e WHIRLPOOL bf360fed039845474f6394ba516541f49928a1948cf66cd4acf9a5191cbe3d43abc6e3a69c71c6b8bded57f814f23e4b3ebb338b93a56e2265ada6b097c8799e
-MISC metadata.xml 526 SHA256 d9f69de4de8675031e775c6694dbd252be3f0b6b4da412c5a0f5a8a55b1f6bbd SHA512 16280b20671035afbaa5f046b95bd3a2c6942c0d3e728fce4dfe226b62242810cf5b97fefc66c04ea54eb51e027645066c4d8250d83cd5b673a247d57bc41c08 WHIRLPOOL ffc308f5669e46218e13de8a307f37133620df16dbbd62e4b36ea708f02ceca117d008312a794ad539032369d102b84e9119fdc9d26ed28a7cefc4e066f5b5b1
diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
index f9de2ae..6652ad7 100644
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
+++ b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2016-12-19 14:14 Tobias Klausmann
0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2016-12-19 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 5890ab7316072467a8146457e9b73fbaac1e5227
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 14:13:21 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:13:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5890ab73
www-client/ripe-atlas-cousteau-1.0.7-r0: stable on amd64
Gentoo-Bug: 575396
www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 157abbe..c35ae22 100644
--- 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
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
S="${WORKDIR}/${MY_PN}-${PVR}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2017-01-04 15:29 Agostino Sarubbo
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2017-01-04 15:29 UTC (permalink / raw
To: gentoo-commits
commit: 8900e4b081f1fa6368d259d53b2f1f39cfb02e7a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 15:27:28 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 15:29:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8900e4b0
www-client/ripe-atlas-cousteau: x86 stable wrt bug #575396
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index c35ae22..b61e2a7 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
S="${WORKDIR}/${MY_PN}-${PVR}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2017-02-22 15:06 Agostino Sarubbo
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2017-02-22 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 11cfe76481716e735645cb381c817132672dbab7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 15:03:07 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 15:03:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cfe764
www-client/ripe-atlas-cousteau: amd64 stable wrt bug #606424
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
index 6652ad7671..b8c48a6e4c 100644
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
+++ b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PV}.t
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
S="${WORKDIR}/${MY_PN}-${PVR}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2017-02-22 16:08 Agostino Sarubbo
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2017-02-22 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 9b37c049619f16be1ee6a360a5ab0a9687f08778
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 16:06:06 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 16:06:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b37c049
www-client/ripe-atlas-cousteau: x86 stable wrt bug #606424
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
index b8c48a6e4c..870fbb31e2 100644
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
+++ b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PV}.t
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
S="${WORKDIR}/${MY_PN}-${PVR}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2017-05-29 16:33 Pacho Ramos
0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2017-05-29 16:33 UTC (permalink / raw
To: gentoo-commits
commit: e1e0c0c7b4f468a0780967cf96e64c080b425ddb
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 14:27:38 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 29 16:32:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e0c0c7
www-client/ripe-atlas-cousteau: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
index 4d090fae172..cfa86219bc3 100644
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
+++ b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2017-11-14 23:37 Jonas Stein
0 siblings, 0 replies; 14+ messages in thread
From: Jonas Stein @ 2017-11-14 23:37 UTC (permalink / raw
To: gentoo-commits
commit: 4ac7efce6e68bdaad5b18fd0d3031b8bdde64fc7
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 23:34:00 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 23:37:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac7efce
www-client/ripe-atlas-cousteau: Proxied maintainer retired
Proxied maintainer retired
Closes: https://bugs.gentoo.org/632796
Package-Manager: Portage-2.3.14, Repoman-2.3.5
www-client/ripe-atlas-cousteau/metadata.xml | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/www-client/ripe-atlas-cousteau/metadata.xml b/www-client/ripe-atlas-cousteau/metadata.xml
index 0bb77168086..5920d5aac55 100644
--- a/www-client/ripe-atlas-cousteau/metadata.xml
+++ b/www-client/ripe-atlas-cousteau/metadata.xml
@@ -1,15 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>gentoo@danielquinn.org</email>
- <name>Daniel Quinn</name>
- <description>Proxied maintainer; set to assignee in all bugs</description>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+<!-- maintainer-needed -->
<upstream>
<remote-id type="pypi">ripe.atlas.cousteau</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2019-09-11 16:21 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-09-11 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 069bd89c9933c875d03a25632389a7242c122c78
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 11:27:29 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 16:21:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069bd89c
www-client/ripe-atlas-cousteau: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-client/ripe-atlas-cousteau/Manifest | 2 --
.../ripe-atlas-cousteau-1.0.6.ebuild | 36 ----------------------
.../ripe-atlas-cousteau-1.0.7.ebuild | 36 ----------------------
3 files changed, 74 deletions(-)
diff --git a/www-client/ripe-atlas-cousteau/Manifest b/www-client/ripe-atlas-cousteau/Manifest
index 2163884e1ec..9717d3d05f9 100644
--- a/www-client/ripe-atlas-cousteau/Manifest
+++ b/www-client/ripe-atlas-cousteau/Manifest
@@ -1,3 +1 @@
-DIST ripe.atlas.cousteau-1.0.6.tar.gz 45467 BLAKE2B fde909f74e6a2d32712d747c92d3e7aefdf882531bde9912e26aa2e5b4f3736d333ccf6bb0d225111baf81ee4d671f861a429ce4542ee6f1c3d73c07f275416e SHA512 212c9890af269f945d01a1b587ba87583cbde87ce0a64b09e053644f9fa4cd01414a1092a39d0d21d68b3bd5977e0159c6a32196aaadbd78940fd4675b791daf
-DIST ripe.atlas.cousteau-1.0.7.tar.gz 45757 BLAKE2B 6bce4a9e1fbcdf595cb8a40cca8ee5aa69e05c840fe8c9bf03bae4d6f1e82857d3aee8a3ca12c5f1d4f6df9c4608af4bf6939cb2fcd2c4cad30f6d6b880637f0 SHA512 921526beef43b666f6c64480e14f3d9d73e980ea6696964791c8f663c218f2c1c5658f2d9dc9ef4e9d40687b244d98b7775b3eeda74bd4886842f18e073765de
DIST ripe.atlas.cousteau-1.2.tar.gz 47015 BLAKE2B 722ebc41a221f64784fbc2535c2727c0f2e7559e6460c6ee1453b17c739562c0b44047ccf24b2d4aa93d3911d7f9be6d43df4464524135d7efd1829b29689417 SHA512 06df80499aa3696450396b1dec66360b3996d56c98dbec52d9192c8e2442a63f3cc334a815a4615d5f9d87fc3f0facb26875f2ad3a5cdbd5047aaad506974c8e
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
deleted file mode 100644
index 330f825d3b7..00000000000
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/.}
-DESCRIPTION="A Python wrapper around the RIPE Atlas API"
-HOMEPAGE="https://atlas.ripe.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-S="${WORKDIR}/${MY_PN}-${PVR}"
-
-RDEPEND="
- >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}]
- >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- "${RDEPEND}"
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
-
-python_test() {
- nosetests --verbose || die "Tests failed with ${EPYTHON}"
-}
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
deleted file mode 100644
index 80a11014143..00000000000
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/.}
-DESCRIPTION="A Python wrapper around the RIPE Atlas API"
-HOMEPAGE="https://atlas.ripe.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-S="${WORKDIR}/${MY_PN}-${PVR}"
-
-RDEPEND="
- >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}]
- >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- "${RDEPEND}"
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
-
-python_test() {
- nosetests --verbose || die "Tests failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2020-02-06 6:18 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2020-02-06 6:18 UTC (permalink / raw
To: gentoo-commits
commit: 4ede4d7a079afd6fb262e9551f082c44ee38f5b1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 06:04:46 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 06:16:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ede4d7a
www-client/ripe-atlas-cousteau: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
index a1155e580f5..ea71ceef9ae 100644
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
+++ b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
@ 2020-03-17 8:08 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2020-03-17 8:08 UTC (permalink / raw
To: gentoo-commits
commit: 14869992789ab99ac4aad90829cc45f647f6a4d0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 07:49:46 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 08:08:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14869992
www-client/ripe-atlas-cousteau: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
index ea71ceef9ae..5f8a43b24d8 100644
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
+++ b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
@@ -31,8 +31,7 @@ DEPEND="
test? (
${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
+ dev-python/jsonschema[${PYTHON_USEDEP}] )"
python_test() {
nosetests --verbose || die "Tests failed with ${EPYTHON}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2020-03-17 8:08 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-14 23:37 [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/ Jonas Stein
-- strict thread matches above, loose matches on Subject: below --
2020-03-17 8:08 Michał Górny
2020-02-06 6:18 Michał Górny
2019-09-11 16:21 Michał Górny
2017-05-29 16:33 Pacho Ramos
2017-02-22 16:08 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2017-01-04 15:29 Agostino Sarubbo
2016-12-19 14:14 Tobias Klausmann
2016-05-07 4:31 Ian Delaney
2016-04-15 19:10 Patrice Clement
2016-03-22 9:36 Sergei Trofimovich
2016-01-13 14:10 Patrice Clement
2015-12-17 7:56 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox