* [gentoo-commits] repo/gentoo:master commit in: dev-python/robot-detection/
@ 2020-09-16 17:30 Hanno Böck
0 siblings, 0 replies; 5+ messages in thread
From: Hanno Böck @ 2020-09-16 17:30 UTC (permalink / raw
To: gentoo-commits
commit: a0118dbd5759cf60f8ac49f0e1557e4b783952ba
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 17:30:43 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 17:30:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0118dbd
dev-python/robot-detection: Initial commit.
Needed for mailman 3.
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.7, Repoman-3.0.1
dev-python/robot-detection/Manifest | 1 +
dev-python/robot-detection/metadata.xml | 11 +++++++++++
dev-python/robot-detection/robot-detection-0.4.0.ebuild | 15 +++++++++++++++
3 files changed, 27 insertions(+)
diff --git a/dev-python/robot-detection/Manifest b/dev-python/robot-detection/Manifest
new file mode 100644
index 00000000000..9c579d21d31
--- /dev/null
+++ b/dev-python/robot-detection/Manifest
@@ -0,0 +1 @@
+DIST robot-detection-0.4.0.tar.gz 81090 BLAKE2B d8422567119a633e1f97586895191a5f331e7800db596b204cc6e7a0b44efee1ffbc0e4941911a1410be329126997f59eebb63441e12196feaf5ac8000b1434b SHA512 10b1fbd2307c375e3cd067e43bee1bc0ff71f4b83ede9b92d2fb8d60edfd6d4a8d1a4d06d74e3c0653056f2e2b2cb81a7e997047093e925bd79bf4626d33d85f
diff --git a/dev-python/robot-detection/metadata.xml b/dev-python/robot-detection/metadata.xml
new file mode 100644
index 00000000000..80afc2dedf6
--- /dev/null
+++ b/dev-python/robot-detection/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>hanno@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">robot-detection</remote-id>
+ <remote-id type="github">rory/robot-detection</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/robot-detection/robot-detection-0.4.0.ebuild b/dev-python/robot-detection/robot-detection-0.4.0.ebuild
new file mode 100644
index 00000000000..d4e7b9b609b
--- /dev/null
+++ b/dev-python/robot-detection/robot-detection-0.4.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Module to detect if a given HTTP User Agent is a web crawler."
+HOMEPAGE="https://github.com/rory/robot-detection"
+SRC_URI="https://github.com/rory/robot-detection/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robot-detection/
@ 2021-10-11 8:24 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2021-10-11 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 1d72a5b3408c716a33520f4e2f8ee72eceb7979b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:03:40 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 08:24:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d72a5b3
dev-python/robot-detection: enable py3.10, enable tests
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/robot-detection/robot-detection-0.4.0.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/robot-detection/robot-detection-0.4.0.ebuild b/dev-python/robot-detection/robot-detection-0.4.0.ebuild
index a581ad55959..e43ccf95790 100644
--- a/dev-python/robot-detection/robot-detection-0.4.0.ebuild
+++ b/dev-python/robot-detection/robot-detection-0.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Module to detect if a given HTTP User Agent is a web crawler."
@@ -13,3 +13,5 @@ SRC_URI="https://github.com/rory/robot-detection/archive/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robot-detection/
@ 2021-10-11 8:24 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2021-10-11 8:24 UTC (permalink / raw
To: gentoo-commits
commit: fe99873ff54b0a6343b8a49a91116fee8885d09f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:04:05 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 08:24:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe99873f
dev-python/robot-detection: mark ALLARCHES
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/robot-detection/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/robot-detection/metadata.xml b/dev-python/robot-detection/metadata.xml
index 3586f94478b..77b8155fb3c 100644
--- a/dev-python/robot-detection/metadata.xml
+++ b/dev-python/robot-detection/metadata.xml
@@ -4,6 +4,7 @@
<maintainer type="person">
<email>hanno@gentoo.org</email>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">robot-detection</remote-id>
<remote-id type="github">rory/robot-detection</remote-id>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robot-detection/
@ 2021-10-11 19:57 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2021-10-11 19:57 UTC (permalink / raw
To: gentoo-commits
commit: 83b413dccbd73b62c052730801dc85d3b5af888d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 19:56:24 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 19:56:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b413dc
dev-python/robot-detection: add missing six rdep
Closes: https://bugs.gentoo.org/817785
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../{robot-detection-0.4.0.ebuild => robot-detection-0.4.0-r1.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/robot-detection/robot-detection-0.4.0.ebuild b/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild
similarity index 91%
rename from dev-python/robot-detection/robot-detection-0.4.0.ebuild
rename to dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild
index e43ccf95790..1e1542c360f 100644
--- a/dev-python/robot-detection/robot-detection-0.4.0.ebuild
+++ b/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild
@@ -14,4 +14,6 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robot-detection/
@ 2021-12-27 18:15 Hanno Böck
0 siblings, 0 replies; 5+ messages in thread
From: Hanno Böck @ 2021-12-27 18:15 UTC (permalink / raw
To: gentoo-commits
commit: bbe63f1f7056ab072d951d6c078a1140fe15a1a3
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 27 18:15:50 2021 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Dec 27 18:15:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe63f1f
dev-python/robot-detection: Remove myself as maintainer
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
dev-python/robot-detection/metadata.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/robot-detection/metadata.xml b/dev-python/robot-detection/metadata.xml
index 77b8155fb3c3..ff64bfec115c 100644
--- a/dev-python/robot-detection/metadata.xml
+++ b/dev-python/robot-detection/metadata.xml
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>hanno@gentoo.org</email>
- </maintainer>
+ <!-- maintainer-needed -->
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">robot-detection</remote-id>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-12-27 18:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-11 8:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/robot-detection/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2021-12-27 18:15 Hanno Böck
2021-10-11 19:57 Arthur Zamarin
2021-10-11 8:24 Arthur Zamarin
2020-09-16 17:30 Hanno Böck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox