From 74010022e01fc71d1b211ab6c59cf76202dd3738 Mon Sep 17 00:00:00 2001 From: Azael Reyes Date: Sat, 26 Sep 2020 14:51:36 -0700 Subject: [PATCH 01/10] app-misc/apidb: fixing no build application. Signed-off-by: Azael Reyes Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azael Reyes --- app-misc/apidb/apidb-5.0.0_alpha19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild index e13f5fe52c..2258741458 100644 --- a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild +++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild @@ -66,7 +66,7 @@ src_configure() { APIDBINSTALL="$APIDBINSTALL;COMMANDS" fi if use gui ;then - APIDBINSTALL="$APIDBINSTALL;GUI" + APIDBINSTALL="$APIDBINSTALL;GTK3" fi local mycmakeargs=(-DAPIDB_VERSION_STAGE=alpha -DPLATFORM=LINUX_GENTOO -DAPIDBBUILD=$APIDBBUILD -DAPIDBINSTALL=$APIDBINSTALL) cmake_src_configure From fab1bee14edfc9b3f185bf8ea8e89f2e49e3b6ea Mon Sep 17 00:00:00 2001 From: Azael Reyes Date: Sat, 26 Sep 2020 15:18:34 -0700 Subject: [PATCH 02/10] app-misc/apidb: fixing uses. Signed-off-by: Azael Reyes Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azael Reyes --- app-misc/apidb/apidb-5.0.0_alpha19.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild index 2258741458..0cced2bc37 100644 --- a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild +++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild @@ -21,7 +21,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="mariadb postgresql commands gui corelibs" +IUSE="+mariadb postgresql commands gtk +corelibs" DEPEND="" RDEPEND="${DEPEND}" @@ -30,7 +30,7 @@ BDEPEND=" dev-libs/boost sys-devel/bison sys-devel/flex - gui? ( x11-libs/gtk+ ) + gtk? ( x11-libs/gtk+ ) dev-libs/libtar mariadb? ( dev-libs/octetos-db-maria ) postgresql? ( dev-libs/octetos-db-postgresql ) @@ -65,7 +65,7 @@ src_configure() { if use commands ;then APIDBINSTALL="$APIDBINSTALL;COMMANDS" fi - if use gui ;then + if use gtk ;then APIDBINSTALL="$APIDBINSTALL;GTK3" fi local mycmakeargs=(-DAPIDB_VERSION_STAGE=alpha -DPLATFORM=LINUX_GENTOO -DAPIDBBUILD=$APIDBBUILD -DAPIDBINSTALL=$APIDBINSTALL) From e86799f24396129396e8bb130c3672d0c080b2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sun, 27 Sep 2020 06:01:20 +0200 Subject: [PATCH 03/10] dev-python/dateparser: add python3_8 impl compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć --- dev-python/dateparser/dateparser-0.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dateparser/dateparser-0.7.4.ebuild b/dev-python/dateparser/dateparser-0.7.4.ebuild index 771d97c4a9..7f1b4a137f 100644 --- a/dev-python/dateparser/dateparser-0.7.4.ebuild +++ b/dev-python/dateparser/dateparser-0.7.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 From b55dd69f47caa90b419add555f955f8111b20b8b Mon Sep 17 00:00:00 2001 From: Daniel Novomesky Date: Sun, 27 Sep 2020 12:56:24 +0200 Subject: [PATCH 04/10] media-plugins/qt-avif-image-plugin: update libavif dependency There is a breaking change in libavif, we need media-libs/libavif-9999 or future (not yet released version) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Daniel Novomesky --- .../qt-avif-image-plugin/qt-avif-image-plugin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/qt-avif-image-plugin/qt-avif-image-plugin-9999.ebuild b/media-plugins/qt-avif-image-plugin/qt-avif-image-plugin-9999.ebuild index 33f7458ff3..39dc20fe09 100644 --- a/media-plugins/qt-avif-image-plugin/qt-avif-image-plugin-9999.ebuild +++ b/media-plugins/qt-avif-image-plugin/qt-avif-image-plugin-9999.ebuild @@ -21,7 +21,7 @@ SLOT="0" IUSE="" DEPEND=">=dev-qt/qtgui-5.12.3:5 - >=media-libs/libavif-0.8.1 + >=media-libs/libavif-0.9.0 >=x11-misc/shared-mime-info-2.0-r1 " From 7ce4b6432a3b663df3aa9a54dd15f1a6be3687ce Mon Sep 17 00:00:00 2001 From: Andreas Zuber Date: Mon, 28 Sep 2020 08:30:50 +0200 Subject: [PATCH 05/10] games-engines/luxtorpeda: version bump to 23.0.0 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Zuber --- games-engines/luxtorpeda/Manifest | 2 +- .../{luxtorpeda-22.0.0.ebuild => luxtorpeda-23.0.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename games-engines/luxtorpeda/{luxtorpeda-22.0.0.ebuild => luxtorpeda-23.0.0.ebuild} (100%) diff --git a/games-engines/luxtorpeda/Manifest b/games-engines/luxtorpeda/Manifest index 8c10a97922..6cac9c7f72 100644 --- a/games-engines/luxtorpeda/Manifest +++ b/games-engines/luxtorpeda/Manifest @@ -63,7 +63,7 @@ DIST libc-0.2.72.crate 478292 BLAKE2B 23914e92f9ae57a023bbb9bd9cd823cf535ba14ce8 DIST lock_api-0.1.5.crate 16967 BLAKE2B c44ebe24fa6074394d0719b293d447ab67a9a23788821f2ba816b5e5b7a6b09d543c630a946b956811dd199144bf43568b52da5ebdd5e8b674e489f9efd2234d SHA512 e6049a8a840c11f00b6505dc9d01d1f759aa7bee47520f86e36caf6c52ca476236b09609b0a5cab0f4c247a40a4736f8fc04cf26fce0962cbbf2956ad4adbfde DIST log-0.4.6.crate 22303 BLAKE2B 3b1ad5e1cc1cf7bb223df569a6024b5749fdc973bb99a2a1f11772774cb384cc98214366e62d846b57c7d150f925cdf0e906f8113039204a82fbf001ae15133a SHA512 3844c771f97531ae7312c6bb0cf74ccaab94925f68bf1172419cc44fa4b5373f3ac6b42fb6d0ba636a970b295ea5d1b5abbe72b4da67a103e8dc4ed48a0cc5cb DIST loom-0.3.4.crate 53126 BLAKE2B f9eaaae82444b0be0c2fa82f2eb1baebdaa51eb01056f2fd591a0be577e12736b622664dfbbe754b3c1856179f465ff2c5cd5d7d98fd41cbdb970c2bb6b50df4 SHA512 fd56999d6a024659928298b461efe50e21e6e98c533d4e292021a4aacab59f033d89706ccd805f45d9f560f13220d60fa8ae59fb13683c034af3fff288a98e09 -DIST luxtorpeda-22.0.0.tar.gz 38509 BLAKE2B 2700408b27c0d63261abcfbd23260ed411a3e9bc305ca7c4f5087453baf5ab1d60ce77d1f0e08ad9adc4e9f15ba3107aacf4554078ade64e62b664691dc61cfb SHA512 04384281111710c4c915c1c8f463dfb50899c516af4c11b703b5c169d3e1a5a49559596675cac1d30b18504a8b85c79053cb0080293260197fada374d0f9e724 +DIST luxtorpeda-23.0.0.tar.gz 38669 BLAKE2B fc84022fe73ee44b3ae8ccd878f1b028cbd07111ae202e06002c34e3e4074e72f9c8be563a11dfe2cd85450efadaf1e9535322c4ca98362b5d777c71d8cabce0 SHA512 397cd8cb55ed1dc2e02f8f825cd48e5dce77451c75aa689a3b71c51dc0f19bca89656bff33cfcd1b969540e33931d480fe3f75dc23fa2ed7e2adb3315d5f96b3 DIST lzma-sys-0.1.15.crate 632207 BLAKE2B b8fbc7e3ed2556ee4b7144211a747f0774ee2ee99dcd55ea4a33fbc4301a7dc0dfa51229b5e39dfa0bd626799a85ddfcaeab4442501e33d213ec6226554395cb SHA512 aa160b7038771ed39aa06b450ed3d2c80f76dae8b655e637e248f7507e0ccc37a01068ff20664fd59735aa4be253a2594837e709bad7e01bcc58905fb7865d91 DIST matches-0.1.8.crate 2216 BLAKE2B f18176110921b1cf6e58d52d12f1d1a3455ce2dc04421fbf1b392f66cdd81a88e924571fa27e307a06301d83b04f3b8a0ca3ae40d2da6f2decb8aac4e2801fbb SHA512 98b58f6a2694b03a7dd1be69ebf7e3ad14483fc8e4cb6e6c26a4937e4e660e843efb4dd04a7312dd9659ca02acd3775678f73b8faac44a76ffafaf873c22f590 DIST memchr-2.2.1.crate 20862 BLAKE2B 79c8b7772f6c4e76ef98e416cab1a87648fe1f78f77eb31a894a2b1611fcf2d8336e361ab3d692cd03579b33f6bc5adb20d42418475dac5441b8bf356e38e442 SHA512 0f5e11507a4235edaa8ef639753abf62f1c187c8c6e35b0c80c9306958e41893492d4995e28bf28e5710e8739c7e75bb75a515507ec87870741a3b426ba8f44d diff --git a/games-engines/luxtorpeda/luxtorpeda-22.0.0.ebuild b/games-engines/luxtorpeda/luxtorpeda-23.0.0.ebuild similarity index 100% rename from games-engines/luxtorpeda/luxtorpeda-22.0.0.ebuild rename to games-engines/luxtorpeda/luxtorpeda-23.0.0.ebuild From 894db37a5c86fba6da6fb0b16a9aed9a8447b977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 28 Sep 2020 08:55:34 +0200 Subject: [PATCH 06/10] dev-python/baron: add python3_8 impl compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć --- dev-python/baron/baron-0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/baron/baron-0.9.ebuild b/dev-python/baron/baron-0.9.ebuild index d866ed5ae1..3ad9ef2d10 100644 --- a/dev-python/baron/baron-0.9.ebuild +++ b/dev-python/baron/baron-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 From c7cd0c35a1fab8fb6a82740042dca947bc740156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 28 Sep 2020 09:04:20 +0200 Subject: [PATCH 07/10] dev-python/redbaron: bump to 0.9.2; add python3_8 impl compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć --- dev-python/redbaron/Manifest | 1 + dev-python/redbaron/redbaron-0.9.2.ebuild | 39 +++++++++++++++++++++++ dev-python/redbaron/redbaron-0.9.ebuild | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 dev-python/redbaron/redbaron-0.9.2.ebuild diff --git a/dev-python/redbaron/Manifest b/dev-python/redbaron/Manifest index 4ceb8d5560..fc44a7a90d 100644 --- a/dev-python/redbaron/Manifest +++ b/dev-python/redbaron/Manifest @@ -1 +1,2 @@ +DIST redbaron-0.9.2.tar.gz 709401 BLAKE2B 06be75576fafd9ca69fd4f46bbeead0c9a8691c49ab233a53e91e462f87a48e0fdd4b314bb23fa91fb60ea022fe535b89371fb1f82418240117d50e214125e45 SHA512 a91670b0c48ac399ea9a000be42f1d4d4451ec39b58b2a7029a3bcdf664136dab3ff8e81284b384ddabfb77a5fa43ce4d75041d3aed5685d451ab620dfa23e9a DIST redbaron-0.9.tar.gz 708544 BLAKE2B e3314a29e66fe2e91ef28183f5e9f6c91117963bfffa0bcc1fb62602bc87b1c5fcf058ff545c3515e0de8077f70298aa788960e7409cbde6a0199701947786f6 SHA512 db99be12a1a0a3caab80f8b319d2966ffe5f80b15e5f838212bdb327c75c411ee273b4ff44dae76010165bd563275eb50c8c5b8d87284a493114224603e9cb25 diff --git a/dev-python/redbaron/redbaron-0.9.2.ebuild b/dev-python/redbaron/redbaron-0.9.2.ebuild new file mode 100644 index 0000000000..821273bf49 --- /dev/null +++ b/dev-python/redbaron/redbaron-0.9.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A FST for python to make writing refactoring code a realistic task" +HOMEPAGE=" + https://redbaron.readthedocs.io/ + https://github.com/PyCQA/redbaron +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/baron-0.7[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +distutils_enable_sphinx docs dev-python/ipython + +python_prepare_all() { + # Remove "__pycache__". Reason: unique basename + rm -rfd "${S}"/tests/__pycache__ || die + + # Skip tests. Reason: calls fixture "red" directly + rm "${S}"/tests/test_bounding_box.py || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/redbaron/redbaron-0.9.ebuild b/dev-python/redbaron/redbaron-0.9.ebuild index 198a05dfe5..821273bf49 100644 --- a/dev-python/redbaron/redbaron-0.9.ebuild +++ b/dev-python/redbaron/redbaron-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 From 4c09ae41afdecd7c9f1f842749e9e40715f0083b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 28 Sep 2020 09:26:13 +0200 Subject: [PATCH 08/10] dev-python/pure-protobuf: bump to 2.0.1; add python3_8 impl compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć --- dev-python/pure-protobuf/Manifest | 1 + .../pure-protobuf-2.0.0-r1.ebuild | 2 +- .../pure-protobuf/pure-protobuf-2.0.1.ebuild | 23 +++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild diff --git a/dev-python/pure-protobuf/Manifest b/dev-python/pure-protobuf/Manifest index 2bfe6a0665..b69eeb2700 100644 --- a/dev-python/pure-protobuf/Manifest +++ b/dev-python/pure-protobuf/Manifest @@ -1 +1,2 @@ DIST pure-protobuf-2.0.0.tar.gz 17576 BLAKE2B 49979559b3c08eb9abdddfa80e78ca4d953347a005b042d5b69aa4c6caef185c358408b1bf54d9161c0cadf69422b1ed033c74b324e947328c55f8b6ec4fd050 SHA512 a8d5211f34d0d6fab28d8b54fb3bb87d41a13b61a01f6f79f47fc1c0eafaf1ab17ddfd323c1035fcd4794b7b23823f48f38af3aa485835683f824cdd4689b098 +DIST pure-protobuf-2.0.1.tar.gz 17818 BLAKE2B 8c2e44d8b3f1a36ee6a5835abfc6cbd6728f913a7a79f90807310e292ac5947e91bbcac6fd02d4bf9c5830eac38d66e90ec869c38289bd7f906590b786cdef0a SHA512 8a14eca81009fd81526552b6556ba6a86fac1fb3d65ab560ff6b547ffd64dde53cc0f66ddfba66df89ea46a13f40442cf3bddb0f0da4b78465380845e6f6ab19 diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild index 5cb93b6558..74b598c95c 100644 --- a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild +++ b/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild new file mode 100644 index 0000000000..3e370a83c0 --- /dev/null +++ b/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python" +HOMEPAGE=" + https://github.com/eigenein/protobuf + https://pypi.org/project/pure-protobuf/ +" +SRC_URI="https://github.com/eigenein/protobuf/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/protobuf-${PV}" + +distutils_enable_tests pytest From 50bbb7f2f34fa3aebe9ed0086db8ee3d84ad792d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 28 Sep 2020 09:34:47 +0200 Subject: [PATCH 09/10] dev-python/convertdate: bump to 2.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć --- dev-python/convertdate/Manifest | 1 + .../convertdate/convertdate-2.2.2.ebuild | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dev-python/convertdate/convertdate-2.2.2.ebuild diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest index ea77ba402c..8620f5a525 100644 --- a/dev-python/convertdate/Manifest +++ b/dev-python/convertdate/Manifest @@ -1 +1,2 @@ DIST convertdate-2.2.1.tar.gz 40467 BLAKE2B b4f29a777b162e1e655c69bfbbe7806aedfeec4694811fd9d9026708bb250b0ebb15b3f85c8fb1df563c4a5133a1088fa94a63bf506921fa725a3ab3a61cec87 SHA512 69ae13b86834c1ea559209dc7f9c85cabf2881a6b40f9aa605d0f98c4f4328b05fca0bb8f2f516a42634bce49395d3a69a6f98b5de557bd95dc8e86e3f06f6fc +DIST convertdate-2.2.2.tar.gz 40825 BLAKE2B 180706f4730be1d5109c0da0a984b93f349ef8afc5e4cac6faaeb4fdb407e296ec6712cbaf7dfc621df63f3ad3db9ae1e2b11a38069d11485111b85cded40aff SHA512 9b0f75bc0b0e2066bee7f9a47cf0653e730f04c8b7357f3ca905f06cfbf8137a4332322758ff9af1b36ca010ab15dc0c718ae4471d5b55b9f925bf47eb3cb930 diff --git a/dev-python/convertdate/convertdate-2.2.2.ebuild b/dev-python/convertdate/convertdate-2.2.2.ebuild new file mode 100644 index 0000000000..a4f7499f16 --- /dev/null +++ b/dev-python/convertdate/convertdate-2.2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Utils for converting between date formats and calculating holidays" +HOMEPAGE="https://github.com/fitnr/convertdate" +SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/pymeeus[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest From b393e6d80bcc46f5048af6f86e3669a10a080ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 28 Sep 2020 10:08:30 +0200 Subject: [PATCH 10/10] dev-python/cloudscraper: bump to 1.2.46 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć --- dev-python/cloudscraper/Manifest | 1 + .../cloudscraper/cloudscraper-1.2.46.ebuild | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 dev-python/cloudscraper/cloudscraper-1.2.46.ebuild diff --git a/dev-python/cloudscraper/Manifest b/dev-python/cloudscraper/Manifest index 08ee127096..f510866380 100644 --- a/dev-python/cloudscraper/Manifest +++ b/dev-python/cloudscraper/Manifest @@ -1,2 +1,3 @@ DIST cloudscraper-1.2.34.tar.gz 115370 BLAKE2B 83161345b94378af08d8df51d58fd268c623545c00ff786d7005fa2908ee328c40d26c1a88f759008401af5e1134525981ca18e06553a60a864eda97c4948584 SHA512 ee9b75cbf5a16b97e6806e7ea902566a4f8e7aa4ad0128227fbe9e91897dfdbbd709049cdc22181b0a0eb7bda5d572c0f0b1264f621dcb100be3af2ee04a7ba9 DIST cloudscraper-1.2.40.tar.gz 125216 BLAKE2B 7239d78d33ca80231ab3814a208da4c78ecfb1c1650e5ef9876517860107947bc849e688e19214d0636aff52eb02eeb750721e9fff7a4e164a5ce81eff2f7486 SHA512 f71d438acf4f0e423cb7d43a986871fab81122670cb1e353b264473c8b3446073c2fa7b39f1079fa85a398d7008c1d375e5417e2e9f74640b6bd52d07768f6bf +DIST cloudscraper-1.2.46.tar.gz 109868 BLAKE2B 7cb081983c1bc6935bb1c2fb137e629eebec3e16b9726bf764901ec8cbe88fb061873e16bb4b4fb281669d8b50397f2572c87f6ff70c2d5feba46b12373a0e11 SHA512 81a1757d3bd9bf064f1925628638eb24a8370cafb6a0bbcd60535bd22da632918eff46aeeae959f5dc642438e9ffee837eda0478314adb337d9a0d3f0ce3c950 diff --git a/dev-python/cloudscraper/cloudscraper-1.2.46.ebuild b/dev-python/cloudscraper/cloudscraper-1.2.46.ebuild new file mode 100644 index 0000000000..8db3f7a1a2 --- /dev/null +++ b/dev-python/cloudscraper/cloudscraper-1.2.46.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A Python module to bypass Cloudflare's anti-bot page" +HOMEPAGE="https://github.com/venomous/cloudscraper" +SRC_URI="https://github.com/VeNoMouS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + test? ( + dev-python/js2py[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] + )" +RDEPEND=" + >=dev-python/requests-2.9.2[${PYTHON_USEDEP}] + >=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest