summaryrefslogtreecommitdiff
path: root/dev-python/robot-detection
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/robot-detection
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/robot-detection')
-rw-r--r--dev-python/robot-detection/Manifest3
-rw-r--r--dev-python/robot-detection/metadata.xml10
-rw-r--r--dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild19
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/robot-detection/Manifest b/dev-python/robot-detection/Manifest
deleted file mode 100644
index e0773d828fa3..000000000000
--- a/dev-python/robot-detection/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST robot-detection-0.4.0.tar.gz 81090 BLAKE2B d8422567119a633e1f97586895191a5f331e7800db596b204cc6e7a0b44efee1ffbc0e4941911a1410be329126997f59eebb63441e12196feaf5ac8000b1434b SHA512 10b1fbd2307c375e3cd067e43bee1bc0ff71f4b83ede9b92d2fb8d60edfd6d4a8d1a4d06d74e3c0653056f2e2b2cb81a7e997047093e925bd79bf4626d33d85f
-EBUILD robot-detection-0.4.0-r1.ebuild 503 BLAKE2B 5f8c186e95d48be93168d763a5283b7151ec2b8f3df5a216b1a57c594b873f512a5ad681014a0e6615d2f258917020640469fdbbb88dc314537c24c023233de0 SHA512 47336bff8bca04b66c6eae7bb45b7f47883c4e4d4324e27448baf58da01b9bc30cdb2c64ccb91dc0f43cb0d625442c8fcbc2721b3a22858b983cea379ca74cd1
-MISC metadata.xml 330 BLAKE2B 419eade94e8b94f4e84d847d89be6b787ae8d2b80194e8ff53b46b9976c81a2144ffc70c3ab055338ac3840eb758fb08a53c515bd4361d8f2a2804c37d3598b1 SHA512 59cb1b18bc59afb9b6812b30c9b4ceb1c2fca879ba9e36670448e4729da98d00cfbb12485406be04fef624eb322015a10d0e9dfb5917ddec137e32ec5f356cd0
diff --git a/dev-python/robot-detection/metadata.xml b/dev-python/robot-detection/metadata.xml
deleted file mode 100644
index ff64bfec115c..000000000000
--- a/dev-python/robot-detection/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <stabilize-allarches/>
- <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-r1.ebuild b/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild
deleted file mode 100644
index 9619e2b5e7f0..000000000000
--- a/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest