public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/
@ 2021-11-15 19:59 Aisha Tammy
  0 siblings, 0 replies; 8+ messages in thread
From: Aisha Tammy @ 2021-11-15 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     65e495c05a2608954109a46f870293692c4adedc
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Nov 15 15:50:49 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Mon Nov 15 15:50:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65e495c0

dev-python/protego: robots.txt parser

dependency of dev-python/scrapy

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/protego/Manifest              |  1 +
 dev-python/protego/metadata.xml          |  8 ++++++++
 dev-python/protego/protego-0.1.16.ebuild | 20 ++++++++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/dev-python/protego/Manifest b/dev-python/protego/Manifest
new file mode 100644
index 000000000..dedec3de7
--- /dev/null
+++ b/dev-python/protego/Manifest
@@ -0,0 +1 @@
+DIST protego-0.1.16.tar.gz 3187814 BLAKE2B 91591f21ce813e127794678602df21a38b269de69504f8aba9720aedc705225036737f4c7ca5c61cebac91d93eaa1161ee322acd8ee0c67f2c23096a6b2529c9 SHA512 3f029f34c4da6dc612dcdd747f56d421dca60f163315e0f72497435dbd74da77a5a02ee35f15774aad431e2b6e69a582c038d435ba0c07a53b3f0c83cb1c958a

diff --git a/dev-python/protego/metadata.xml b/dev-python/protego/metadata.xml
new file mode 100644
index 000000000..65ac1f205
--- /dev/null
+++ b/dev-python/protego/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@aisha.cc</email>
+		<name>Aisha Tammy</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/protego/protego-0.1.16.ebuild b/dev-python/protego/protego-0.1.16.ebuild
new file mode 100644
index 000000000..ce35f7f1a
--- /dev/null
+++ b/dev-python/protego/protego-0.1.16.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_9 )
+inherit distutils-r1
+
+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"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/
@ 2021-12-06 16:10 Anna Vyalkova
  0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2021-12-06 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c090415e038e75939395e2d7f666257911157e2b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec  6 12:49:06 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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 <cyber+gentoo <AT> 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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/
@ 2022-08-14  2:06 Aisha Tammy
  0 siblings, 0 replies; 8+ messages in thread
