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

2021-09-07 Thread Michał Górny
commit: 7edf27e4e303137c49926eeb30f4586baac5ce03
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  8 05:43:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  8 05:47:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edf27e4

dev-python/beautifulsoup: Bump to 4.10.0

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

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.10.0.ebuild  | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index f253159b19c..4dede2d8d2d 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1 +1,2 @@
+DIST beautifulsoup4-4.10.0.tar.gz 399890 BLAKE2B 
61f044064a81e94b64a72fd49cca164faa05442bc76f897c8a7fa4481acca039bcb9e4f7a1853a7155504fa25e56c518806d8af016369bc37316ecb95b59d7d3
 SHA512 
92be99ed0fd479b86519395143516e28f7b80f54a8251223d6e7b88dc98f8dfca9585079f5f1d89bfe68f577de3dff433711642486303203f46bc76754959a18
 DIST beautifulsoup4-4.9.3.tar.gz 376031 BLAKE2B 
fbe2139f288eee978c3f665c7640f66c6c51b857a186f6a8ace02b36effa1552f1cbea9e3744e0a46a65a06e6cdbd9203832e0ecd86b61406b933f9bd83d37b8
 SHA512 
e3cb6258bd7c51f12128fa8ee5948fb3566163ae233fac2dda21bab7772ab8dbb384d920b0ea138ef9921307b48f89cee3a9bf6111dfc8903d917ee7af365f34

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.10.0.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.10.0.ebuild
new file mode 100644
index 000..90b5dd8cdfb
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.10.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_PN="${PN}4"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
+HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/soupsieve[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx doc/source



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

2021-09-07 Thread Michał Górny
commit: aaec3893427969d9749c57c013154476016cb50e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  8 05:44:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  8 05:47:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaec3893

dev-python/beautifulsoup: Force old setuptools in 4.9.3

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

 dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
index bf90d32d6c5..efc93f3c755 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
@@ -24,6 +24,9 @@ RDEPEND="
dev-python/html5lib[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
 "
+BDEPEND="
+   

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

2021-07-28 Thread Marek Szuba
commit: cb25f735fe01a9016933f4ff326c15abf2f718d3
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 28 22:45:41 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 28 23:38:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb25f735

dev-python/beautifulsoup: keyword 4.9.3 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
index 84b1144eddd..bf90d32d6c5 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 RDEPEND="
dev-python/soupsieve[${PYTHON_USEDEP}]



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

2021-05-29 Thread Michał Górny
commit: 0499d39299247288f90129cbcd06ac974f433616
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 21:24:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 21:34:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0499d392

dev-python/beautifulsoup: Enable py3.10

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
index f35d2db5d16..84b1144eddd 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



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

2020-11-28 Thread Sam James
commit: 5d5879cc926bda4d4c94513999280e7ec9e43b0a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 15:29:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 15:29:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5879cc

dev-python/beautifulsoup: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
index fb76be4baa6..78b51572993 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/soupsieve[${PYTHON_USEDEP}]



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

2020-11-02 Thread Michał Górny
commit: f9a04e659bb403d93be2684206c5a3ecc33bcbfa
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  2 11:20:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  2 11:20:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a04e65

dev-python/beautifulsoup: Remove old

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

 dev-python/beautifulsoup/Manifest  |  1 -
 .../beautifulsoup/beautifulsoup-4.9.1.ebuild   | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index fae4da3f5df..f253159b19c 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,2 +1 @@
-DIST beautifulsoup4-4.9.1.tar.gz 374759 BLAKE2B 
43f5dc296bd0c4967036fcb70889f988c0dfc9d8713f8bbab423c9089e87960323392458b3abb9b2332acff286efbbb308a5c77058462c15f8dfe9056f0304c3
 SHA512 
a1fe9cbfe8616d2ff25cc836769ff02d51ed86b06ca9a37366867b145440b7f64b866346600ed74820f0407c8e70eaac3d58700766a99b5ff7433cb736a57b3c
 DIST beautifulsoup4-4.9.3.tar.gz 376031 BLAKE2B 
fbe2139f288eee978c3f665c7640f66c6c51b857a186f6a8ace02b36effa1552f1cbea9e3744e0a46a65a06e6cdbd9203832e0ecd86b61406b933f9bd83d37b8
 SHA512 
e3cb6258bd7c51f12128fa8ee5948fb3566163ae233fac2dda21bab7772ab8dbb384d920b0ea138ef9921307b48f89cee3a9bf6111dfc8903d917ee7af365f34

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild
deleted file mode 100644
index 6be95da941c..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="${PN}4"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
-HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-RDEPEND="
-   dev-python/soupsieve[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}"
-
-distutils_enable_tests nose
-distutils_enable_sphinx doc/source
-
-python_test() {
-   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
-}



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

2020-11-02 Thread Sam James
commit: 087b700a7d26655f20508a1cbb8bd8a1844e77d9
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  2 11:10:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  2 11:10:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087b700a

dev-python/beautifulsoup: Stabilize 4.9.3 ALLARCHES, #752231

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
index 8c2e9be5885..fb76be4baa6 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="
dev-python/soupsieve[${PYTHON_USEDEP}]



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

2020-10-03 Thread Michał Górny
commit: 43253e89cc623881fd2b76f8c3e843fdc62504dc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  3 20:58:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  3 21:21:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43253e89

dev-python/beautifulsoup: Bump to 4.9.3

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

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.9.3.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 6b9e2318704..620425abfae 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,2 +1,3 @@
 DIST beautifulsoup4-4.9.1.tar.gz 374759 BLAKE2B 
43f5dc296bd0c4967036fcb70889f988c0dfc9d8713f8bbab423c9089e87960323392458b3abb9b2332acff286efbbb308a5c77058462c15f8dfe9056f0304c3
 SHA512 
a1fe9cbfe8616d2ff25cc836769ff02d51ed86b06ca9a37366867b145440b7f64b866346600ed74820f0407c8e70eaac3d58700766a99b5ff7433cb736a57b3c
 DIST beautifulsoup4-4.9.2.tar.gz 375880 BLAKE2B 
99137530e3b95aa4dde80b64dd42f0614c6429aca421208eab98764f7929c30a725e9df3625afa4a2c2e8bd4be56144cb9077e8e260741b6b306cfa696e6a076
 SHA512 
3bac5d57404e0be1e77a1bd560750e831c8636fc5f9b3c05b375c0cf44d6846ed73127a2a7d1d8ca657c21ec33854b8194f76b62820fb627d80a5906229a7454
+DIST beautifulsoup4-4.9.3.tar.gz 376031 BLAKE2B 
fbe2139f288eee978c3f665c7640f66c6c51b857a186f6a8ace02b36effa1552f1cbea9e3744e0a46a65a06e6cdbd9203832e0ecd86b61406b933f9bd83d37b8
 SHA512 
e3cb6258bd7c51f12128fa8ee5948fb3566163ae233fac2dda21bab7772ab8dbb384d920b0ea138ef9921307b48f89cee3a9bf6111dfc8903d917ee7af365f34

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
new file mode 100644
index 000..8c2e9be5885
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+MY_PN="${PN}4"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
+HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/soupsieve[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests nose
+distutils_enable_sphinx doc/source
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}



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

2020-09-26 Thread Michał Górny
commit: a40c111c1e0d58033b70bd1fa0c60d5487be903f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 26 17:43:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 26 17:43:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40c111c

dev-python/beautifulsoup: Bump to 4.9.2

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

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.9.2.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index df625dc9847..6b9e2318704 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1 +1,2 @@
 DIST beautifulsoup4-4.9.1.tar.gz 374759 BLAKE2B 
43f5dc296bd0c4967036fcb70889f988c0dfc9d8713f8bbab423c9089e87960323392458b3abb9b2332acff286efbbb308a5c77058462c15f8dfe9056f0304c3
 SHA512 
a1fe9cbfe8616d2ff25cc836769ff02d51ed86b06ca9a37366867b145440b7f64b866346600ed74820f0407c8e70eaac3d58700766a99b5ff7433cb736a57b3c
+DIST beautifulsoup4-4.9.2.tar.gz 375880 BLAKE2B 
99137530e3b95aa4dde80b64dd42f0614c6429aca421208eab98764f7929c30a725e9df3625afa4a2c2e8bd4be56144cb9077e8e260741b6b306cfa696e6a076
 SHA512 
3bac5d57404e0be1e77a1bd560750e831c8636fc5f9b3c05b375c0cf44d6846ed73127a2a7d1d8ca657c21ec33854b8194f76b62820fb627d80a5906229a7454

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.2.ebuild
new file mode 100644
index 000..8c2e9be5885
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+MY_PN="${PN}4"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
+HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/soupsieve[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests nose
+distutils_enable_sphinx doc/source
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}



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

2020-09-18 Thread Michał Górny
commit: bddb704039f80c957c7a0b1248bbb0313ab5d677
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 14:27:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 14:27:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddb7040

dev-python/beautifulsoup: Remove old

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

 dev-python/beautifulsoup/Manifest  |  1 -
 .../beautifulsoup/beautifulsoup-4.8.2.ebuild   | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 4e9620ac3f3..df625dc9847 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,2 +1 @@
-DIST beautifulsoup4-4.8.2.tar.gz 298650 BLAKE2B 
6826abf793efa63be89d844bc25bdb105413196bfab21c18f3816fd59a7a771459bf2c7ee209b75b0c88dfa14da8f4625c948889acfb48502e2260ccca229675
 SHA512 
aab90eb22614e9a2fb47792389a951b3ad7faf9791e15984a6c27a38be6f3d0ccbf3a9753d9afb5c70105097ac1a9c5f9e07206e12c6d4cb7a7f6d4e90ec18c2
 DIST beautifulsoup4-4.9.1.tar.gz 374759 BLAKE2B 
43f5dc296bd0c4967036fcb70889f988c0dfc9d8713f8bbab423c9089e87960323392458b3abb9b2332acff286efbbb308a5c77058462c15f8dfe9056f0304c3
 SHA512 
a1fe9cbfe8616d2ff25cc836769ff02d51ed86b06ca9a37366867b145440b7f64b866346600ed74820f0407c8e70eaac3d58700766a99b5ff7433cb736a57b3c

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
deleted file mode 100644
index 7721c03ee43..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="${PN}4"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
-HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-RDEPEND="
-   

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

2020-09-08 Thread Sam James
commit: 783716688fe6d0d5c5508b56024e5e44224153d5
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  8 22:01:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  8 22:01:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78371668

dev-python/beautifulsoup: Stabilize 4.9.1 ALLARCHES, #741234

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild
index bea89dc44f9..6be95da941c 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="
dev-python/soupsieve[${PYTHON_USEDEP}]



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

2020-09-08 Thread Michał Górny
commit: ca20fed1838c3b04edef35b488c94a9e31815e8a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  8 17:47:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  8 19:11:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca20fed1

dev-python/beautifulsoup: Mark ALLARCHES

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

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

diff --git a/dev-python/beautifulsoup/metadata.xml 
b/dev-python/beautifulsoup/metadata.xml
index 1a865dd3b27..227205f3259 100644
--- a/dev-python/beautifulsoup/metadata.xml
+++ b/dev-python/beautifulsoup/metadata.xml
@@ -13,6 +13,7 @@
a parse tree: a toolkit for dissecting a document and extracting
what you need.

+   

beautifulsoup4




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

2020-07-26 Thread Michał Górny
commit: 12d0ce5c4364201e4dba1ae16d35306fc2e263b4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 26 16:48:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 26 16:51:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d0ce5c

dev-python/beautifulsoup: Restrict 4.8.2 to soupsieve<2

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 6be95da941c..7721c03ee43 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -20,7 +20,7 @@ SLOT="4"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="
-   dev-python/soupsieve[${PYTHON_USEDEP}]
+   

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

2020-07-26 Thread Michał Górny
commit: 022047bf71f814e08f2f08a6c7bc92901a185a79
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 26 13:51:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 26 13:52:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022047bf

dev-python/beautifulsoup: Bump to 4.9.1

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

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.9.1.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index c92891dad80..4e9620ac3f3 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1 +1,2 @@
 DIST beautifulsoup4-4.8.2.tar.gz 298650 BLAKE2B 
6826abf793efa63be89d844bc25bdb105413196bfab21c18f3816fd59a7a771459bf2c7ee209b75b0c88dfa14da8f4625c948889acfb48502e2260ccca229675
 SHA512 
aab90eb22614e9a2fb47792389a951b3ad7faf9791e15984a6c27a38be6f3d0ccbf3a9753d9afb5c70105097ac1a9c5f9e07206e12c6d4cb7a7f6d4e90ec18c2
+DIST beautifulsoup4-4.9.1.tar.gz 374759 BLAKE2B 
43f5dc296bd0c4967036fcb70889f988c0dfc9d8713f8bbab423c9089e87960323392458b3abb9b2332acff286efbbb308a5c77058462c15f8dfe9056f0304c3
 SHA512 
a1fe9cbfe8616d2ff25cc836769ff02d51ed86b06ca9a37366867b145440b7f64b866346600ed74820f0407c8e70eaac3d58700766a99b5ff7433cb736a57b3c

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild
new file mode 100644
index 000..bea89dc44f9
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+MY_PN="${PN}4"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
+HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/soupsieve[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+distutils_enable_tests nose
+distutils_enable_sphinx doc/source
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}



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

2020-07-25 Thread Michał Górny
commit: 637f3ecce8d358904f4f3d70fc56923396f543ec
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 25 10:20:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 25 10:22:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637f3ecc

dev-python/beautifulsoup: Remove py2

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 11e51760d3b..6be95da941c 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-07-11 Thread Sam James
commit: f80243311f994dc4065f4c6239e0822f1dc92ba0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 12 02:40:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 12 02:40:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8024331

dev-python/beautifulsoup: s390 keyworded (bug #701290)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 67171073bb4..11e51760d3b 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="
dev-python/soupsieve[${PYTHON_USEDEP}]



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

2020-06-10 Thread Michał Górny
commit: a779af2a12a67d632696e68b355a54f00d3b0ffd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 10 20:37:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 10 20:50:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a779af2a

dev-python/beautifulsoup: Fix doc build

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

 dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 8bfe741fc28..67171073bb4 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -13,6 +13,7 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
 HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="4"
@@ -25,10 +26,8 @@ RDEPEND="
 "
 BDEPEND="${RDEPEND}"
 
-S="${WORKDIR}/${MY_P}"
-
 distutils_enable_tests nose
-distutils_enable_sphinx doc/source --no-autodoc
+distutils_enable_sphinx doc/source
 
 python_test() {
nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"



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

2020-05-26 Thread Michał Górny
commit: d5c346f7a768707eb61068696234527959cae59b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 15:57:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 16:23:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c346f7

dev-python/beautifulsoup: Port to py39

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 5909b953a35..718b73bbf83 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-26 Thread Michał Górny
commit: 443e2e8a4b385060d9e1a749a53a0bee7c4d3d7e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 16:07:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 16:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443e2e8a

dev-python/beautifulsoup: Make rdeps unconditional

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

 dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 718b73bbf83..8bfe741fc28 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -18,11 +18,10 @@ LICENSE="MIT"
 SLOT="4"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
 
-# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="
dev-python/soupsieve[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
-   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
 "
 BDEPEND="${RDEPEND}"
 



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

2020-05-11 Thread Michał Górny
commit: 89fc0d86d5d3206d7a317ccc79b4d52befedaa22
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 11 16:23:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 11 16:48:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fc0d86

dev-python/beautifulsoup: Remove old

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

 dev-python/beautifulsoup/Manifest  |  1 -
 .../beautifulsoup/beautifulsoup-4.8.1.ebuild   | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 7fde3fdb219..c92891dad80 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,2 +1 @@
-DIST beautifulsoup4-4.8.1.tar.gz 159164 BLAKE2B 
00121e9b30f700ade0bb2ec8f637b4173ecb4c187b8f9a77bcc4e6b333fced85a699c8d9efa5b757ab02f54c2b05740702c13625ff427730ccc1f6a97f43fa48
 SHA512 
7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b
 DIST beautifulsoup4-4.8.2.tar.gz 298650 BLAKE2B 
6826abf793efa63be89d844bc25bdb105413196bfab21c18f3816fd59a7a771459bf2c7ee209b75b0c88dfa14da8f4625c948889acfb48502e2260ccca229675
 SHA512 
aab90eb22614e9a2fb47792389a951b3ad7faf9791e15984a6c27a38be6f3d0ccbf3a9753d9afb5c70105097ac1a9c5f9e07206e12c6d4cb7a7f6d4e90ec18c2

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
deleted file mode 100644
index 5909b953a35..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="${PN}4"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
-HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-
-# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
-RDEPEND="
-   dev-python/soupsieve[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
-   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')
-"
-BDEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-distutils_enable_tests nose
-distutils_enable_sphinx doc/source --no-autodoc
-
-python_test() {
-   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
-}



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

2020-05-11 Thread Agostino Sarubbo
commit: 0eca0c73e0c794cf5dd1b8eecd6d1dbe22789105
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 11 09:44:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 11 09:44:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eca0c73

dev-python/beautifulsoup: x86 stable wrt bug #720486

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index b039bc55d56..5909b953a35 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2020-05-10 Thread Mart Raudsepp
commit: cb187eb079d1aa566e77e764632f43d25aef1549
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat May  9 06:04:11 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun May 10 17:38:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb187eb0

dev-python/beautifulsoup: arm64 stable (bug #720486)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index b3caab2e855..b039bc55d56 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2020-05-05 Thread Agostino Sarubbo
commit: 6d305cee3fd35f007e56145c11cc3eb133212090
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May  5 06:46:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May  5 06:46:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d305cee

dev-python/beautifulsoup: ppc stable wrt bug #720486

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 5e06b52c39c..caedb683205 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2020-05-03 Thread Agostino Sarubbo
commit: 1ec2e6e29d4148c3bcfbd002dddfbb9595f7deac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 19:11:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 19:11:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec2e6e2

dev-python/beautifulsoup: ppc64 stable wrt bug #720486

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index bb3de0cdaa5..5e06b52c39c 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2020-05-03 Thread Agostino Sarubbo
commit: c41df2d10b0d3d6f5836ffc6dc83d1b37ad2e1eb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 10:25:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 10:25:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41df2d1

dev-python/beautifulsoup: sparc stable wrt bug #720486

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 7abf31c7ab5..bb3de0cdaa5 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2020-05-03 Thread Agostino Sarubbo
commit: 44b8b07268e2b2277c70e2ce1827129318d625e4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 10:12:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 10:12:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b8b072

dev-python/beautifulsoup: arm stable wrt bug #720486

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

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 04b07faa4b3..7abf31c7ab5 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2020-03-30 Thread Michał Górny
commit: 80203bc108b0081dc5ec49bf9f4ca6d65a72429d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 30 08:45:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 30 08:45:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80203bc1

dev-python/beautifulsoup: Remove old (py2)

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

 dev-python/beautifulsoup/Manifest  |  1 -
 .../beautifulsoup/beautifulsoup-3.2.1-r1.ebuild| 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 66c4fd139bf..7fde3fdb219 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,3 +1,2 @@
-DIST BeautifulSoup-3.2.1.tar.gz 31224 BLAKE2B 
9361ce6d048d0443c3257d10ec2734c24202af8eb850a59a4344e6992856f849d92dd509f102c27cdf9634bbc235e5f96e304993e6d4813d275d66bd3791b451
 SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 DIST beautifulsoup4-4.8.1.tar.gz 159164 BLAKE2B 
00121e9b30f700ade0bb2ec8f637b4173ecb4c187b8f9a77bcc4e6b333fced85a699c8d9efa5b757ab02f54c2b05740702c13625ff427730ccc1f6a97f43fa48
 SHA512 
7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b
 DIST beautifulsoup4-4.8.2.tar.gz 298650 BLAKE2B 
6826abf793efa63be89d844bc25bdb105413196bfab21c18f3816fd59a7a771459bf2c7ee209b75b0c88dfa14da8f4625c948889acfb48502e2260ccca229675
 SHA512 
aab90eb22614e9a2fb47792389a951b3ad7faf9791e15984a6c27a38be6f3d0ccbf3a9753d9afb5c70105097ac1a9c5f9e07206e12c6d4cb7a7f6d4e90ec18c2

diff --git a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild
deleted file mode 100644
index 4ca7a45e13c..000
--- a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="BeautifulSoup"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="HTML/XML parser for quick-turnaround applications like 
screen-scraping"
-HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/ 
https://pypi.org/project/BeautifulSoup/;
-SRC_URI="https://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="python-2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!dev-python/beautifulsoup:0"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-   "${PYTHON}" BeautifulSoupTests.py || die "Testing failed with 
${EPYTHON}"
-}



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

2020-03-26 Thread Michał Górny
commit: b786a2a4ae443335994858df991fb2c42bdba00e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 13:42:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 13:42:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b786a2a4

dev-python/beautifulsoup: Remove redundant versions

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

 dev-python/beautifulsoup/Manifest  |  2 -
 .../beautifulsoup/beautifulsoup-4.5.1.ebuild   | 47 --
 .../beautifulsoup/beautifulsoup-4.6.3.ebuild   | 46 -
 3 files changed, 95 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 5778b158fe0..66c4fd139bf 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,5 +1,3 @@
 DIST BeautifulSoup-3.2.1.tar.gz 31224 BLAKE2B 
9361ce6d048d0443c3257d10ec2734c24202af8eb850a59a4344e6992856f849d92dd509f102c27cdf9634bbc235e5f96e304993e6d4813d275d66bd3791b451
 SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
-DIST beautifulsoup4-4.5.1.tar.gz 158039 BLAKE2B 
5eb99c7efdb13c359385c7c7f3280332ca28cc4b5ff80b90c326d80ef55acef8e98d86691a7b1df420bf68bc65e96ad7d559b461a03f44e494fb4b7789753601
 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
-DIST beautifulsoup4-4.6.3.tar.gz 167469 BLAKE2B 
0bc8f729298a2fd1e8f3cc8a7635587217f9a2e6e2c71709e99c40eedf1ebb4d76cd0d17ec36b99f3ee047193e4d44e31b8d2aa9864c43ce5db380fbdc083f76
 SHA512 
0cacae77843326ebee87d108b6706a7ca6943684b62554d2ae5d77dfd181c97435ceca9d3e2e51962b024bbe52bc08d7f0dc516311aa87b3a1f87fb4ae23
 DIST beautifulsoup4-4.8.1.tar.gz 159164 BLAKE2B 
00121e9b30f700ade0bb2ec8f637b4173ecb4c187b8f9a77bcc4e6b333fced85a699c8d9efa5b757ab02f54c2b05740702c13625ff427730ccc1f6a97f43fa48
 SHA512 
7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b
 DIST beautifulsoup4-4.8.2.tar.gz 298650 BLAKE2B 
6826abf793efa63be89d844bc25bdb105413196bfab21c18f3816fd59a7a771459bf2c7ee209b75b0c88dfa14da8f4625c948889acfb48502e2260ccca229675
 SHA512 
aab90eb22614e9a2fb47792389a951b3ad7faf9791e15984a6c27a38be6f3d0ccbf3a9753d9afb5c70105097ac1a9c5f9e07206e12c6d4cb7a7f6d4e90ec18c2

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
deleted file mode 100644
index 5d1c9763c15..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
-HOMEPAGE="https://bugs.launchpad.net/beautifulsoup/
-   https://pypi.org/project/beautifulsoup4/;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
-RDEPEND="
-   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
-   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')"
-DEPEND="
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-   "
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_test() {
-   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild
deleted file mode 100644
index 23c46d03243..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
-HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc 

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

2020-03-02 Thread Matt Turner
commit: 4421c432d2508e6a777c9b47c47b56ef64412ea3
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar  3 07:21:47 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar  3 07:22:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4421c432

dev-python/beautifulsoup-4.8.2: add ~alpha, bug 701290

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 712974a6956..03506733f03 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2020-03-02 Thread Matt Turner
commit: 9430f5a38af2d36b7d713ce2fdd88642b44c62c4
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar  3 07:21:46 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar  3 07:22:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9430f5a3

dev-python/beautifulsoup-4.8.1: add ~alpha, bug 701290

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
index 8248869170c..20143a2c213 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2020-01-26 Thread Matthew Thode
commit: 070259c7218496d6152a92d7d7bdb107199db356
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 26 21:41:35 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan 26 21:46:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070259c7

dev-python/beautifulsoup: 4.8.1 stable allarches

Bug: https://bugs.gentoo.org/706412
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
index b5e62a152a5..8248869170c 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2020-01-13 Thread Sebastian Pipping
commit: 230057ed14012fd2fdc8282dbc99f0ddcb2b9198
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Jan 13 18:43:16 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Jan 13 18:46:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230057ed

dev-python/beautifulsoup: 4.8.2

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

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.8.2.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 940c2cc10de..5778b158fe0 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -2,3 +2,4 @@ DIST BeautifulSoup-3.2.1.tar.gz 31224 BLAKE2B 
9361ce6d048d0443c3257d10ec2734c242
 DIST beautifulsoup4-4.5.1.tar.gz 158039 BLAKE2B 
5eb99c7efdb13c359385c7c7f3280332ca28cc4b5ff80b90c326d80ef55acef8e98d86691a7b1df420bf68bc65e96ad7d559b461a03f44e494fb4b7789753601
 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 DIST beautifulsoup4-4.6.3.tar.gz 167469 BLAKE2B 
0bc8f729298a2fd1e8f3cc8a7635587217f9a2e6e2c71709e99c40eedf1ebb4d76cd0d17ec36b99f3ee047193e4d44e31b8d2aa9864c43ce5db380fbdc083f76
 SHA512 
0cacae77843326ebee87d108b6706a7ca6943684b62554d2ae5d77dfd181c97435ceca9d3e2e51962b024bbe52bc08d7f0dc516311aa87b3a1f87fb4ae23
 DIST beautifulsoup4-4.8.1.tar.gz 159164 BLAKE2B 
00121e9b30f700ade0bb2ec8f637b4173ecb4c187b8f9a77bcc4e6b333fced85a699c8d9efa5b757ab02f54c2b05740702c13625ff427730ccc1f6a97f43fa48
 SHA512 
7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b
+DIST beautifulsoup4-4.8.2.tar.gz 298650 BLAKE2B 
6826abf793efa63be89d844bc25bdb105413196bfab21c18f3816fd59a7a771459bf2c7ee209b75b0c88dfa14da8f4625c948889acfb48502e2260ccca229675
 SHA512 
aab90eb22614e9a2fb47792389a951b3ad7faf9791e15984a6c27a38be6f3d0ccbf3a9753d9afb5c70105097ac1a9c5f9e07206e12c6d4cb7a7f6d4e90ec18c2

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
new file mode 100644
index 000..712974a6956
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.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=( python{2_7,3_{6,7,8}} pypy3 )
+
+inherit distutils-r1
+
+MY_PN="${PN}4"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
+HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
+RDEPEND="
+   dev-python/soupsieve[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
+   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')
+"
+BDEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+distutils_enable_tests nose
+distutils_enable_sphinx doc/source --no-autodoc
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}



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

2019-12-08 Thread Sergei Trofimovich
commit: 632607b4727b3e7ed7a79b272da5ba102daf033d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  8 23:28:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 23:31:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632607b4

dev-python/beautifulsoup: keyworded 4.8.1 for ia64, bug #701290

Package-Manager: Portage-2.3.81, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
index 0a904c8635b..a40d7f313a1 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2019-12-07 Thread Matt Turner
commit: 537d3116d46ca0639445c7c6a8e6296ace748f8a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  7 22:48:54 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  7 23:07:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537d3116

dev-python/beautifulsoup-4.8.1: add ~mips, bug 701290

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
index e26015bff77..0a904c8635b 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2019-12-03 Thread Jeroen Roovers
commit: 983415de5cb151263b151d43949e213265175cce
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec  3 16:23:57 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec  3 16:24:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983415de

dev-python/beautifulsoup: Mark ~hppa too

Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
index c8845a84f74..bee877d0a51 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2019-12-01 Thread Sergei Trofimovich
commit: b1da20a0383760cd654e7774b410e805a531501a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  1 13:58:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  1 13:58:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1da20a0

dev-python/beautifulsoup: keyworded 4.8.1 for ppc64, bug #701290

Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
index 29af418136d..bbebb979f4f 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2019-12-01 Thread Sergei Trofimovich
commit: 1f83e7d53ebc1f500ff1399ada088ca1ec1415bc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  1 13:52:38 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  1 13:52:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f83e7d5

dev-python/beautifulsoup: keyworded 4.8.1 for ppc, bug #701290

Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
index dffe8cb1d11..29af418136d 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2019-11-29 Thread Aaron Bauman
commit: 6bbffcdda3f602e475d3aeb5dffdd81250f78768
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Nov 30 04:30:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Nov 30 04:30:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbffcdd

dev-python/beautifulsoup: arm64 keyworded (bug #701290)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
index 8da3c17fcf3..dffe8cb1d11 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2019-11-29 Thread Sergei Trofimovich
commit: 9e9532b2f51e56e720bf87bf99726ecee865ca4b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov 29 15:35:09 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov 29 23:03:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9532b2

dev-python/beautifulsoup: keyworded 4.8.1 for sparc, bug #701290

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
index 7a2c142671b..8da3c17fcf3 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2019-11-27 Thread Mikle Kolyada
commit: 93c382fe647aa3dc371666bf2377c35b2a347950
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Nov 27 13:05:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Nov 27 13:05:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c382fe

dev-python/beautifulsoup: Add ~arm keyword wrt bug #701290

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
index 5e044edabc6..7a2c142671b 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 # html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
 RDEPEND="



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

2019-11-26 Thread Patrick McLean
commit: 67298db5765054e4c318ef1322901b67043fc441
Author: Patrick McLean  sony  com>
AuthorDate: Wed Nov 27 02:16:37 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Nov 27 02:18:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67298db5

dev-python/beautifulsoup-4.8.1: bump, add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.8.1.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 35b0715a3c4..940c2cc10de 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,3 +1,4 @@
 DIST BeautifulSoup-3.2.1.tar.gz 31224 BLAKE2B 
9361ce6d048d0443c3257d10ec2734c24202af8eb850a59a4344e6992856f849d92dd509f102c27cdf9634bbc235e5f96e304993e6d4813d275d66bd3791b451
 SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 DIST beautifulsoup4-4.5.1.tar.gz 158039 BLAKE2B 
5eb99c7efdb13c359385c7c7f3280332ca28cc4b5ff80b90c326d80ef55acef8e98d86691a7b1df420bf68bc65e96ad7d559b461a03f44e494fb4b7789753601
 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 DIST beautifulsoup4-4.6.3.tar.gz 167469 BLAKE2B 
0bc8f729298a2fd1e8f3cc8a7635587217f9a2e6e2c71709e99c40eedf1ebb4d76cd0d17ec36b99f3ee047193e4d44e31b8d2aa9864c43ce5db380fbdc083f76
 SHA512 
0cacae77843326ebee87d108b6706a7ca6943684b62554d2ae5d77dfd181c97435ceca9d3e2e51962b024bbe52bc08d7f0dc516311aa87b3a1f87fb4ae23
+DIST beautifulsoup4-4.8.1.tar.gz 159164 BLAKE2B 
00121e9b30f700ade0bb2ec8f637b4173ecb4c187b8f9a77bcc4e6b333fced85a699c8d9efa5b757ab02f54c2b05740702c13625ff427730ccc1f6a97f43fa48
 SHA512 
7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
new file mode 100644
index 000..5e044edabc6
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
+
+inherit distutils-r1
+
+MY_PN="${PN}4"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
+HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+
+# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
+RDEPEND="
+   dev-python/soupsieve[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
+   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')
+"
+BDEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+distutils_enable_tests nose
+distutils_enable_sphinx doc/source --no-autodoc
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}



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

2018-12-08 Thread Mikle Kolyada
commit: bf3bd2255a819aef269a04ddc94722d3f5aef0ea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec  8 17:42:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec  8 17:42:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3bd225

dev-python/beautifulsoup: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
index 84f52ff0e4b..a41cdad3fda 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 
 IUSE="doc test"
 



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

2018-10-14 Thread Mikle Kolyada
commit: 749042cdda2022b1e9a7b87fb97d9d52a50f2648
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 14 13:35:52 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 14 13:36:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749042cd

dev-python/beautifulsoup: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild
index 8ae9560e994..48b282ab463 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 
 IUSE="doc test"
 



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

2018-08-15 Thread Virgil Dupras
commit: 7e77a6c9e10de114be5552b01deaeeb955da4277
Author: Virgil Dupras  gentoo  org>
AuthorDate: Wed Aug 15 11:37:22 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Wed Aug 15 11:37:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e77a6c9

dev-python/beautifulsoup: bump to 4.6.3

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.6.3.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 1f76d7e9032..3b47608c8bc 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,3 +1,4 @@
 DIST BeautifulSoup-3.2.1.tar.gz 31224 BLAKE2B 
9361ce6d048d0443c3257d10ec2734c24202af8eb850a59a4344e6992856f849d92dd509f102c27cdf9634bbc235e5f96e304993e6d4813d275d66bd3791b451
 SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 DIST beautifulsoup4-4.5.1.tar.gz 158039 BLAKE2B 
5eb99c7efdb13c359385c7c7f3280332ca28cc4b5ff80b90c326d80ef55acef8e98d86691a7b1df420bf68bc65e96ad7d559b461a03f44e494fb4b7789753601
 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 DIST beautifulsoup4-4.6.0.tar.gz 160846 BLAKE2B 
c56c61c5ac2116721815b3cc8e0ec249f191a76bc36e26593af54cc0937e3a4d70c5a2b3069b12f1ae4f5b78cda78e2abda5da99fdd6987afe0f581a4130685c
 SHA512 
1a7eee4218e58cc3852e71fe4f0892f673bb46a851941264766a38eff8ef05d612d88b4641fcb478ce8f66ac50dc987ca039923c4bbb11867c74813289f7e578
+DIST beautifulsoup4-4.6.3.tar.gz 167469 BLAKE2B 
0bc8f729298a2fd1e8f3cc8a7635587217f9a2e6e2c71709e99c40eedf1ebb4d76cd0d17ec36b99f3ee047193e4d44e31b8d2aa9864c43ce5db380fbdc083f76
 SHA512 
0cacae77843326ebee87d108b6706a7ca6943684b62554d2ae5d77dfd181c97435ceca9d3e2e51962b024bbe52bc08d7f0dc516311aa87b3a1f87fb4ae23

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild
new file mode 100644
index 000..8ae9560e994
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN}4
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
+HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+
+IUSE="doc test"
+
+# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
+   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')"
+DEPEND="
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   "
+
+S="${WORKDIR}/${MY_P}"
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+   distutils-r1_python_install_all
+}



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

2018-08-15 Thread Virgil Dupras
commit: 6563e941d5fecf69b9c1a91e4d1d4806dd025544
Author: Virgil Dupras  gentoo  org>
AuthorDate: Wed Aug 15 11:39:48 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Wed Aug 15 11:39:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6563e941

dev-python/beautifulsoup: remove old

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 dev-python/beautifulsoup/Manifest  |  1 -
 .../beautifulsoup/beautifulsoup-4.6.0.ebuild   | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 3b47608c8bc..35b0715a3c4 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,4 +1,3 @@
 DIST BeautifulSoup-3.2.1.tar.gz 31224 BLAKE2B 
9361ce6d048d0443c3257d10ec2734c24202af8eb850a59a4344e6992856f849d92dd509f102c27cdf9634bbc235e5f96e304993e6d4813d275d66bd3791b451
 SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 DIST beautifulsoup4-4.5.1.tar.gz 158039 BLAKE2B 
5eb99c7efdb13c359385c7c7f3280332ca28cc4b5ff80b90c326d80ef55acef8e98d86691a7b1df420bf68bc65e96ad7d559b461a03f44e494fb4b7789753601
 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
-DIST beautifulsoup4-4.6.0.tar.gz 160846 BLAKE2B 
c56c61c5ac2116721815b3cc8e0ec249f191a76bc36e26593af54cc0937e3a4d70c5a2b3069b12f1ae4f5b78cda78e2abda5da99fdd6987afe0f581a4130685c
 SHA512 
1a7eee4218e58cc3852e71fe4f0892f673bb46a851941264766a38eff8ef05d612d88b4641fcb478ce8f66ac50dc987ca039923c4bbb11867c74813289f7e578
 DIST beautifulsoup4-4.6.3.tar.gz 167469 BLAKE2B 
0bc8f729298a2fd1e8f3cc8a7635587217f9a2e6e2c71709e99c40eedf1ebb4d76cd0d17ec36b99f3ee047193e4d44e31b8d2aa9864c43ce5db380fbdc083f76
 SHA512 
0cacae77843326ebee87d108b6706a7ca6943684b62554d2ae5d77dfd181c97435ceca9d3e2e51962b024bbe52bc08d7f0dc516311aa87b3a1f87fb4ae23

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild
deleted file mode 100644
index b1e9315a545..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
-HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-
-IUSE="doc test"
-
-# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
-RDEPEND="
-   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
-   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')"
-DEPEND="
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-   "
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_test() {
-   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-   distutils-r1_python_install_all
-}



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

2018-03-13 Thread Michał Górny
commit: 9645f8d6e1e12b814ffa11d2f9f91de19f794d9c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Mar 13 19:23:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 13 19:52:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9645f8d6

dev-python/beautifulsoup: use HTTPS

 dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild | 6 +++---
 dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild| 2 +-
 dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild
index 94e8fdfc00c..7f5f5b9ba5c 100644
--- a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,8 +10,8 @@ MY_PN="BeautifulSoup"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="HTML/XML parser for quick-turnaround applications like 
screen-scraping"
-HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/ 
https://pypi.python.org/pypi/BeautifulSoup;
-SRC_URI="http://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz;
+HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/ 
https://pypi.python.org/pypi/BeautifulSoup;
+SRC_URI="https://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="python-2"

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
index df69b8e49dd..f6afbb69b4d 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild
index d321b00e57a..b1e9315a545 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ MY_PN=${PN}4
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
-HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/bs4/;
+HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/;
 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"



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

2018-01-02 Thread Michał Górny
commit: fd5f47798c61091bdf8473771f7f7100d37c5c97
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:10:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5f4779

dev-python/beautifulsoup: Clean old up

 dev-python/beautifulsoup/Manifest  |  1 -
 .../beautifulsoup/beautifulsoup-4.5.3.ebuild   | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 38cd1842b5d..1f76d7e9032 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,4 +1,3 @@
 DIST BeautifulSoup-3.2.1.tar.gz 31224 BLAKE2B 
9361ce6d048d0443c3257d10ec2734c24202af8eb850a59a4344e6992856f849d92dd509f102c27cdf9634bbc235e5f96e304993e6d4813d275d66bd3791b451
 SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 DIST beautifulsoup4-4.5.1.tar.gz 158039 BLAKE2B 
5eb99c7efdb13c359385c7c7f3280332ca28cc4b5ff80b90c326d80ef55acef8e98d86691a7b1df420bf68bc65e96ad7d559b461a03f44e494fb4b7789753601
 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
-DIST beautifulsoup4-4.5.3.tar.gz 159185 BLAKE2B 
8319869698aa4767ccc3e8b4f57ab17bd6eded30c408fe5a450be53ba0c4c555079bdfdd2254927895b09b0b01428fc0feb8b18fbd0c033a90749b3362e6c8b8
 SHA512 
d31db0e3bb778a78c37882fcd55dc580eb5eeadfd48744eae6e2e0d0ef5983b216a4682af84a4971611b05fb99c45012ce094475f2d7c39a5b90dad99906ec84
 DIST beautifulsoup4-4.6.0.tar.gz 160846 BLAKE2B 
c56c61c5ac2116721815b3cc8e0ec249f191a76bc36e26593af54cc0937e3a4d70c5a2b3069b12f1ae4f5b78cda78e2abda5da99fdd6987afe0f581a4130685c
 SHA512 
1a7eee4218e58cc3852e71fe4f0892f673bb46a851941264766a38eff8ef05d612d88b4641fcb478ce8f66ac50dc987ca039923c4bbb11867c74813289f7e578

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
deleted file mode 100644
index 82ee5a047f3..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
-HOMEPAGE="https://bugs.launchpad.net/beautifulsoup/
-   https://pypi.python.org/pypi/beautifulsoup4;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-
-IUSE="doc test"
-
-# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
-RDEPEND="
-   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
-   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')"
-DEPEND="
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-   "
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_test() {
-   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-   distutils-r1_python_install_all
-}



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

2017-08-14 Thread Michał Górny
commit: 9741510885394a808ea58561b23a1711771f1f4a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 14 06:46:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 14 07:12:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97415108

dev-python/beautifulsoup: Drop masked ancient version

 dev-python/beautifulsoup/Manifest  |   1 -
 .../beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild  |  40 -
 .../beautifulsoup-3.1.0.1-disable-tests.patch  |  39 -
 .../files/beautifulsoup-3.1.0.1-python-3.patch | 949 -
 profiles/package.mask  |   5 -
 5 files changed, 1034 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index a87f7f747d9..6ba59cf1880 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,4 +1,3 @@
-DIST BeautifulSoup-3.1.0.1.tar.gz 71460 SHA256 
820a80f473240d9d30047f36c959d530a699a732500662dd8b03e1d3ccad12a8 SHA512 
812969faf454a58d849921836ed07ec9a950f34fb31e29e118cdf1a75a533370e430f417402b5a5016d23b2d3a1c44a1cf5fde5b3bfd1bc98c50036edd51c0d6
 WHIRLPOOL 
a199585817dcabcc6327c3836a66128605ebf92a6663b5c660125061a797485a504d300791bcd43e0e94e4f08ca59c01f65f42481da07b1240350cbfc6ea6b0c
 DIST BeautifulSoup-3.2.1.tar.gz 31224 SHA256 
f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 WHIRLPOOL 
c2f84b29421d0153fb1fecc87d63e00a61182e03bc0683132babca5d6c94143b4875a60a19124a36e4e6e78ce80bff9e1e81b37335700efc14084da933307e26
 DIST beautifulsoup4-4.5.1.tar.gz 158039 SHA256 
3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 WHIRLPOOL 
bf971596707c2ff69e93528164be01254258aa45601763c543246b67c5d31024b0e4de618382775a3cf313d255d8d1d6268a47542773531aacee9a2643412661
 DIST beautifulsoup4-4.5.3.tar.gz 159185 SHA256 
b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e SHA512 
d31db0e3bb778a78c37882fcd55dc580eb5eeadfd48744eae6e2e0d0ef5983b216a4682af84a4971611b05fb99c45012ce094475f2d7c39a5b90dad99906ec84
 WHIRLPOOL 
f8dbffd8e4a1dbee0a7ad8a4bcbe22a984f524474f0241a4c03ef5c37b291f9834a6ff1d076421c0cf1087588df1e49f5b99cd9afd7e81591c9063d92d4d097d

diff --git a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild
deleted file mode 100644
index a69a317f6d9..000
--- a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-# A few tests fail with python3.3/3.4 :(
-PYTHON_COMPAT=( python3_4 pypy3 )
-
-inherit distutils-r1 eutils
-
-MY_PN="BeautifulSoup"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="HTML/XML parser for quick-turnaround applications like 
screen-scraping"
-HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/ 
https://pypi.python.org/pypi/BeautifulSoup;
-SRC_URI="http://www.crummy.com/software/${MY_PN}/download/${MY_P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="python-3"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!dev-python/beautifulsoup:0"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-python-3.patch"
-   "${FILESDIR}/${P}-disable-tests.patch"
-)
-
-python_test() {
-   "${PYTHON}" BeautifulSoupTests.py || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   # Delete useless files.
-   rm -r "${ED%/}/usr/bin" || die
-}

diff --git 
a/dev-python/beautifulsoup/files/beautifulsoup-3.1.0.1-disable-tests.patch 
b/dev-python/beautifulsoup/files/beautifulsoup-3.1.0.1-disable-tests.patch
deleted file mode 100644
index c97cd76ee31..000
--- a/dev-python/beautifulsoup/files/beautifulsoup-3.1.0.1-disable-tests.patch
+++ /dev/null
@@ -1,39 +0,0 @@
 lib/BeautifulSoupTests.py.orig 2015-07-21 08:39:33.07700 +
-+++ lib/BeautifulSoupTests.py  2015-07-21 08:41:19.28500 +
-@@ -538,13 +538,13 @@
- text = "foo"
- self.assertSoupEquals(text, text)
- 
--def testCData(self):
--xml = "foobar"
--self.assertSoupEquals(xml, xml)
--r = re.compile("foo.*bar")
--soup = BeautifulSoup(xml)
--self.assertEquals(soup.find(text=r).string, "foobar")
--self.assertEquals(soup.find(text=r).__class__, CData)
-+#def testCData(self):
-+#xml = "foobar"
-+#self.assertSoupEquals(xml, xml)
-+#r = re.compile("foo.*bar")
-+#soup = BeautifulSoup(xml)
-+#

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

2017-06-29 Thread Sebastien Fabbro
commit: 4fe5577526780a5c44910894fef2464fbcfda032
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun 29 22:01:58 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun 29 22:03:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe55775

dev-python/beautifulsoup: shorter description

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.6.0.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index f77e427a34b..a87f7f747d9 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -2,3 +2,4 @@ DIST BeautifulSoup-3.1.0.1.tar.gz 71460 SHA256 
820a80f473240d9d30047f36c959d530a
 DIST BeautifulSoup-3.2.1.tar.gz 31224 SHA256 
f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 WHIRLPOOL 
c2f84b29421d0153fb1fecc87d63e00a61182e03bc0683132babca5d6c94143b4875a60a19124a36e4e6e78ce80bff9e1e81b37335700efc14084da933307e26
 DIST beautifulsoup4-4.5.1.tar.gz 158039 SHA256 
3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 WHIRLPOOL 
bf971596707c2ff69e93528164be01254258aa45601763c543246b67c5d31024b0e4de618382775a3cf313d255d8d1d6268a47542773531aacee9a2643412661
 DIST beautifulsoup4-4.5.3.tar.gz 159185 SHA256 
b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e SHA512 
d31db0e3bb778a78c37882fcd55dc580eb5eeadfd48744eae6e2e0d0ef5983b216a4682af84a4971611b05fb99c45012ce094475f2d7c39a5b90dad99906ec84
 WHIRLPOOL 
f8dbffd8e4a1dbee0a7ad8a4bcbe22a984f524474f0241a4c03ef5c37b291f9834a6ff1d076421c0cf1087588df1e49f5b99cd9afd7e81591c9063d92d4d097d
+DIST beautifulsoup4-4.6.0.tar.gz 160846 SHA256 
808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89 SHA512 
1a7eee4218e58cc3852e71fe4f0892f673bb46a851941264766a38eff8ef05d612d88b4641fcb478ce8f66ac50dc987ca039923c4bbb11867c74813289f7e578
 WHIRLPOOL 
46809fd612cd90533fbf4252d1c2ee19c571301306c549526b355b4a7ad17090aa1e505268f25a521ed0d2c90c7686a6a2c1144a934a16823754aac5f599ac2c

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild
new file mode 100644
index 000..d321b00e57a
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN}4
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an 
HTML/XML parse tree"
+HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/bs4/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+
+IUSE="doc test"
+
+# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
+   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')"
+DEPEND="
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   "
+
+S="${WORKDIR}/${MY_P}"
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+   distutils-r1_python_install_all
+}



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

2017-05-03 Thread Michał Górny
commit: f9bcbba8b2d7d5a5948ee251aa5cdcefdc85953f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:29:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bcbba8

dev-python/beautifulsoup: Clean old versions up

 dev-python/beautifulsoup/Manifest  |  1 -
 .../beautifulsoup/beautifulsoup-4.3.2.ebuild   | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 49afa3d25a6..f77e427a34b 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,5 +1,4 @@
 DIST BeautifulSoup-3.1.0.1.tar.gz 71460 SHA256 
820a80f473240d9d30047f36c959d530a699a732500662dd8b03e1d3ccad12a8 SHA512 
812969faf454a58d849921836ed07ec9a950f34fb31e29e118cdf1a75a533370e430f417402b5a5016d23b2d3a1c44a1cf5fde5b3bfd1bc98c50036edd51c0d6
 WHIRLPOOL 
a199585817dcabcc6327c3836a66128605ebf92a6663b5c660125061a797485a504d300791bcd43e0e94e4f08ca59c01f65f42481da07b1240350cbfc6ea6b0c
 DIST BeautifulSoup-3.2.1.tar.gz 31224 SHA256 
f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 WHIRLPOOL 
c2f84b29421d0153fb1fecc87d63e00a61182e03bc0683132babca5d6c94143b4875a60a19124a36e4e6e78ce80bff9e1e81b37335700efc14084da933307e26
-DIST beautifulsoup4-4.3.2.tar.gz 143356 SHA256 
a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e SHA512 
3d55e553a1a2109378e2961a0feb23a8f038f4ff7bd335a21a26d588d39761f6735888e6ca2d001587e9a6a3b8259a1a09b92b310aa17e9b76fd85601a1ca592
 WHIRLPOOL 
3570395aa0fae03edc1de10b1c41e82efefa4753c306d2619032b124536a72b6db696c7f85c6a7c32b18c0506ec33d4c8a2fb73660264ad5afd92aba76f32884
 DIST beautifulsoup4-4.5.1.tar.gz 158039 SHA256 
3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 WHIRLPOOL 
bf971596707c2ff69e93528164be01254258aa45601763c543246b67c5d31024b0e4de618382775a3cf313d255d8d1d6268a47542773531aacee9a2643412661
 DIST beautifulsoup4-4.5.3.tar.gz 159185 SHA256 
b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e SHA512 
d31db0e3bb778a78c37882fcd55dc580eb5eeadfd48744eae6e2e0d0ef5983b216a4682af84a4971611b05fb99c45012ce094475f2d7c39a5b90dad99906ec84
 WHIRLPOOL 
f8dbffd8e4a1dbee0a7ad8a4bcbe22a984f524474f0241a4c03ef5c37b291f9834a6ff1d076421c0cf1087588df1e49f5b99cd9afd7e81591c9063d92d4d097d

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild
deleted file mode 100644
index 543d977938c..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
-HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/
-   https://pypi.python.org/pypi/beautifulsoup4;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-# new html5 awaits keywording of html5lib in Bug 471002
-IUSE="doc test"
-# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 
'python{2_6,2_7}' pypy pypy2_0)] )
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/lxml[$(python_gen_usedep 'python{2_6,2_7}' 'python3*')] )"
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   if use doc; then
-   emake -C doc html
-   fi
-}
-
-python_test() {
-   nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=doc/build/html/.
-   distutils-r1_python_install_all
-}



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

