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>[email protected]</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"
