public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/w3lib/
Date: Mon,  6 Dec 2021 16:10:10 +0000 (UTC)	[thread overview]
Message-ID: <1638795350.b3ccc9e84e4a015e91285aac780bd93d11117417.cybertailor@gentoo> (raw)

commit:     b3ccc9e84e4a015e91285aac780bd93d11117417
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec  6 12:55:45 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec  6 12:55:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3ccc9e8

dev-python/w3lib: fix deps

Closes: https://bugs.gentoo.org/825438
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/w3lib/metadata.xml        |  2 +-
 dev-python/w3lib/w3lib-1.22.0.ebuild | 15 +++++++--------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/dev-python/w3lib/metadata.xml b/dev-python/w3lib/metadata.xml
index 65ac1f205..10a288b0b 100644
--- a/dev-python/w3lib/metadata.xml
+++ b/dev-python/w3lib/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
 		<email>gentoo@aisha.cc</email>

diff --git a/dev-python/w3lib/w3lib-1.22.0.ebuild b/dev-python/w3lib/w3lib-1.22.0.ebuild
index a525694be..1693f3352 100644
--- a/dev-python/w3lib/w3lib-1.22.0.ebuild
+++ b/dev-python/w3lib/w3lib-1.22.0.ebuild
@@ -1,25 +1,24 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_9 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Library of web-related functions"
 HOMEPAGE="https://scrapy.org/"
-SRC_URI="https://github.com/scrapy/w3lib/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT=0
 KEYWORDS="~amd64"
 
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
 
-python_test(){
+EPYTEST_DESELECT=(
 	# https://github.com/scrapy/w3lib/issues/164
-	py.test -k "not test_add_or_replace_parameter" || die
-}
+	tests/test_url.py::UrlTests::test_add_or_replace_parameter
+)


             reply	other threads:[~2021-12-06 16:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-06 16:10 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-29  2:12 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/w3lib/ Aisha Tammy
2023-12-29  2:12 Aisha Tammy
2023-12-29  2:12 Aisha Tammy
2023-03-17 13:01 Anna Vyalkova
2023-03-01  1:16 Anna Vyalkova
2023-02-24 14:07 Aisha Tammy
2022-11-22  7:32 Anna Vyalkova
2022-08-13 14:40 Aisha Tammy
2021-11-15 19:59 Aisha Tammy

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=1638795350.b3ccc9e84e4a015e91285aac780bd93d11117417.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