2017-02-26 Thread Zac Medico
commit: 41b8abe1951997b29bf74f2ac5b86224c5a88503
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 27 00:57:30 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 27 01:07:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b8abe1

dev-python/beautifulsoup: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild | 2 +-
 dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
index cf50eb19f1..96ee4c1b69 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
index bf3702eca9..bedf725177 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



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

2017-01-22 Thread Jeroen Roovers
commit: 83c15d8b5fb350fd02074dbb09a79ec92c200a3f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 23 06:34:39 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 23 06:34:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c15d8b

dev-python/beautifulsoup: Stable for HPPA (bug #589576).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
index 9927e7e..579d89a 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="doc test"
 



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

2017-01-10 Thread Lars Wendler
commit: 9493c9f866af2cc5c16bc0a0ed736c7030019851
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 11 03:28:13 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 11 03:28:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9493c9f8

dev-python/beautifulsoup: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/beautifulsoup/Manifest  |  2 -
 .../beautifulsoup/beautifulsoup-4.4.0.ebuild   | 48 --
 .../beautifulsoup/beautifulsoup-4.4.1.ebuild   | 47 -
 3 files changed, 97 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 0945d53..49afa3d 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,7 +1,5 @@
 DIST BeautifulSoup-3.1.0.1.tar.gz 71460 SHA256 
820a80f473240d9d30047f36c959d530a699a732500662dd8b03e1d3ccad12a8 SHA512 
812969faf454a58d849921836ed07ec9a950f34fb31e29e118cdf1a75a533370e430f417402b5a5016d23b2d3a1c44a1cf5fde5b3bfd1bc98c50036edd51c0d6
 WHIRLPOOL 
a199585817dcabcc6327c3836a66128605ebf92a6663b5c660125061a797485a504d300791bcd43e0e94e4f08ca59c01f65f42481da07b1240350cbfc6ea6b0c
 DIST BeautifulSoup-3.2.1.tar.gz 31224 SHA256 
f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 WHIRLPOOL 
c2f84b29421d0153fb1fecc87d63e00a61182e03bc0683132babca5d6c94143b4875a60a19124a36e4e6e78ce80bff9e1e81b37335700efc14084da933307e26
 DIST beautifulsoup4-4.3.2.tar.gz 143356 SHA256 
a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e SHA512 
3d55e553a1a2109378e2961a0feb23a8f038f4ff7bd335a21a26d588d39761f6735888e6ca2d001587e9a6a3b8259a1a09b92b310aa17e9b76fd85601a1ca592
 WHIRLPOOL 
3570395aa0fae03edc1de10b1c41e82efefa4753c306d2619032b124536a72b6db696c7f85c6a7c32b18c0506ec33d4c8a2fb73660264ad5afd92aba76f32884
-DIST beautifulsoup4-4.4.0.tar.gz 151500 SHA256 
fad91da88f69438b9ba939ab1b2cabaa31b1d914f1cccb4bb157a993ed2917f6 SHA512 
812abb09099779ecb9c41ce55963ad42973eef00193e28e59dd907715fd6bc2b470b07f80bbe2838b790be252935eb81357a8cfb59808865d2fb62479476eb2f
 WHIRLPOOL 
93b4bd82f1b7596a198d3a8ad5d21cfad51595884b2eb03c36e827e1b3d9f7a8400ed4415c9f0ffe9d014eac66c93cd52521a433ca914cac1a390a6487f153ba
-DIST beautifulsoup4-4.4.1.tar.gz 152140 SHA256 
87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4 SHA512 
16c692196d306564df23018bde714052b0209301f32df27c18413c085e98b404d81fad6427c8e8179e54158e98bdf2edce71ee75d8b8d835d2566cc170eae1d5
 WHIRLPOOL 
c59d384ff72a1e9ca3a0e6e54b4e201ab8d127a4e2eecd01b43f2f67b6a6bba3af4de6ddd8441a237b5838428098aaf3198e2d55607a188331c6e7dff5d51a8f
 DIST beautifulsoup4-4.5.1.tar.gz 158039 SHA256 
3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 WHIRLPOOL 
bf971596707c2ff69e93528164be01254258aa45601763c543246b67c5d31024b0e4de618382775a3cf313d255d8d1d6268a47542773531aacee9a2643412661
 DIST beautifulsoup4-4.5.3.tar.gz 159185 SHA256 
b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e SHA512 
d31db0e3bb778a78c37882fcd55dc580eb5eeadfd48744eae6e2e0d0ef5983b216a4682af84a4971611b05fb99c45012ce094475f2d7c39a5b90dad99906ec84
 WHIRLPOOL 
f8dbffd8e4a1dbee0a7ad8a4bcbe22a984f524474f0241a4c03ef5c37b291f9834a6ff1d076421c0cf1087588df1e49f5b99cd9afd7e81591c9063d92d4d097d

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild
deleted file mode 100644
index 5cec63e..
--- a/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
-HOMEPAGE="https://bugs.launchpad.net/beautifulsoup/
-   https://pypi.python.org/pypi/beautifulsoup4;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-
-IUSE="doc test"
-
-# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
-RDEPEND="$(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' 
python2_7 pypy)
-   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' 
python2_7 'python3*')"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   

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

2017-01-10 Thread Lars Wendler
commit: a21278f83da23e9e5e54890e9fa3758d0e1d1319
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 11 03:26:51 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 11 03:26:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21278f8

dev-python/beautifulsoup: Bump to version 4.5.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.5.3.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index b4bddb1..0945d53 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -4,3 +4,4 @@ DIST beautifulsoup4-4.3.2.tar.gz 143356 SHA256 
a2b29bd048ca2fe54a046b29770964738
 DIST beautifulsoup4-4.4.0.tar.gz 151500 SHA256 
fad91da88f69438b9ba939ab1b2cabaa31b1d914f1cccb4bb157a993ed2917f6 SHA512 
812abb09099779ecb9c41ce55963ad42973eef00193e28e59dd907715fd6bc2b470b07f80bbe2838b790be252935eb81357a8cfb59808865d2fb62479476eb2f
 WHIRLPOOL 
93b4bd82f1b7596a198d3a8ad5d21cfad51595884b2eb03c36e827e1b3d9f7a8400ed4415c9f0ffe9d014eac66c93cd52521a433ca914cac1a390a6487f153ba
 DIST beautifulsoup4-4.4.1.tar.gz 152140 SHA256 
87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4 SHA512 
16c692196d306564df23018bde714052b0209301f32df27c18413c085e98b404d81fad6427c8e8179e54158e98bdf2edce71ee75d8b8d835d2566cc170eae1d5
 WHIRLPOOL 
