Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-pep8/, profiles/, dev-python/pytest-pep8/files/
Date: Mon, 17 May 2021 21:10:30
Message-Id: 1621285753.7c31d34ceb85a7179b6075b6d6161e66044ead70.sam@gentoo
1 commit: 7c31d34ceb85a7179b6075b6d6161e66044ead70
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon May 17 11:39:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 21:09:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c31d34c
7
8 dev-python/pytest-pep8: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/783366
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/pytest-pep8/Manifest | 1 -
15 dev-python/pytest-pep8/files/1.0.6-MANIFEST.patch | 9 ------
16 dev-python/pytest-pep8/metadata.xml | 11 --------
17 dev-python/pytest-pep8/pytest-pep8-1.0.6-r1.ebuild | 32 ----------------------
18 profiles/package.mask | 6 ----
19 5 files changed, 59 deletions(-)
20
21 diff --git a/dev-python/pytest-pep8/Manifest b/dev-python/pytest-pep8/Manifest
22 deleted file mode 100644
23 index eff0286ebcc..00000000000
24 --- a/dev-python/pytest-pep8/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST pytest-pep8-1.0.6.tar.gz 7271 BLAKE2B edfe2ac899586be9f7fd88f8bad5e5a18200da128d291735a30e374316b5ad449a08956b839605bf3f83b91931fb6890557445fd94f3a5136c7a44ee5e7f91f3 SHA512 162d9e25c264ecd82a51c6798ae75493c724a847ad8cdd953225f73e587f9a14298a6281e541695f6e7471a6121e9b0e4f694270f45ead851e392efcd7aeb758
28
29 diff --git a/dev-python/pytest-pep8/files/1.0.6-MANIFEST.patch b/dev-python/pytest-pep8/files/1.0.6-MANIFEST.patch
30 deleted file mode 100644
31 index 3e9d2f20dcd..00000000000
32 --- a/dev-python/pytest-pep8/files/1.0.6-MANIFEST.patch
33 +++ /dev/null
34 @@ -1,9 +0,0 @@
35 -diff --git a/MANIFEST.in b/MANIFEST.in
36 ---- a/MANIFEST.in
37 -+++ b/MANIFEST.in
38 -@@ -4,5 +4,3 @@
39 - include tox.ini
40 - include LICENSE
41 - include test_pep8.py
42 --graft doc
43 --graft test_pep8.py
44
45 diff --git a/dev-python/pytest-pep8/metadata.xml b/dev-python/pytest-pep8/metadata.xml
46 deleted file mode 100644
47 index d127354cc52..00000000000
48 --- a/dev-python/pytest-pep8/metadata.xml
49 +++ /dev/null
50 @@ -1,11 +0,0 @@
51 -<?xml version="1.0" encoding="UTF-8"?>
52 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 -<pkgmetadata>
54 - <maintainer type="project">
55 - <email>python@g.o</email>
56 - <name>Python</name>
57 - </maintainer>
58 - <upstream>
59 - <remote-id type="pypi">pytest-pep8</remote-id>
60 - </upstream>
61 -</pkgmetadata>
62
63 diff --git a/dev-python/pytest-pep8/pytest-pep8-1.0.6-r1.ebuild b/dev-python/pytest-pep8/pytest-pep8-1.0.6-r1.ebuild
64 deleted file mode 100644
65 index 77735214b84..00000000000
66 --- a/dev-python/pytest-pep8/pytest-pep8-1.0.6-r1.ebuild
67 +++ /dev/null
68 @@ -1,32 +0,0 @@
69 -# Copyright 1999-2020 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=7
73 -
74 -PYTHON_COMPAT=( python3_{7,8} pypy3 )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="pytest plugin to check PEP8 requirements"
79 -HOMEPAGE="https://pypi.org/project/pytest-pep8/"
80 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
81 -
82 -SLOT="0"
83 -LICENSE="MIT"
84 -KEYWORDS="amd64 ~arm64 x86"
85 -IUSE=""
86 -
87 -RDEPEND="
88 - >=dev-python/pep8-1.3[${PYTHON_USEDEP}]
89 - >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
90 - dev-python/pytest-cache[${PYTHON_USEDEP}]
91 -"
92 -DEPEND="${RDEPEND}"
93 -
94 -PATCHES=(
95 - "${FILESDIR}"/1.0.6-MANIFEST.patch
96 -)
97 -
98 -python_test() {
99 - ${EPYTHON} test_pep8.py || die
100 -}
101
102 diff --git a/profiles/package.mask b/profiles/package.mask
103 index 43d5a824929..14301873dab 100644
104 --- a/profiles/package.mask
105 +++ b/profiles/package.mask
106 @@ -691,12 +691,6 @@ dev-java/ical4j
107 # Removal on 2021-05-17. Bug #783369.
108 dev-python/pep8
109
110 -# Michał Górny <mgorny@g.o> (2021-04-17)
111 -# Dead. Upstream repo gone. Requires obsolete dev-python/pep8.
112 -# No revdeps.
113 -# Removal on 2021-05-17. Bug #783366.
114 -dev-python/pytest-pep8
115 -
116 # Volkmar W. Pogatzki <gentoo@××××××××.net> (2021-04-15)
117 # dev-java/jcodings-1.0.55 depends on masked >=virtual/{jdk,jre}-11
118 # dev-java/joni-2.1.41 depends on masked >=virtual/{jdk,jre}-11