Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pastescript/, profiles/
Date: Sun, 31 May 2020 10:07:58
Message-Id: 1590919626.991a4faf9c40aadcf0a6863903eafc403da759f4.mgorny@gentoo
1 commit: 991a4faf9c40aadcf0a6863903eafc403da759f4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:05:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:07:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991a4faf
7
8 dev-python/pastescript: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719350
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pastescript/Manifest | 1 -
14 dev-python/pastescript/metadata.xml | 11 ----
15 dev-python/pastescript/pastescript-2.0.2-r1.ebuild | 59 ----------------------
16 profiles/package.mask | 5 --
17 4 files changed, 76 deletions(-)
18
19 diff --git a/dev-python/pastescript/Manifest b/dev-python/pastescript/Manifest
20 deleted file mode 100644
21 index 87aed62ec40..00000000000
22 --- a/dev-python/pastescript/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST PasteScript-2.0.2.tar.gz 117521 BLAKE2B 2de72050ee7f5b7037b99f9661b5445e523607afc84a8846f0e5d9e89196e302627f552825ce0e4f821b7ed9ed2713c87d7b504a4e2abf092f1e8fa014c40c4b SHA512 2f093eb982972fed354219c75c2e008931cea553960cea8aaafbe57cde8556de5626e7eb9bb3b9b7328bad3b7d9899f11fc9773a65380396dae506e7531516de
26
27 diff --git a/dev-python/pastescript/metadata.xml b/dev-python/pastescript/metadata.xml
28 deleted file mode 100644
29 index f51d9da0abb..00000000000
30 --- a/dev-python/pastescript/metadata.xml
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>python@g.o</email>
38 - <name>Python</name>
39 - </maintainer>
40 - <upstream>
41 - <remote-id type="pypi">PasteScript</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
46 deleted file mode 100644
47 index 0984831efdb..00000000000
48 --- a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
49 +++ /dev/null
50 @@ -1,59 +0,0 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -
56 -PYTHON_COMPAT=( python2_7 python3_6 )
57 -
58 -inherit distutils-r1
59 -
60 -MY_PN="PasteScript"
61 -MY_P="${MY_PN}-${PV}"
62 -
63 -DESCRIPTION="A pluggable command-line frontend, including commands to setup package file layouts"
64 -HOMEPAGE="https://pypi.org/project/PasteScript/"
65 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
66 -
67 -LICENSE="MIT"
68 -SLOT="0"
69 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
70 -IUSE="doc test"
71 -
72 -RDEPEND="
73 - dev-python/namespace-paste[${PYTHON_USEDEP}]
74 - >=dev-python/paste-1.3[${PYTHON_USEDEP}]
75 - dev-python/pastedeploy[${PYTHON_USEDEP}]
76 - dev-python/setuptools[${PYTHON_USEDEP}]"
77 -DEPEND="${RDEPEND}
78 - doc? (
79 - dev-python/pygments[${PYTHON_USEDEP}]
80 - dev-python/sphinx[${PYTHON_USEDEP}]
81 - )
82 - test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
83 -
84 -# Tests are broken.
85 -RESTRICT="test"
86 -
87 -S="${WORKDIR}/${MY_P}"
88 -
89 -python_compile_all() {
90 - if use doc; then
91 - einfo "Generation of documentation"
92 - esetup.py build_sphinx
93 - fi
94 -}
95 -
96 -python_test() {
97 - nosetests -v -v || die
98 -}
99 -
100 -python_install_all() {
101 - distutils-r1_python_install_all
102 -
103 - if use doc; then
104 - cd "${BUILD_DIR}"/sphinx/html || die
105 - dohtml -r [a-z]* _static
106 - fi
107 -
108 - find "${D}" -name '*.pth' -delete || die
109 -}
110
111 diff --git a/profiles/package.mask b/profiles/package.mask
112 index 51f1290bbe4..bf5dcf29b6b 100644
113 --- a/profiles/package.mask
114 +++ b/profiles/package.mask
115 @@ -373,11 +373,6 @@ dev-python/pgpdump
116 # Removal in 30 days. Bug #719352.
117 dev-python/patch
118
119 -# Michał Górny <mgorny@g.o> (2020-04-25)
120 -# Stuck on py3.6. Broken tests. The only revdep last rited.
121 -# Removal in 30 days. Bug #719350.
122 -dev-python/pastescript
123 -
124 # Michał Górny <mgorny@g.o> (2020-04-22)
125 # Effectively unmaintained and stuck on Python 3.6.
126 #