From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/woob/
Date: Tue, 25 May 2021 08:10:13 +0000 (UTC) [thread overview]
Message-ID: <1621930014.e2d4a9336d65d81c919367a9e490d381ca9cec7a.cybertailor@gentoo> (raw)
commit: e2d4a9336d65d81c919367a9e490d381ca9cec7a
Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 25 02:17:37 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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 <cyber+gentoo <AT> 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
next reply other threads:[~2021-05-25 8:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-25 8:10 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-31 8:55 [gentoo-commits] repo/proj/guru:master commit in: www-client/woob/ Julien Roy
2024-05-31 8:50 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-31 8:50 Julien Roy
2024-05-31 4:19 Haelwenn Monnier
2023-02-25 0:00 Anna Vyalkova
2023-01-01 21:28 Haelwenn Monnier
2022-12-01 3:59 Haelwenn Monnier
2022-07-07 0:41 Anna Vyalkova
2021-10-17 5:24 Anna Vyalkova
2021-05-26 12:03 Anna Vyalkova
2021-04-30 19:47 Andrew Ammerlaan
2021-04-30 9:37 Haelwenn Monnier
2021-03-14 11:00 Haelwenn Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1621930014.e2d4a9336d65d81c919367a9e490d381ca9cec7a.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox