summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2020-09-16 19:30:43 +0200
committerHanno Böck <hanno@gentoo.org>2020-09-16 19:30:43 +0200
commita0118dbd5759cf60f8ac49f0e1557e4b783952ba (patch)
tree46cf0f79493ce4acc7ad6ff0098b47d27522a60a /dev-python/robot-detection
parentdev-python/django-compressor: Initial commit. (diff)
downloadgentoo-a0118dbd5759cf60f8ac49f0e1557e4b783952ba.tar.gz
gentoo-a0118dbd5759cf60f8ac49f0e1557e4b783952ba.tar.bz2
gentoo-a0118dbd5759cf60f8ac49f0e1557e4b783952ba.zip
dev-python/robot-detection: Initial commit.
Needed for mailman 3. Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-3.0.7, Repoman-3.0.1
Diffstat (limited to 'dev-python/robot-detection')
-rw-r--r--dev-python/robot-detection/Manifest1
-rw-r--r--dev-python/robot-detection/metadata.xml11
-rw-r--r--dev-python/robot-detection/robot-detection-0.4.0.ebuild15
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/robot-detection/Manifest b/dev-python/robot-detection/Manifest
new file mode 100644
index 000000000000..9c579d21d319
--- /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 000000000000..80afc2dedf63
--- /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 000000000000..d4e7b9b609b8
--- /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"