c59d384ff72a1e9ca3a0e6e54b4e201ab8d127a4e2eecd01b43f2f67b6a6bba3af4de6ddd8441a237b5838428098aaf3198e2d55607a188331c6e7dff5d51a8f
 DIST beautifulsoup4-4.5.1.tar.gz 158039 SHA256 
3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 WHIRLPOOL 
bf971596707c2ff69e93528164be01254258aa45601763c543246b67c5d31024b0e4de618382775a3cf313d255d8d1d6268a47542773531aacee9a2643412661
+DIST beautifulsoup4-4.5.3.tar.gz 159185 SHA256 
b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e SHA512 
d31db0e3bb778a78c37882fcd55dc580eb5eeadfd48744eae6e2e0d0ef5983b216a4682af84a4971611b05fb99c45012ce094475f2d7c39a5b90dad99906ec84
 WHIRLPOOL 
f8dbffd8e4a1dbee0a7ad8a4bcbe22a984f524474f0241a4c03ef5c37b291f9834a6ff1d076421c0cf1087588df1e49f5b99cd9afd7e81591c9063d92d4d097d

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
new file mode 100644
index ..5c7ac42
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN}4
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
+HOMEPAGE="https://bugs.launchpad.net/beautifulsoup/
+   https://pypi.python.org/pypi/beautifulsoup4;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+
+IUSE="doc test"
+
+# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
+   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')"
+DEPEND="
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   "
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+   distutils-r1_python_install_all
+}



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

