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: profiles/, dev-python/xstatic/
Date: Sun, 31 May 2020 10:22:33
Message-Id: 1590920517.dc98212d00b7ec1ba0bc9a26b0ef32e62c9e3058.mgorny@gentoo
1 commit: dc98212d00b7ec1ba0bc9a26b0ef32e62c9e3058
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:21:46 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:21:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc98212d
7
8 dev-python/xstatic: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719660
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/xstatic/Manifest | 1 -
14 dev-python/xstatic/metadata.xml | 11 -----------
15 dev-python/xstatic/xstatic-1.0.1.ebuild | 30 ------------------------------
16 profiles/package.mask | 12 ------------
17 4 files changed, 54 deletions(-)
18
19 diff --git a/dev-python/xstatic/Manifest b/dev-python/xstatic/Manifest
20 deleted file mode 100644
21 index d013a21ef94..00000000000
22 --- a/dev-python/xstatic/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST xstatic-1.0.1.tar.gz 2588 BLAKE2B 55e937e62cb845a9095d41b42b484d740557681f4b811522093c6486d97b9e5daa3d12af953bc24a37ed39df58d3adad1cb578ca434b8c0cf0ab4f4b23fff0ff SHA512 03b227a5971959c79c6b389d3bd1f6db724a439101599b8ae65b7d010712184308e30377125bbf24ce84994aa6e9add3d462fba9bee0008154d3753d3199040f
26
27 diff --git a/dev-python/xstatic/metadata.xml b/dev-python/xstatic/metadata.xml
28 deleted file mode 100644
29 index 8768d46bf62..00000000000
30 --- a/dev-python/xstatic/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 Project</name>
39 - </maintainer>
40 - <upstream>
41 - <remote-id type="pypi">XStatic</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/dev-python/xstatic/xstatic-1.0.1.ebuild b/dev-python/xstatic/xstatic-1.0.1.ebuild
46 deleted file mode 100644
47 index ebf39fd817e..00000000000
48 --- a/dev-python/xstatic/xstatic-1.0.1.ebuild
49 +++ /dev/null
50 @@ -1,30 +0,0 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=6
55 -
56 -PYTHON_COMPAT=( python3_6 )
57 -
58 -inherit distutils-r1
59 -
60 -MY_PN="XStatic"
61 -MY_P="${MY_PN}-${PV}"
62 -
63 -DESCRIPTION="XStatic base package with minimal support code"
64 -HOMEPAGE="https://pypi.org/project/XStatic"
65 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
66 -
67 -LICENSE="MIT"
68 -SLOT="0"
69 -KEYWORDS="~amd64 ~x86"
70 -IUSE="test"
71 -RESTRICT="!test? ( test )"
72 -
73 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
74 -
75 -S="${WORKDIR}/${MY_P}"
76 -
77 -python_install() {
78 - distutils-r1_python_install
79 - find "${ED}" -name '*.pth' -delete || die
80 -}
81
82 diff --git a/profiles/package.mask b/profiles/package.mask
83 index fd2bf5ffcd4..a33f57f4580 100644
84 --- a/profiles/package.mask
85 +++ b/profiles/package.mask
86 @@ -270,18 +270,6 @@ dev-go/go-net
87 dev-go/go-sys
88 =dev-embedded/arduino-builder-1.4.1
89
90 -# Michał Górny <mgorny@g.o> (2020-04-26)
91 -# Unmaintained. Stuck on py3.6. Missing tests (but having an unused
92 -# test flag!). The only revdep is app-admin/ara that is masked
93 -# for removal already.
94 -# Removal in 30 days. Bug #719660.
95 -dev-python/xstatic
96 -dev-python/xstatic-bootstrap-scss
97 -dev-python/xstatic-datatables
98 -dev-python/xstatic-jquery
99 -dev-python/xstatic-patternfly
100 -dev-python/xstatic-patternfly-bootstrap-treeview
101 -
102 # Michał Górny <mgorny@g.o> (2020-04-26)
103 # Unmaintained. Stuck on Python 3.6. No revdeps.
104 # Removal in 30 days. Bug #719604.