[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/files/, dev-python/urlgrabber/, profiles/

2023-03-18 Thread David Seifert
commit: d2f5cbee1f4ed87c27569c71b5363d52aafd5117
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 18 16:04:30 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 18 16:04:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f5cbee

dev-python/urlgrabber: treeclean

Closes: https://bugs.gentoo.org/588060
Closes: https://bugs.gentoo.org/894606
Signed-off-by: David Seifert  gentoo.org>

 dev-python/urlgrabber/Manifest |  1 -
 .../files/urlgrabber-4.1.0-skip-test_range.patch   | 11 --
 ...abber-4.1.0-test-mirror-set-thread-daemon.patch | 10 --
 dev-python/urlgrabber/metadata.xml | 41 --
 dev-python/urlgrabber/urlgrabber-4.1.0.ebuild  | 39 
 profiles/package.mask  |  6 
 6 files changed, 108 deletions(-)

diff --git a/dev-python/urlgrabber/Manifest b/dev-python/urlgrabber/Manifest
deleted file mode 100644
index c8317e2f5fb0..
--- a/dev-python/urlgrabber/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST urlgrabber-4.1.0.tar.gz 277537 BLAKE2B 
3697cb1d08fe0fa8bc83118e1466d76d1b8aa0375fd895d12f5135850bb5100d1d52b1691b2135a80a4937158c5d362e88777ae9ba58790ad88355f13e679b34
 SHA512 
43e54656d0ca92f616d49cd90dd6282408d64909848e4bf1c74b3b1eede55ba0c9526d6ea5fa9ae18545b806ef9965130ecf1cb1f5f05d4611db974d3f2aa200

diff --git a/dev-python/urlgrabber/files/urlgrabber-4.1.0-skip-test_range.patch 
b/dev-python/urlgrabber/files/urlgrabber-4.1.0-skip-test_range.patch
deleted file mode 100644
index 548242fc1894..
--- a/dev-python/urlgrabber/files/urlgrabber-4.1.0-skip-test_range.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 urlgrabber-urlgrabber-4-1-0/test/test_mirror.py.orig   2020-11-16 
06:23:15.874354961 +0100
-+++ urlgrabber-urlgrabber-4-1-0/test/test_mirror.py2020-11-16 
06:23:59.674354944 +0100
-@@ -329,6 +329,8 @@
- self.assertEqual(self.code, 503); del self.code
- 
- def test_range(self):
-+# skip failing test
-+self.skip()
- 'test client-side processing of HTTP ranges'
- # server does not process ranges
- self.reply = 200, b'OK'

diff --git 
a/dev-python/urlgrabber/files/urlgrabber-4.1.0-test-mirror-set-thread-daemon.patch
 
b/dev-python/urlgrabber/files/urlgrabber-4.1.0-test-mirror-set-thread-daemon.patch
deleted file mode 100644
index 6d6e8afa6462..
--- 
a/dev-python/urlgrabber/files/urlgrabber-4.1.0-test-mirror-set-thread-daemon.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 urlgrabber-urlgrabber-4-1-0/test/test_mirror.py.orig   2020-11-16 
18:47:43.724337579 +0100
-+++ urlgrabber-urlgrabber-4-1-0/test/test_mirror.py2020-11-16 
18:47:57.724337574 +0100
-@@ -290,6 +290,7 @@
- self.exit = False
- 
- self.thread = threading.Thread(target=server)
-+self.thread.daemon = True
- self.thread.start()
- 
- # create grabber and mirror group objects

diff --git a/dev-python/urlgrabber/metadata.xml 
b/dev-python/urlgrabber/metadata.xml
deleted file mode 100644
index 812dc00b5e88..
--- a/dev-python/urlgrabber/metadata.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   A high-level cross-protocol url-grabber.
-
-   Using urlgrabber, data can be fetched in three basic ways:
-
-   urlgrab(url) copy the file to the local filesystem
-   urlopen(url) open the remote file and return a file object 
(like urllib2.urlopen)
-   urlread(url) return the contents of the file as a string
-
-
-   When using these functions (or methods), urlgrabber supports 
the following
-   features:
-
-   * identical behavior for http://, ftp://, and file:// urls
-   * http keepalive - faster downloads of many files by using only 
a single
-   connection
-   * byte ranges - fetch only a portion of the file
-   * reget - for a urlgrab, resume a partial download
-   * progress meters - the ability to report download progress 
automatically,
-   even when using urlopen!
-   * throttling - restrict bandwidth usage
-   * retries - automatically retry a download if it fails. The 
number of retries
-   and failure types are configurable.
-   * authenticated server access for http and ftp
-   * proxy support - support for authenticated http and ftp proxies
-   * mirror groups - treat a list of mirrors as a single source, 
automatically
-   switching mirrors if there is a failure.
-   
-   
-   
-   urlgrabber
-   rpm-software-management/urlgrabber
-   
-

diff --git a/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2021-08-21 Thread Arthur Zamarin
commit: e969d93c4049a024bf9b874a917f902d2977e576
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 21 13:02:49 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 21 13:03:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e969d93c

dev-python/urlgrabber: enable py3.10, use test_network

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/urlgrabber/urlgrabber-4.1.0.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild 
b/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
index 5c5de9784b6..bf5bbc2a7c6 100644
--- a/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
@@ -15,6 +15,9 @@ S="${WORKDIR}/${PN}-${PN}-${PV//./-}"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86"
+
+# Entire testsuite relies on connecting to the i'net
+PROPERTIES="test_network"
 RESTRICT="test"
 
 RDEPEND="
@@ -30,8 +33,7 @@ PATCHES=(
 )
 
 python_test() {
-   # Entire testsuite relies on connecting to the i'net, added for 
reference
URLGRABBER_EXT_DOWN="${S}/scripts/urlgrabber-ext-down" \
PYTHON_PATH="${S}" \
-   "${PYTHON}" test/runtests.py -v 2 || die "tests failed under ${EPYTHON}"
+   "${EPYTHON}" test/runtests.py -v 2 || die "Tests failed under 
${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2021-04-09 Thread Michał Górny
commit: 60c757d207a0e75f3340581dce034929d1fc1e26
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  9 22:24:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  9 22:24:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c757d2

dev-python/urlgrabber: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/urlgrabber/Manifest   |  1 -
 dev-python/urlgrabber/urlgrabber-4.0.0-r1.ebuild | 26 
 2 files changed, 27 deletions(-)

diff --git a/dev-python/urlgrabber/Manifest b/dev-python/urlgrabber/Manifest
index cd42b95c38a..c8317e2f5fb 100644
--- a/dev-python/urlgrabber/Manifest
+++ b/dev-python/urlgrabber/Manifest
@@ -1,2 +1 @@
-DIST urlgrabber-4.0.0.tar.gz 86308 BLAKE2B 
15195336d8e19331134b3bc1de29a669b80ab62c14e613fbcbbc1b8be8cb4ee1da3df317591989c6a3e3a403f8ad9071ca866006f23fbadc6283e88d5f050290
 SHA512 
01579281b1548c71737166daa6dfb7eaafceaf4afd9703f8e5e3193c33613750cb4291e3c7939065e995a173925965a16e656c43324f3b599f9c83d9e479e8c1
 DIST urlgrabber-4.1.0.tar.gz 277537 BLAKE2B 
3697cb1d08fe0fa8bc83118e1466d76d1b8aa0375fd895d12f5135850bb5100d1d52b1691b2135a80a4937158c5d362e88777ae9ba58790ad88355f13e679b34
 SHA512 
43e54656d0ca92f616d49cd90dd6282408d64909848e4bf1c74b3b1eede55ba0c9526d6ea5fa9ae18545b806ef9965130ecf1cb1f5f05d4611db974d3f2aa200

diff --git a/dev-python/urlgrabber/urlgrabber-4.0.0-r1.ebuild 
b/dev-python/urlgrabber/urlgrabber-4.0.0-r1.ebuild
deleted file mode 100644
index 9f714bff38d..000
--- a/dev-python/urlgrabber/urlgrabber-4.0.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module for downloading files"
-HOMEPAGE="http://urlgrabber.baseurl.org;
-SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86"
-
-RDEPEND="
-   dev-python/pycurl[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-# Entire testsuite relies on connecting to the i'net



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2021-04-09 Thread Sam James
commit: c3bfe545b45f69f43c20f408a1954d466dffe233
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  9 22:22:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  9 22:22:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3bfe545

dev-python/urlgrabber: Stabilize 4.1.0 ALLARCHES, #781806

Signed-off-by: Sam James  gentoo.org>

 dev-python/urlgrabber/urlgrabber-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild 
b/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
index aad0b5c7180..5c5de9784b6 100644
--- a/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${PN}-${PV//./-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86"
 RESTRICT="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2021-03-09 Thread Sam James
commit: 86e15ade4c15484c55714061d99d6177dd307f66
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  9 09:09:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  9 09:44:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e15ade

dev-python/urlgrabber: rebase 4.1.0 on 4.0.0-r1

* Add dev-python/six to BDEPEND
* Sort RDEPEND
* Move S to below SRC_URI

Signed-off-by: Sam James  gentoo.org>

 dev-python/urlgrabber/urlgrabber-4.1.0.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild 
b/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
index 263b608bd50..aad0b5c7180 100644
--- a/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,6 +10,7 @@ inherit distutils-r1
 DESCRIPTION="Python module for downloading files"
 HOMEPAGE="http://urlgrabber.baseurl.org 
https://github.com/rpm-software-management/urlgrabber;
 
SRC_URI="https://github.com/rpm-software-management/${PN}/archive/${PN}-${PV//./-}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${PN}-${PV//./-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -18,15 +19,15 @@ RESTRICT="test"
 
 RDEPEND="
dev-python/pycurl[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
 "
+BDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 
 PATCHES=(
"${FILESDIR}/${P}-skip-test_range.patch"
"${FILESDIR}/${P}-test-mirror-set-thread-daemon.patch"
 )
-S="${WORKDIR}/${PN}-${PN}-${PV//./-}"
 
 python_test() {
# Entire testsuite relies on connecting to the i'net, added for 
reference



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/files/, dev-python/urlgrabber/

2021-03-09 Thread Sam James
commit: 52d13f1e62303a560cc39ebc934eaa0286196dde
Author: Wim Muskee  gmail  com>
AuthorDate: Sun Nov  1 06:57:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  9 09:44:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d13f1e

dev-python/urlgrabber: version bump to 4.1.0

- add gh upstream id to metadata
- add github project url to HOMEPAGE
- add explicit DISTUTILS_USE_SETUPTOOLS
- add six as RDEPEND
- add restricted test phase (internet only)
- and patches to let unittests run without failure

Closes: https://github.com/gentoo/gentoo/pull/18102
Signed-off-by: Wim Muskee  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/urlgrabber/Manifest |  1 +
 .../files/urlgrabber-4.1.0-skip-test_range.patch   | 11 +++
 ...abber-4.1.0-test-mirror-set-thread-daemon.patch | 10 ++
 dev-python/urlgrabber/metadata.xml |  1 +
 dev-python/urlgrabber/urlgrabber-4.1.0.ebuild  | 36 ++
 5 files changed, 59 insertions(+)

diff --git a/dev-python/urlgrabber/Manifest b/dev-python/urlgrabber/Manifest
index fc93e0b25fb..cd42b95c38a 100644
--- a/dev-python/urlgrabber/Manifest
+++ b/dev-python/urlgrabber/Manifest
@@ -1 +1,2 @@
 DIST urlgrabber-4.0.0.tar.gz 86308 BLAKE2B 
15195336d8e19331134b3bc1de29a669b80ab62c14e613fbcbbc1b8be8cb4ee1da3df317591989c6a3e3a403f8ad9071ca866006f23fbadc6283e88d5f050290
 SHA512 
01579281b1548c71737166daa6dfb7eaafceaf4afd9703f8e5e3193c33613750cb4291e3c7939065e995a173925965a16e656c43324f3b599f9c83d9e479e8c1
+DIST urlgrabber-4.1.0.tar.gz 277537 BLAKE2B 
3697cb1d08fe0fa8bc83118e1466d76d1b8aa0375fd895d12f5135850bb5100d1d52b1691b2135a80a4937158c5d362e88777ae9ba58790ad88355f13e679b34
 SHA512 
43e54656d0ca92f616d49cd90dd6282408d64909848e4bf1c74b3b1eede55ba0c9526d6ea5fa9ae18545b806ef9965130ecf1cb1f5f05d4611db974d3f2aa200

diff --git a/dev-python/urlgrabber/files/urlgrabber-4.1.0-skip-test_range.patch 
b/dev-python/urlgrabber/files/urlgrabber-4.1.0-skip-test_range.patch
new file mode 100644
index 000..548242fc189
--- /dev/null
+++ b/dev-python/urlgrabber/files/urlgrabber-4.1.0-skip-test_range.patch
@@ -0,0 +1,11 @@
+--- urlgrabber-urlgrabber-4-1-0/test/test_mirror.py.orig   2020-11-16 
06:23:15.874354961 +0100
 urlgrabber-urlgrabber-4-1-0/test/test_mirror.py2020-11-16 
06:23:59.674354944 +0100
+@@ -329,6 +329,8 @@
+ self.assertEqual(self.code, 503); del self.code
+ 
+ def test_range(self):
++# skip failing test
++self.skip()
+ 'test client-side processing of HTTP ranges'
+ # server does not process ranges
+ self.reply = 200, b'OK'

diff --git 
a/dev-python/urlgrabber/files/urlgrabber-4.1.0-test-mirror-set-thread-daemon.patch
 
b/dev-python/urlgrabber/files/urlgrabber-4.1.0-test-mirror-set-thread-daemon.patch
new file mode 100644
index 000..6d6e8afa646
--- /dev/null
+++ 
b/dev-python/urlgrabber/files/urlgrabber-4.1.0-test-mirror-set-thread-daemon.patch
@@ -0,0 +1,10 @@
+--- urlgrabber-urlgrabber-4-1-0/test/test_mirror.py.orig   2020-11-16 
18:47:43.724337579 +0100
 urlgrabber-urlgrabber-4-1-0/test/test_mirror.py2020-11-16 
18:47:57.724337574 +0100
+@@ -290,6 +290,7 @@
+ self.exit = False
+ 
+ self.thread = threading.Thread(target=server)
++self.thread.daemon = True
+ self.thread.start()
+ 
+ # create grabber and mirror group objects

diff --git a/dev-python/urlgrabber/metadata.xml 
b/dev-python/urlgrabber/metadata.xml
index 96c924d2a32..4713699df8c 100644
--- a/dev-python/urlgrabber/metadata.xml
+++ b/dev-python/urlgrabber/metadata.xml
@@ -36,5 +36,6 @@


urlgrabber
+   rpm-software-management/urlgrabber

 

diff --git a/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild 
b/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
new file mode 100644
index 000..263b608bd50
--- /dev/null
+++ b/dev-python/urlgrabber/urlgrabber-4.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Python module for downloading files"
+HOMEPAGE="http://urlgrabber.baseurl.org 
https://github.com/rpm-software-management/urlgrabber;
+SRC_URI="https://github.com/rpm-software-management/${PN}/archive/${PN}-${PV//./-}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/pycurl[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-skip-test_range.patch"
+   "${FILESDIR}/${P}-test-mirror-set-thread-daemon.patch"
+)
+S="${WORKDIR}/${PN}-${PN}-${PV//./-}"
+
+python_test() {
+   # Entire testsuite relies on connecting to the i'net, added for 

[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2021-03-09 Thread Michał Górny
commit: 1f6e7b0f57b31c77120ac9788290c91640bfa485
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 08:33:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 08:47:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6e7b0f

dev-python/urlgrabber: Fix dependencies

Closes: https://bugs.gentoo.org/774972
Signed-off-by: Michał Górny  gentoo.org>

 .../{urlgrabber-4.0.0.ebuild => urlgrabber-4.0.0-r1.ebuild}| 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild 
b/dev-python/urlgrabber/urlgrabber-4.0.0-r1.ebuild
similarity index 79%
rename from dev-python/urlgrabber/urlgrabber-4.0.0.ebuild
rename to dev-python/urlgrabber/urlgrabber-4.0.0-r1.ebuild
index aece0892c4c..9f714bff38d 100644
--- a/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-4.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,10 @@ KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86"
 
 RDEPEND="
dev-python/pycurl[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
 "
 
 # Entire testsuite relies on connecting to the i'net



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2020-08-22 Thread Michał Górny
commit: 0c07662f8fc792154a6f24b1b4dae57084972e84
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 22 08:56:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 22 09:15:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c07662f

dev-python/urlgrabber: Stabilize 4.0.0 ALLARCHES, #735616

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/urlgrabber/urlgrabber-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild 
b/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild
index 0ea65664ba8..aece0892c4c 100644
--- a/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86"
 
 RDEPEND="
dev-python/pycurl[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2020-08-22 Thread Michał Górny
commit: bc3da7a8eac14fac2f045e59ce9fa466f0e80a9d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 22 08:56:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 22 09:15:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3da7a8

dev-python/urlgrabber: Remove old (py2)

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/urlgrabber/Manifest|  1 -
 dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild | 29 ---
 2 files changed, 30 deletions(-)

diff --git a/dev-python/urlgrabber/Manifest b/dev-python/urlgrabber/Manifest
index 4c833931b7a..fc93e0b25fb 100644
--- a/dev-python/urlgrabber/Manifest
+++ b/dev-python/urlgrabber/Manifest
@@ -1,2 +1 @@
-DIST urlgrabber-3.10.1.tar.gz 83735 BLAKE2B 
ea0b3c071f968b2632e89cf225906740685b0f1134d41cf8aaf7e6361110780f6c998b06e4d79527be7e7953c5c4a617d039477135135cc7fc13a0426f0d9ee0
 SHA512 
c44d32b17c5f8984d09ed46ae36b3e05dc69d041820cf979029bc325d8407bbd7e324f264be5886286cd99e123f51affec26638cab6e525f85e2a1c4247462d7
 DIST urlgrabber-4.0.0.tar.gz 86308 BLAKE2B 
15195336d8e19331134b3bc1de29a669b80ab62c14e613fbcbbc1b8be8cb4ee1da3df317591989c6a3e3a403f8ad9071ca866006f23fbadc6283e88d5f050290
 SHA512 
01579281b1548c71737166daa6dfb7eaafceaf4afd9703f8e5e3193c33613750cb4291e3c7939065e995a173925965a16e656c43324f3b599f9c83d9e479e8c1

diff --git a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild 
b/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild
deleted file mode 100644
index d66088a5f87..000
--- a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module for downloading files"
-HOMEPAGE="http://urlgrabber.baseurl.org;
-SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-# Entire testsuite relies on connecting to the i'net
-
-src_install() {
-   distutils-r1_src_install
-
-   # Fix "#! /usr/bin/python" to not end up with Python 3
-   python_setup
-   python_fix_shebang "${ED}"/usr/libexec/urlgrabber-ext-down
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2020-08-22 Thread Michał Górny
commit: fca3435a4ff6c16b524bced1c866e6db4e9dfb24
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 22 08:46:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 22 09:15:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca3435a

dev-python/urlgrabber: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/urlgrabber/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/urlgrabber/metadata.xml 
b/dev-python/urlgrabber/metadata.xml
index a1f00530192..61b9e764b90 100644
--- a/dev-python/urlgrabber/metadata.xml
+++ b/dev-python/urlgrabber/metadata.xml
@@ -33,4 +33,5 @@
 * mirror groups - treat a list of mirrors as a single source, automatically
   switching mirrors if there is a failure.
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2020-08-02 Thread Sam James
commit: def5b2ce2e48bb0ea4580dabe72bb47cce7351d8
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  2 22:54:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  2 22:55:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def5b2ce

dev-python/urlgrabber: bump to 4.0.0

Bug: https://bugs.gentoo.org/735616
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/urlgrabber/Manifest|  1 +
 dev-python/urlgrabber/urlgrabber-4.0.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/urlgrabber/Manifest b/dev-python/urlgrabber/Manifest
index 11c8d8797e8..4c833931b7a 100644
--- a/dev-python/urlgrabber/Manifest
+++ b/dev-python/urlgrabber/Manifest
@@ -1 +1,2 @@
 DIST urlgrabber-3.10.1.tar.gz 83735 BLAKE2B 
ea0b3c071f968b2632e89cf225906740685b0f1134d41cf8aaf7e6361110780f6c998b06e4d79527be7e7953c5c4a617d039477135135cc7fc13a0426f0d9ee0
 SHA512 
c44d32b17c5f8984d09ed46ae36b3e05dc69d041820cf979029bc325d8407bbd7e324f264be5886286cd99e123f51affec26638cab6e525f85e2a1c4247462d7
+DIST urlgrabber-4.0.0.tar.gz 86308 BLAKE2B 
15195336d8e19331134b3bc1de29a669b80ab62c14e613fbcbbc1b8be8cb4ee1da3df317591989c6a3e3a403f8ad9071ca866006f23fbadc6283e88d5f050290
 SHA512 
01579281b1548c71737166daa6dfb7eaafceaf4afd9703f8e5e3193c33613750cb4291e3c7939065e995a173925965a16e656c43324f3b599f9c83d9e479e8c1

diff --git a/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild 
b/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild
new file mode 100644
index 000..0ea65664ba8
--- /dev/null
+++ b/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module for downloading files"
+HOMEPAGE="http://urlgrabber.baseurl.org;
+SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/pycurl[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+"
+
+# Entire testsuite relies on connecting to the i'net



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/, dev-python/urlgrabber/files/

2020-03-29 Thread Michał Górny
commit: 7eea5f1395ae28326cbcc92c20adf507e0fc62a8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 10:26:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 10:29:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eea5f13

dev-python/urlgrabber: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/urlgrabber/Manifest |  1 -
 dev-python/urlgrabber/files/urlgrabber-3.9.1.patch | 26 -
 dev-python/urlgrabber/urlgrabber-3.10.1.ebuild | 21 -
 dev-python/urlgrabber/urlgrabber-3.9.1-r2.ebuild   | 27 --
 4 files changed, 75 deletions(-)

diff --git a/dev-python/urlgrabber/Manifest b/dev-python/urlgrabber/Manifest
index 2826cc74d98..11c8d8797e8 100644
--- a/dev-python/urlgrabber/Manifest
+++ b/dev-python/urlgrabber/Manifest
@@ -1,2 +1 @@
 DIST urlgrabber-3.10.1.tar.gz 83735 BLAKE2B 
ea0b3c071f968b2632e89cf225906740685b0f1134d41cf8aaf7e6361110780f6c998b06e4d79527be7e7953c5c4a617d039477135135cc7fc13a0426f0d9ee0
 SHA512 
c44d32b17c5f8984d09ed46ae36b3e05dc69d041820cf979029bc325d8407bbd7e324f264be5886286cd99e123f51affec26638cab6e525f85e2a1c4247462d7
-DIST urlgrabber-3.9.1.tar.gz 72343 BLAKE2B 
2c3d9e9a994e0a918bc364aae37664ad41ccb60a09c72c3862e7e79d44e50efedca362e321607ed2971822adc694a8a61b8a861625e830bbb897859e1c6888c9
 SHA512 
897f0bd09485c207d735a814fda7cf053c71262e31e87f358c473da770abaf7fd339ae6802df978091889c5d6fe123f74d5386d79c47f93b36cefbc22f44db47

diff --git a/dev-python/urlgrabber/files/urlgrabber-3.9.1.patch 
b/dev-python/urlgrabber/files/urlgrabber-3.9.1.patch
deleted file mode 100644
index bdcc9cb1d46..000
--- a/dev-python/urlgrabber/files/urlgrabber-3.9.1.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-http://yum.baseurl.org/gitweb?p=urlgrabber.git;a=commitdiff;h=f4e57ece7ded0f7ad83c8a40fe8423fab7812264
-http://yum.baseurl.org/gitweb?p=urlgrabber.git;a=commitdiff;h=89cc380a2a251a1d2d8b91cf6df170fa546597aa
-
-diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py
-index f98f423..7b7f979 100644
 a/urlgrabber/grabber.py
-+++ b/urlgrabber/grabber.py
-@@ -1532,11 +1589,14 @@
- def _over_max_size(self, cur, max_size=None):
- 
- if not max_size:
--max_size = self.size
--if self.opts.size: # if we set an opts size use that, no matter what
--max_size = self.opts.size
-+if not self.opts.size:
-+max_size = self.size
-+else:
-+max_size = self.opts.size
-+
- if not max_size: return False # if we have None for all of the Max 
then this is dumb
--if cur > max_size + max_size*.10:
-+
-+if cur > int(float(max_size) * 1.10):
- 
- msg = _("Downloaded more than max size for %s: %s > %s") \
- % (self.url, cur, max_size)

diff --git a/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild 
b/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
deleted file mode 100644
index 1fc385c1217..000
--- a/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module for downloading files"
-HOMEPAGE="http://urlgrabber.baseurl.org;
-SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-# Entire testsuite relies on connecting to the i'net

diff --git a/dev-python/urlgrabber/urlgrabber-3.9.1-r2.ebuild 
b/dev-python/urlgrabber/urlgrabber-3.9.1-r2.ebuild
deleted file mode 100644
index 7c48e94bb3e..000
--- a/dev-python/urlgrabber/urlgrabber-3.9.1-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module for downloading files"
-HOMEPAGE="http://urlgrabber.baseurl.org;
-SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_prepare_all() {
-   local PATCHES=(
-   "${FILESDIR}"/${P}.patch
-   )
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2020-03-25 Thread Agostino Sarubbo
commit: 52709d31658289ebc000a56ebd4dab21f1cb27b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 14:51:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 14:51:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52709d31

dev-python/urlgrabber: ppc64 stable wrt bug #714550

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild 
b/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild
index 580b3a96f30..85aee895970 100644
--- a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2020-03-25 Thread Agostino Sarubbo
commit: d1fdc95734af00b45adca1429db2be4f9665342d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 13:26:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 13:27:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fdc957

dev-python/urlgrabber: ppc stable wrt bug #714550

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild 
b/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild
index 707c5ec479a..74d1e391bc2 100644
--- a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2018-10-31 Thread Sebastian Pipping
commit: 6e7ef7c530b1455bd8f26829d6e5caaeab19ece7
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Oct 31 19:15:50 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Oct 31 19:17:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7ef7c5

dev-python/urlgrabber: Shebang fix + EAPI 7

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild | 29 +++
 1 file changed, 29 insertions(+)

diff --git a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild 
b/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild
new file mode 100644
index 000..c1aa204677a
--- /dev/null
+++ b/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module for downloading files"
+HOMEPAGE="http://urlgrabber.baseurl.org;
+SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+# Entire testsuite relies on connecting to the i'net
+
+src_install() {
+   distutils-r1_src_install
+
+   # Fix "#! /usr/bin/python" to not end up with Python 3
+   python_setup
+   python_fix_shebang "${ED}"/usr/libexec/urlgrabber-ext-down
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2018-05-26 Thread Mikle Kolyada
commit: 53f94be333c39088db89453ac31225ec1511c2e4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 26 07:50:15 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 26 07:50:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f94be3

dev-python/urlgrabber: ppc/ppc64 stable wrt bug #653770

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/urlgrabber/urlgrabber-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild 
b/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
index fb2e9fee3e0..a1f631b0b9a 100644
--- a/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2018-04-25 Thread Thomas Deutschmann
commit: d77b9eaac723cea80819b9ad47a2cfcb47b7e726
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 25 18:56:08 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 25 19:23:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77b9eaa

dev-python/urlgrabber: x86 stable (bug #653770)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-python/urlgrabber/urlgrabber-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild 
b/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
index c3598e5d417..fb2e9fee3e0 100644
--- a/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/

2018-04-22 Thread Mikle Kolyada
commit: a2db2e3971142f66b027a8c78b301c32378f1e53
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 22 12:40:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 22 12:41:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2db2e39

dev-python/urlgrabber: amd64 stable wrt bug #653770

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/urlgrabber/urlgrabber-3.10.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild 
b/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
index 0d7d1b75f99..c3598e5d417 100644
--- a/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-3.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]"