2016-12-26 Thread Markus Meier
commit: 3b97094d35c6a911bf294ea0e8f99605228b0fa7
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Dec 26 12:41:31 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Dec 26 12:41:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b97094d

dev-python/beautifulsoup: arm stable, bug #589576

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
index 7fb7ca0..fedc2e0 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="doc test"
 



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

2016-12-20 Thread Tobias Klausmann
commit: 455604d0106b0d719791f82ae8f535bb626b51d0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Dec 20 13:40:14 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Dec 20 13:40:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455604d0

dev-python/beautifulsoup-4.5.1-r0: stable on amd64

Gentoo-Bug: 589576

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
index d0b1416..7fb7ca0 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="doc test"
 



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

2016-12-06 Thread Tobias Klausmann
commit: 4e3e308b6aa6a8e94a2d10847a46e2bd5788ea18
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Dec  6 09:03:33 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Dec  6 09:03:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3e308b

dev-python/beautifulsoup-4.5.1-r0: stable on alpha

Gentoo-Bug: 589576

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
index 87b4ad3..d0b1416 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="doc test"
 



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

2016-08-21 Thread Tim Harder
commit: 83c45548a5b314dba02f1ddce3d3d1938c0abe30
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 21 17:31:54 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 21 17:45:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c45548

dev-python/beautifulsoup: version bump to 4.5.1

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.5.1.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index ab45627..b4bddb1 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -3,3 +3,4 @@ DIST BeautifulSoup-3.2.1.tar.gz 31224 SHA256 
f5ba85e907e7dfd78e44e4000b3eaef3a65
 DIST beautifulsoup4-4.3.2.tar.gz 143356 SHA256 