From: Aisha Tammy @ 2022-08-14  2:06 UTC (permalink / raw
  To: gentoo-commits

commit:     fb3192eed22b0c3abcd6469f9bb00c6ced4fd492
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Aug 14 01:44:21 2022 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Aug 14 02:06:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb3192ee

dev-python/protego: add 0.2.1

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/protego/Manifest             |  1 +
 dev-python/protego/protego-0.2.1.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/protego/Manifest b/dev-python/protego/Manifest
index dedec3de7..c3bd61ba5 100644
--- a/dev-python/protego/Manifest
+++ b/dev-python/protego/Manifest
@@ -1 +1,2 @@
 DIST protego-0.1.16.tar.gz 3187814 BLAKE2B 91591f21ce813e127794678602df21a38b269de69504f8aba9720aedc705225036737f4c7ca5c61cebac91d93eaa1161ee322acd8ee0c67f2c23096a6b2529c9 SHA512 3f029f34c4da6dc612dcdd747f56d421dca60f163315e0f72497435dbd74da77a5a02ee35f15774aad431e2b6e69a582c038d435ba0c07a53b3f0c83cb1c958a
+DIST protego-0.2.1.tar.gz 3188678 BLAKE2B 2874ffbc7f185946aa4e520ace1c49bea8de9e686ea45b2e70780919f411030d7f3411e8176997c2da2c0d15c8aae563a994acde0c6128deaa26649a138c8e57 SHA512 ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b

diff --git a/dev-python/protego/protego-0.2.1.ebuild b/dev-python/protego/protego-0.2.1.ebuild
new file mode 100644
index 000000000..ae1b03804
--- /dev/null
+++ b/dev-python/protego/protego-0.2.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="robots.txt parser with support for modern conventions"
+HOMEPAGE="https://scrapy.org/"
+SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/
@ 2023-02-26 22:42 Anna Vyalkova
  0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2023-02-26 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     842b66432a0b1c498bb64d3d5ff149bdba896fae
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 26 22:31:52 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 26 22:41:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=842b6643

dev-python/protego: drop 0.1.16

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/protego/Manifest              |  1 -
 dev-python/protego/protego-0.1.16.ebuild | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/dev-python/protego/Manifest b/dev-python/protego/Manifest
index c3bd61ba5..ec7f41c27 100644
--- a/dev-python/protego/Manifest
+++ b/dev-python/protego/Manifest
@@ -1,2 +1 @@
-DIST protego-0.1.16.tar.gz 3187814 BLAKE2B 91591f21ce813e127794678602df21a38b269de69504f8aba9720aedc705225036737f4c7ca5c61cebac91d93eaa1161ee322acd8ee0c67f2c23096a6b2529c9 SHA512 3f029f34c4da6dc612dcdd747f56d421dca60f163315e0f72497435dbd74da77a5a02ee35f15774aad431e2b6e69a582c038d435ba0c07a53b3f0c83cb1c958a
 DIST protego-0.2.1.tar.gz 3188678 BLAKE2B 2874ffbc7f185946aa4e520ace1c49bea8de9e686ea45b2e70780919f411030d7f3411e8176997c2da2c0d15c8aae563a994acde0c6128deaa26649a138c8e57 SHA512 ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b

diff --git a/dev-python/protego/protego-0.1.16.ebuild b/dev-python/protego/protego-0.1.16.ebuild
deleted file mode 100644
index ae1b03804..000000000
--- a/dev-python/protego/protego-0.1.16.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="robots.txt parser with support for modern conventions"
-HOMEPAGE="https://scrapy.org/"
-SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/
@ 2023-03-08 16:26 Anna Vyalkova
  0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2023-03-08 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     278d1bb83ded4739cc5ba3553507ce17bc1a640c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Mar  8 16:19:12 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Mar  8 16:24:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=278d1bb8

dev-python/protego: enable py3.11

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

 dev-python/protego/protego-0.2.1-r1.ebuild | 24 ++++++++++++++++++++++++
 dev-python/protego/protego-0.2.1.ebuild    | 19 -------------------
 2 files changed, 24 insertions(+), 19 deletions(-)

diff --git a/dev-python/protego/protego-0.2.1-r1.ebuild b/dev-python/protego/protego-0.2.1-r1.ebuild
new file mode 100644
index 000000000..120a162c1
--- /dev/null
+++ b/dev-python/protego/protego-0.2.1-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python robots.txt parser with support for modern conventions"
+HOMEPAGE="
+	https://scrapy.org/
+	https://pypi.org/project/protego/
+	https://github.com/scrapy/protego
+"
+SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest

diff --git a/dev-python/protego/protego-0.2.1.ebuild b/dev-python/protego/protego-0.2.1.ebuild
deleted file mode 100644
index ae1b03804..000000000
--- a/dev-python/protego/protego-0.2.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="robots.txt parser with support for modern conventions"
-HOMEPAGE="https://scrapy.org/"
-SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/
@ 2023-12-29  2:12 Aisha Tammy
  0 siblings, 0 replies; 8+ messages in thread
From: Aisha Tammy @ 2023-12-29  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1b39b4d4a3fddcde5c540d51d4647c788f1db537
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Dec 29 01:52:31 2023 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Dec 29 02:11:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b39b4d4

dev-python/protego: add 0.3.0

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/protego/Manifest             |  1 +
 dev-python/protego/protego-0.3.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/protego/Manifest b/dev-python/protego/Manifest
index ec7f41c27e..45756d3d71 100644
--- a/dev-python/protego/Manifest
+++ b/dev-python/protego/Manifest
@@ -1 +1,2 @@
 DIST protego-0.2.1.tar.gz 3188678 BLAKE2B 2874ffbc7f185946aa4e520ace1c49bea8de9e686ea45b2e70780919f411030d7f3411e8176997c2da2c0d15c8aae563a994acde0c6128deaa26649a138c8e57 SHA512 ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b
+DIST protego-0.3.0.tar.gz 3189825 BLAKE2B 79981352f9916f448416ebfabba2b96eb72ff2ac56065161a4a7e852bbb202e0ec56943ac4276bc808c3cd8f4efb41bbb3b7ab500b674f798024ae7568d99388 SHA512 79f3e20dd33120f67d1790b0faa29762b7f81b03c5f2501bd53be020c59b8dbe6536c952da41df60499344487a2db2f442e0d41510df975f14834724d974b34a

diff --git a/dev-python/protego/protego-0.3.0.ebuild b/dev-python/protego/protego-0.3.0.ebuild
new file mode 100644
index 0000000000..1513c3585b
--- /dev/null
+++ b/dev-python/protego/protego-0.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python robots.txt parser with support for modern conventions"
+HOMEPAGE="
+	https://scrapy.org/
+	https://pypi.org/project/protego/
+	https://github.com/scrapy/protego
+"
+SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/
@ 2023-12-29  2:12 Aisha Tammy
  0 siblings, 0 replies; 8+ messages in thread
From: Aisha Tammy @ 2023-12-29  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     076d3267e92646d5b2441ccaa824ef789537a50a
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Dec 29 02:04:08 2023 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Dec 29 02:11:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=076d3267

dev-python/protego: enable py3.12

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/protego/protego-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/protego/protego-0.3.0.ebuild b/dev-python/protego/protego-0.3.0.ebuild
index 1513c3585b..547d689656 100644
--- a/dev-python/protego/protego-0.3.0.ebuild
+++ b/dev-python/protego/protego-0.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/
@ 2023-12-29  2:12 Aisha Tammy
  0 siblings, 0 replies; 8+ messages in thread
From: Aisha Tammy @ 2023-12-29  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     92d25ec0e5b1553d8f5179740ffc141829eb4f1d
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Dec 29 02:00:57 2023 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Dec 29 02:11:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92d25ec0

dev-python/protego: drop 0.2.1-r1

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/protego/Manifest                |  1 -
 dev-python/protego/protego-0.2.1-r1.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-python/protego/Manifest b/dev-python/protego/Manifest
index 45756d3d71..de7a545a1e 100644
--- a/dev-python/protego/Manifest
+++ b/dev-python/protego/Manifest
@@ -1,2 +1 @@
-DIST protego-0.2.1.tar.gz 3188678 BLAKE2B 2874ffbc7f185946aa4e520ace1c49bea8de9e686ea45b2e70780919f411030d7f3411e8176997c2da2c0d15c8aae563a994acde0c6128deaa26649a138c8e57 SHA512 ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b
 DIST protego-0.3.0.tar.gz 3189825 BLAKE2B 79981352f9916f448416ebfabba2b96eb72ff2ac56065161a4a7e852bbb202e0ec56943ac4276bc808c3cd8f4efb41bbb3b7ab500b674f798024ae7568d99388 SHA512 79f3e20dd33120f67d1790b0faa29762b7f81b03c5f2501bd53be020c59b8dbe6536c952da41df60499344487a2db2f442e0d41510df975f14834724d974b34a

diff --git a/dev-python/protego/protego-0.2.1-r1.ebuild b/dev-python/protego/protego-0.2.1-r1.ebuild
deleted file mode 100644
index 1513c3585b..0000000000
--- a/dev-python/protego/protego-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python robots.txt parser with support for modern conventions"
-HOMEPAGE="
-	https://scrapy.org/
-	https://pypi.org/project/protego/
-	https://github.com/scrapy/protego
-"
-SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-12-29  2:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-29  2:12 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/ Aisha Tammy
  -- strict thread matches above, loose matches on Subject: below --
2023-12-29  2:12 Aisha Tammy
2023-12-29  2:12 Aisha Tammy
2023-03-08 16:26 Anna Vyalkova
2023-02-26 22:42 Anna Vyalkova
2022-08-14  2:06 Aisha Tammy
2021-12-06 16:10 Anna Vyalkova
2021-11-15 19:59 Aisha Tammy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox