Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/robot-detection/, profiles/
Date: Sun, 05 Jun 2022 14:18:52
Message-Id: 1654438590.fbbdf4fbaff5812c633008aeca7998b44ed55ed9.jsmolic@gentoo
1 commit: fbbdf4fbaff5812c633008aeca7998b44ed55ed9
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 14:12:03 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 14:16:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbdf4fb
7
8 dev-python/robot-detection: treeclean
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/robot-detection/Manifest | 1 -
13 dev-python/robot-detection/metadata.xml | 10 ----------
14 .../robot-detection/robot-detection-0.4.0-r1.ebuild | 19 -------------------
15 profiles/package.mask | 1 -
16 4 files changed, 31 deletions(-)
17
18 diff --git a/dev-python/robot-detection/Manifest b/dev-python/robot-detection/Manifest
19 deleted file mode 100644
20 index 9c579d21d319..000000000000
21 --- a/dev-python/robot-detection/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST robot-detection-0.4.0.tar.gz 81090 BLAKE2B d8422567119a633e1f97586895191a5f331e7800db596b204cc6e7a0b44efee1ffbc0e4941911a1410be329126997f59eebb63441e12196feaf5ac8000b1434b SHA512 10b1fbd2307c375e3cd067e43bee1bc0ff71f4b83ede9b92d2fb8d60edfd6d4a8d1a4d06d74e3c0653056f2e2b2cb81a7e997047093e925bd79bf4626d33d85f
25
26 diff --git a/dev-python/robot-detection/metadata.xml b/dev-python/robot-detection/metadata.xml
27 deleted file mode 100644
28 index ff64bfec115c..000000000000
29 --- a/dev-python/robot-detection/metadata.xml
30 +++ /dev/null
31 @@ -1,10 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <!-- maintainer-needed -->
36 - <stabilize-allarches/>
37 - <upstream>
38 - <remote-id type="pypi">robot-detection</remote-id>
39 - <remote-id type="github">rory/robot-detection</remote-id>
40 - </upstream>
41 -</pkgmetadata>
42
43 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
44 deleted file mode 100644
45 index 9619e2b5e7f0..000000000000
46 --- a/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild
47 +++ /dev/null
48 @@ -1,19 +0,0 @@
49 -# Copyright 1999-2021 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=8
53 -
54 -PYTHON_COMPAT=( python3_{8..10} )
55 -inherit distutils-r1
56 -
57 -DESCRIPTION="Module to detect if a given HTTP User Agent is a web crawler"
58 -HOMEPAGE="https://github.com/rory/robot-detection"
59 -SRC_URI="https://github.com/rory/robot-detection/archive/v${PV}.tar.gz -> ${P}.tar.gz"
60 -
61 -LICENSE="GPL-3"
62 -SLOT="0"
63 -KEYWORDS="~amd64"
64 -
65 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
66 -
67 -distutils_enable_tests unittest
68
69 diff --git a/profiles/package.mask b/profiles/package.mask
70 index db06d4795c3a..0b2b6d0dbf40 100644
71 --- a/profiles/package.mask
72 +++ b/profiles/package.mask
73 @@ -365,7 +365,6 @@ dev-python/lazr-delegates
74 dev-python/python3-openid
75 dev-python/rcssmin
76 dev-python/rjsmin
77 -dev-python/robot-detection
78
79 # Matt Turner <mattst88@g.o> (2022-04-30)
80 # Masked for testing. Apparently causes crashes. Bug #841857.