a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e SHA512 
3d55e553a1a2109378e2961a0feb23a8f038f4ff7bd335a21a26d588d39761f6735888e6ca2d001587e9a6a3b8259a1a09b92b310aa17e9b76fd85601a1ca592
 WHIRLPOOL 
3570395aa0fae03edc1de10b1c41e82efefa4753c306d2619032b124536a72b6db696c7f85c6a7c32b18c0506ec33d4c8a2fb73660264ad5afd92aba76f32884
 DIST beautifulsoup4-4.4.0.tar.gz 151500 SHA256 
fad91da88f69438b9ba939ab1b2cabaa31b1d914f1cccb4bb157a993ed2917f6 SHA512 
812abb09099779ecb9c41ce55963ad42973eef00193e28e59dd907715fd6bc2b470b07f80bbe2838b790be252935eb81357a8cfb59808865d2fb62479476eb2f
 WHIRLPOOL 
93b4bd82f1b7596a198d3a8ad5d21cfad51595884b2eb03c36e827e1b3d9f7a8400ed4415c9f0ffe9d014eac66c93cd52521a433ca914cac1a390a6487f153ba
 DIST beautifulsoup4-4.4.1.tar.gz 152140 SHA256 
87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4 SHA512 
16c692196d306564df23018bde714052b0209301f32df27c18413c085e98b404d81fad6427c8e8179e54158e98bdf2edce71ee75d8b8d835d2566cc170eae1d5
 WHIRLPOOL 
c59d384ff72a1e9ca3a0e6e54b4e201ab8d127a4e2eecd01b43f2f67b6a6bba3af4de6ddd8441a237b5838428098aaf3198e2d55607a188331c6e7dff5d51a8f
+DIST beautifulsoup4-4.5.1.tar.gz 158039 SHA256 
3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 WHIRLPOOL 
bf971596707c2ff69e93528164be01254258aa45601763c543246b67c5d31024b0e4de618382775a3cf313d255d8d1d6268a47542773531aacee9a2643412661

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
new file mode 100644
index 000..0dfac96
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN}4
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
+HOMEPAGE="https://bugs.launchpad.net/beautifulsoup/
+   https://pypi.python.org/pypi/beautifulsoup4;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+
+IUSE="doc test"
+
+# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
+   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')"
+DEPEND="
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   "
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+   distutils-r1_python_install_all
+}



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

2016-02-27 Thread Matt Thode
commit: 0cbd1b495d157f0f60f8cffecefcade72fde72a2
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 06:20:15 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 06:42:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbd1b49

dev-python/beautifulsoup: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild
index 279468b..b84fa68 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="doc test"
 



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

2015-09-29 Thread Justin Lecher
commit: fd270309011659c69402d07498a4c4d79bbb8b5d
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep 29 07:49:56 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Sep 29 08:34:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd270309

dev-python/beautifulsoup: Drop old

