From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD8CF13835D for ; Tue, 25 May 2021 23:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1045EE07A7; Tue, 25 May 2021 23:08:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF127E077F for ; Tue, 25 May 2021 23:08:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64C4F340E23 for ; Tue, 25 May 2021 23:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D37B79E for ; Tue, 25 May 2021 23:07:58 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1621930014.e2d4a9336d65d81c919367a9e490d381ca9cec7a.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/woob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/woob/Manifest www-client/woob/woob-3.0-r1.ebuild www-client/woob/woob-3.0.ebuild www-client/woob/woob-9999.ebuild X-VCS-Directories: www-client/woob/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: e2d4a9336d65d81c919367a9e490d381ca9cec7a X-VCS-Branch: master Date: Tue, 25 May 2021 23:07:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d464feb-ccce-42bb-8ae1-138a211b0360 X-Archives-Hash: ef198767ee9d0943275841362075b41c commit: e2d4a9336d65d81c919367a9e490d381ca9cec7a Author: Anna Vyalkova sysrq in> AuthorDate: Tue May 25 02:17:37 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue May 25 08:06:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2d4a933 www-client/woob: fixes in deps, add docs Signed-off-by: Anna Vyalkova sysrq.in> www-client/woob/Manifest | 2 +- .../woob/{woob-3.0.ebuild => woob-3.0-r1.ebuild} | 40 +++++++--------------- www-client/woob/woob-9999.ebuild | 40 +++++++--------------- 3 files changed, 25 insertions(+), 57 deletions(-) diff --git a/www-client/woob/Manifest b/www-client/woob/Manifest index c653ec8b7..babc31bee 100644 --- a/www-client/woob/Manifest +++ b/www-client/woob/Manifest @@ -1 +1 @@ -DIST woob-3.0.tar.gz 1037459 BLAKE2B 989af820505d8bd32318f87a49bb8106224ee88655f1339baee95782894aca5fd3a95fc9d80a643cf0db27d542a4b61ac9c0b50e47b69e68cd1132d229a84743 SHA512 1147330ee6801a250fa22d15640d8ba7dac7e26be41e05a5f6b33c8f61967f32a94eedd74ec70bdfade3a3766312ccff5f09baefb76f45416d3d92185ff6265f +DIST woob-3.0.tar.gz 3122974 BLAKE2B 0faff4d917674496f3340465e176641d74e0c86e9c29350aaba1ee864a7477b504812b88144bf63c06c7515762916c971916fb59f720d0380de08d85f1c17b7b SHA512 bf4bb0bd7fd1643b867b03a78f59675c1ea0b8d4455883726d0803a3ed13d37c64795e2a98e8d580852650f6853809356955f583aac37cc6b8e08818b2f3abf1 diff --git a/www-client/woob/woob-3.0.ebuild b/www-client/woob/woob-3.0-r1.ebuild similarity index 56% rename from www-client/woob/woob-3.0.ebuild rename to www-client/woob/woob-3.0-r1.ebuild index dbed431d4..b0535df1d 100644 --- a/www-client/woob/woob-3.0.ebuild +++ b/www-client/woob/woob-3.0-r1.ebuild @@ -3,29 +3,26 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 if [[ "${PV}" == "9999" ]] then - EGIT_REPO_URI="https://gitlab.com/woob/woob.git" + EGIT_REPO_URI="https://gitlab.com/${PN}/${PN}.git" inherit git-r3 else - SRC_URI="https://gitlab.com/woob/woob/uploads/98647f26717896697b52170cf8bcd301/${P}.tar.gz" + SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="Web Outside Of Browsers (core, site modules and applications)" -HOMEPAGE="https://woob.tech/" +HOMEPAGE="https://woob.tech https://gitlab.com/woob/woob" LICENSE="LGPL-3+" SLOT="0" -IUSE="test" -#RESTRICT="!test ( test )" -# setup.cfg + .ci/requirements.txt + .ci/requirements-module.txt -COMMON_DEPEND=" +RDEPEND=" dev-python/lxml[${PYTHON_USEDEP}] dev-python/cssselect[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] @@ -37,33 +34,20 @@ COMMON_DEPEND=" dev-python/pillow[${PYTHON_USEDEP}] dev-python/Babel[${PYTHON_USEDEP}] + dev-python/feedparser[${PYTHON_USEDEP}] + dev-python/geopy[${PYTHON_USEDEP}] dev-python/prettytable[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] + dev-python/python-jose[${PYTHON_USEDEP}] + dev-python/selenium[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] dev-python/unidecode[${PYTHON_USEDEP}] " -# setup.cfg + .ci/requirements.txt + .ci/requirements-module.txt -DEPEND=" - ${COMMON_DEPEND} - test? ( - dev-python/flake8[${PYTHON_USEDEP}] - dev-python/xunitparser[${PYTHON_USEDEP}] - >=dev-python/coverage-5.1[${PYTHON_USEDEP}] - - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pyflakes[${PYTHON_USEDEP}] - dev-python/asttokens[${PYTHON_USEDEP}] - - dev-python/feedparser[${PYTHON_USEDEP}] - dev-python/python-jose[${PYTHON_USEDEP}] - dev-python/geopy[${PYTHON_USEDEP}] - dev-python/selenium[${PYTHON_USEDEP}] - ) -" -RDEPEND="${COMMON_DEPEND}" +DEPEND="${RDEPEND}" distutils_enable_tests nose +distutils_enable_sphinx docs/source + src_prepare() { default diff --git a/www-client/woob/woob-9999.ebuild b/www-client/woob/woob-9999.ebuild index dbed431d4..b0535df1d 100644 --- a/www-client/woob/woob-9999.ebuild +++ b/www-client/woob/woob-9999.ebuild @@ -3,29 +3,26 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 if [[ "${PV}" == "9999" ]] then - EGIT_REPO_URI="https://gitlab.com/woob/woob.git" + EGIT_REPO_URI="https://gitlab.com/${PN}/${PN}.git" inherit git-r3 else - SRC_URI="https://gitlab.com/woob/woob/uploads/98647f26717896697b52170cf8bcd301/${P}.tar.gz" + SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="Web Outside Of Browsers (core, site modules and applications)" -HOMEPAGE="https://woob.tech/" +HOMEPAGE="https://woob.tech https://gitlab.com/woob/woob" LICENSE="LGPL-3+" SLOT="0" -IUSE="test" -#RESTRICT="!test ( test )" -# setup.cfg + .ci/requirements.txt + .ci/requirements-module.txt -COMMON_DEPEND=" +RDEPEND=" dev-python/lxml[${PYTHON_USEDEP}] dev-python/cssselect[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] @@ -37,33 +34,20 @@ COMMON_DEPEND=" dev-python/pillow[${PYTHON_USEDEP}] dev-python/Babel[${PYTHON_USEDEP}] + dev-python/feedparser[${PYTHON_USEDEP}] + dev-python/geopy[${PYTHON_USEDEP}] dev-python/prettytable[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] + dev-python/python-jose[${PYTHON_USEDEP}] + dev-python/selenium[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] dev-python/unidecode[${PYTHON_USEDEP}] " -# setup.cfg + .ci/requirements.txt + .ci/requirements-module.txt -DEPEND=" - ${COMMON_DEPEND} - test? ( - dev-python/flake8[${PYTHON_USEDEP}] - dev-python/xunitparser[${PYTHON_USEDEP}] - >=dev-python/coverage-5.1[${PYTHON_USEDEP}] - - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pyflakes[${PYTHON_USEDEP}] - dev-python/asttokens[${PYTHON_USEDEP}] - - dev-python/feedparser[${PYTHON_USEDEP}] - dev-python/python-jose[${PYTHON_USEDEP}] - dev-python/geopy[${PYTHON_USEDEP}] - dev-python/selenium[${PYTHON_USEDEP}] - ) -" -RDEPEND="${COMMON_DEPEND}" +DEPEND="${RDEPEND}" distutils_enable_tests nose +distutils_enable_sphinx docs/source + src_prepare() { default