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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CBBD1158087 for ; Wed, 8 Dec 2021 11:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55E402BC012; Wed, 8 Dec 2021 11:38:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 358C82BC012 for ; Wed, 8 Dec 2021 11:38:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00A8A3436F5 for ; Wed, 8 Dec 2021 11:38:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 665E022B for ; Wed, 8 Dec 2021 11:38:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1638794950.c090415e038e75939395e2d7f666257911157e2b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/protego/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/protego/protego-0.1.16.ebuild X-VCS-Directories: dev-python/protego/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c090415e038e75939395e2d7f666257911157e2b X-VCS-Branch: master Date: Wed, 8 Dec 2021 11:38:02 +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: 0904fe35-dc94-455c-86f5-a1cd46db50f3 X-Archives-Hash: 0ffe78c3262e72402b8f66752e05a987 commit: c090415e038e75939395e2d7f666257911157e2b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Dec 6 12:49:06 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Dec 6 12:49:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c090415e dev-python/protego: fix deps Closes: https://bugs.gentoo.org/825442 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/protego/protego-0.1.16.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-python/protego/protego-0.1.16.ebuild b/dev-python/protego/protego-0.1.16.ebuild index ce35f7f1a..ae1b03804 100644 --- a/dev-python/protego/protego-0.1.16.ebuild +++ b/dev-python/protego/protego-0.1.16.ebuild @@ -3,18 +3,17 @@ EAPI=7 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 -DESCRIPTION="robots.txt parser with support for modern conventions. " +DESCRIPTION="robots.txt parser with support for modern conventions" HOMEPAGE="https://scrapy.org/" -SRC_URI="https://github.com/scrapy/protego/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT=0 KEYWORDS="~amd64" -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" distutils_enable_tests pytest