Github: closes gentoo/gentoo#141

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/beautifulsoup/Manifest  |  2 -
 .../beautifulsoup/beautifulsoup-4.1.3-r1.ebuild| 46 ---
 .../beautifulsoup/beautifulsoup-4.1.3.ebuild   | 54 -
 .../beautifulsoup/beautifulsoup-4.2.0.ebuild   | 48 
 .../beautifulsoup/files/bfs-4.2.0-no-lxml.patch| 67 --
 5 files changed, 217 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index b097e56..ab45627 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,7 +1,5 @@
 DIST BeautifulSoup-3.1.0.1.tar.gz 71460 SHA256 
820a80f473240d9d30047f36c959d530a699a732500662dd8b03e1d3ccad12a8 SHA512 
812969faf454a58d849921836ed07ec9a950f34fb31e29e118cdf1a75a533370e430f417402b5a5016d23b2d3a1c44a1cf5fde5b3bfd1bc98c50036edd51c0d6
 WHIRLPOOL 
a199585817dcabcc6327c3836a66128605ebf92a6663b5c660125061a797485a504d300791bcd43e0e94e4f08ca59c01f65f42481da07b1240350cbfc6ea6b0c
 DIST BeautifulSoup-3.2.1.tar.gz 31224 SHA256 
f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 WHIRLPOOL 
c2f84b29421d0153fb1fecc87d63e00a61182e03bc0683132babca5d6c94143b4875a60a19124a36e4e6e78ce80bff9e1e81b37335700efc14084da933307e26
-DIST beautifulsoup4-4.1.3.tar.gz 131292 SHA256 
a295b93b30e1126f3fd64edc106f6939349280dde2ba47cef1e5a92dad9319bf SHA512 
79ed4f65bcb5599a0d278d5462a67e80f532cdddcb753e0703b28347d84512165ee0bffd09795a501f3b55e6e4869354f04efdceae9de9093a4d85381fee660e
 WHIRLPOOL 
53713ca72b5a409b3755e28d69de65b7994fb387d21ba9a1827f3e4dda2355f318660f69a706825ecb3852447823ffb8bae2cee6bacc093e6ad73347852f29c6
-DIST beautifulsoup4-4.2.0.tar.gz 138400 SHA256 
9565ce6f6d28808007ab6248c37d59a49934e358276da5d3ac211ea1ccfd0782 SHA512 
50c7514f2a1de49df6300d292e1f00e746b341e9c70dbfc3508663870ddf92f5c8e0ea981dc7742f888428845e90bce2cce8b158e8548039be4c2c06ee76db97
 WHIRLPOOL 
95db573c6c291d27187af9403694bcff27add7ad378b105df96f988074480b7a1491710681a93f1396dfa33cfa8c493637564ab7fc228e9e92659c385aa769a2
 DIST beautifulsoup4-4.3.2.tar.gz 143356 SHA256 
a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e SHA512 
3d55e553a1a2109378e2961a0feb23a8f038f4ff7bd335a21a26d588d39761f6735888e6ca2d001587e9a6a3b8259a1a09b92b310aa17e9b76fd85601a1ca592
 WHIRLPOOL 
3570395aa0fae03edc1de10b1c41e82efefa4753c306d2619032b124536a72b6db696c7f85c6a7c32b18c0506ec33d4c8a2fb73660264ad5afd92aba76f32884
 DIST beautifulsoup4-4.4.0.tar.gz 151500 SHA256 
fad91da88f69438b9ba939ab1b2cabaa31b1d914f1cccb4bb157a993ed2917f6 SHA512 
812abb09099779ecb9c41ce55963ad42973eef00193e28e59dd907715fd6bc2b470b07f80bbe2838b790be252935eb81357a8cfb59808865d2fb62479476eb2f
 WHIRLPOOL 
93b4bd82f1b7596a198d3a8ad5d21cfad51595884b2eb03c36e827e1b3d9f7a8400ed4415c9f0ffe9d014eac66c93cd52521a433ca914cac1a390a6487f153ba
 DIST beautifulsoup4-4.4.1.tar.gz 152140 SHA256 
87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4 SHA512 
16c692196d306564df23018bde714052b0209301f32df27c18413c085e98b404d81fad6427c8e8179e54158e98bdf2edce71ee75d8b8d835d2566cc170eae1d5
 WHIRLPOOL 
c59d384ff72a1e9ca3a0e6e54b4e201ab8d127a4e2eecd01b43f2f67b6a6bba3af4de6ddd8441a237b5838428098aaf3198e2d55607a188331c6e7dff5d51a8f

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild
deleted file mode 100644
index 90e842a..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} pypy )
-
-inherit distutils-r1
-
-MY_PN="${PN}4"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
-HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/
-   https://pypi.python.org/pypi/beautifulsoup4;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-# new html5 awaits keywording of html5lib in Bug 471002
-IUSE="doc test"
-# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 
'python{2_6,2_7}' pypy pypy2_0)] )
-
-RDEPEND=""
-DEPEND="${RDEPEND}

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

2015-09-29 Thread Justin Lecher
commit: 3a182a6e1f7257f8d265c6d3ebce2ff2d71387b7
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep 29 07:39:17 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Sep 29 07:41:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a182a6e

dev-python/beautifulsoup: Version Bump

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.4.1.ebuild   | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 0512d10..b097e56 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -4,3 +4,4 @@ DIST beautifulsoup4-4.1.3.tar.gz 131292 SHA256 
a295b93b30e1126f3fd64edc106f69393
 DIST beautifulsoup4-4.2.0.tar.gz 138400 SHA256 
9565ce6f6d28808007ab6248c37d59a49934e358276da5d3ac211ea1ccfd0782 SHA512 
50c7514f2a1de49df6300d292e1f00e746b341e9c70dbfc3508663870ddf92f5c8e0ea981dc7742f888428845e90bce2cce8b158e8548039be4c2c06ee76db97
 WHIRLPOOL 
95db573c6c291d27187af9403694bcff27add7ad378b105df96f988074480b7a1491710681a93f1396dfa33cfa8c493637564ab7fc228e9e92659c385aa769a2
 DIST beautifulsoup4-4.3.2.tar.gz 143356 SHA256 
a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e SHA512 
3d55e553a1a2109378e2961a0feb23a8f038f4ff7bd335a21a26d588d39761f6735888e6ca2d001587e9a6a3b8259a1a09b92b310aa17e9b76fd85601a1ca592
 WHIRLPOOL 
3570395aa0fae03edc1de10b1c41e82efefa4753c306d2619032b124536a72b6db696c7f85c6a7c32b18c0506ec33d4c8a2fb73660264ad5afd92aba76f32884
 DIST beautifulsoup4-4.4.0.tar.gz 151500 SHA256 
fad91da88f69438b9ba939ab1b2cabaa31b1d914f1cccb4bb157a993ed2917f6 SHA512 
812abb09099779ecb9c41ce55963ad42973eef00193e28e59dd907715fd6bc2b470b07f80bbe2838b790be252935eb81357a8cfb59808865d2fb62479476eb2f
 WHIRLPOOL 
93b4bd82f1b7596a198d3a8ad5d21cfad51595884b2eb03c36e827e1b3d9f7a8400ed4415c9f0ffe9d014eac66c93cd52521a433ca914cac1a390a6487f153ba
+DIST beautifulsoup4-4.4.1.tar.gz 152140 SHA256 
87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4 SHA512 
16c692196d306564df23018bde714052b0209301f32df27c18413c085e98b404d81fad6427c8e8179e54158e98bdf2edce71ee75d8b8d835d2566cc170eae1d5
 WHIRLPOOL 
c59d384ff72a1e9ca3a0e6e54b4e201ab8d127a4e2eecd01b43f2f67b6a6bba3af4de6ddd8441a237b5838428098aaf3198e2d55607a188331c6e7dff5d51a8f

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild
new file mode 100644
index 000..e90c609
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN}4
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
+HOMEPAGE="https://bugs.launchpad.net/beautifulsoup/
+   https://pypi.python.org/pypi/beautifulsoup4;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+
+IUSE="doc test"
+
+# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
+   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')"
+DEPEND="
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   "
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+   distutils-r1_python_install_all
+}



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

2015-09-05 Thread Mike Gilbert
commit: 6cb2905fafdd2f2c0407c2bb4a1bc12b6f3126a9
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  5 13:16:54 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  5 13:18:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb2905f

dev-python/beautifulsoup: Tweak the chardet blocker

!dev-python/chardet[${PYTHON_USEDEP}] only blocks chardet if it happens to
have exactly the same python flags enabled.

We also need a hard blocker rather than a soft one.

Package-Manager: portage-2.2.20

 dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild
index a5009b6..48f6ba4 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild
@@ -26,8 +26,9 @@ RDEPEND="$(python_gen_cond_dep 
'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7
$(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' 
python2_7 'python3*')"
 DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}]
-   !dev-python/chardet[${PYTHON_USEDEP}] )"
+   !!dev-python/chardet )"
 # See https://bugs.launchpad.net/beautifulsoup/+bug/1471359 to explain need 
for blocker
+[[ ${PV} == 4.4.0 ]] || die "Don't forget to remove the chardet blocker!"
 
 S=${WORKDIR}/${MY_P}