Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/statistics/
Date: Tue, 30 Apr 2019 14:20:21
Message-Id: 1556633922.d544ec487615d6939412a05e4e3eb5d07c2ac836.vdupras@gentoo
1 commit: d544ec487615d6939412a05e4e3eb5d07c2ac836
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 30 14:18:42 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 30 14:18:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d544ec48
7
8 dev-python/statistics: remove last-rited package
9
10 Bug: https://bugs.gentoo.org/616596
11 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
12
13 dev-python/statistics/Manifest | 2 --
14 dev-python/statistics/metadata.xml | 16 -------------
15 dev-python/statistics/statistics-1.0.3.5.ebuild | 22 ------------------
16 .../statistics/statistics-3.4.0_beta3.ebuild | 26 ----------------------
17 profiles/package.mask | 1 -
18 5 files changed, 67 deletions(-)
19
20 diff --git a/dev-python/statistics/Manifest b/dev-python/statistics/Manifest
21 deleted file mode 100644
22 index 0e4af9db25c..00000000000
23 --- a/dev-python/statistics/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST statistics-1.0.3.5.tar.gz 8303 BLAKE2B bbefc6b9ea5fa00f2980072afced8810e9a33acba5ef07ffbaa6c6356a1dd66fe8062b98bf6d4273860d482aa352453395c16143220afca7050cee3546fad8ab SHA512 1d7fd2304a885dbd9ebc564323349f9c5ad1ea1ecea8182b52a1f42308963bd49f07c9dc9f0b87a35d2f6ed3c37429dbc38183c0b1bd65a527558e4504a9a3a0
27 -DIST statistics-3.4.0b3.tar.gz 12486 BLAKE2B d13c8fdba3a8788f1959a97fb3d11c53cdfa5d217751b0b1303d0be186e6f37a27ba5f641cf0cc90ecb96482527bdaa4b61778795a6c6a0fa19a93d881376d2a SHA512 d7bd7614fe3afe24e542eaebfedcd2147111ec567024e2533faaa379438c3f53138ce205c9b8fc71bed51bc13d5cb3d370b476f199a6250f4457adcba4be6522
28
29 diff --git a/dev-python/statistics/metadata.xml b/dev-python/statistics/metadata.xml
30 deleted file mode 100644
31 index 41bf24bdbdc..00000000000
32 --- a/dev-python/statistics/metadata.xml
33 +++ /dev/null
34 @@ -1,16 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 - <maintainer type="project">
39 - <email>python@g.o</email>
40 - <name>Python</name>
41 - </maintainer>
42 - <upstream>
43 - <remote-id type="pypi">statistics</remote-id>
44 - <maintainer status="unknown">
45 - <email>stefano@××××××××××××××.com</email>
46 - <name>Stefano Crosta</name>
47 - </maintainer>
48 - <remote-id type="github">digitalemagine/py-statistics</remote-id>
49 - </upstream>
50 -</pkgmetadata>
51
52 diff --git a/dev-python/statistics/statistics-1.0.3.5.ebuild b/dev-python/statistics/statistics-1.0.3.5.ebuild
53 deleted file mode 100644
54 index 45d4800ffbe..00000000000
55 --- a/dev-python/statistics/statistics-1.0.3.5.ebuild
56 +++ /dev/null
57 @@ -1,22 +0,0 @@
58 -# Copyright 1999-2018 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=5
62 -
63 -PYTHON_COMPAT=( python2_7 pypy pypy3 )
64 -
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="A Python 2.* port of 3.4 Statistics Module"
68 -HOMEPAGE="https://github.com/digitalemagine/py-statistics
69 - https://pypi.org/project/statistics/"
70 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
71 -
72 -LICENSE="Apache-2.0"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
75 -IUSE=""
76 -
77 -RDEPEND=""
78 -DEPEND="${RDEPEND}
79 - dev-python/setuptools[${PYTHON_USEDEP}]"
80
81 diff --git a/dev-python/statistics/statistics-3.4.0_beta3.ebuild b/dev-python/statistics/statistics-3.4.0_beta3.ebuild
82 deleted file mode 100644
83 index 10ab210b6b9..00000000000
84 --- a/dev-python/statistics/statistics-3.4.0_beta3.ebuild
85 +++ /dev/null
86 @@ -1,26 +0,0 @@
87 -# Copyright 1999-2018 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=6
91 -
92 -PYTHON_COMPAT=( python2_7 pypy pypy3 )
93 -
94 -inherit distutils-r1
95 -
96 -MY_P=${PN}-${PV/_beta/b}
97 -
98 -DESCRIPTION="A Python 2.* port of 3.4 Statistics Module"
99 -HOMEPAGE="https://github.com/digitalemagine/py-statistics
100 - https://pypi.org/project/statistics/"
101 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
102 -
103 -LICENSE="PSF-2"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
106 -IUSE=""
107 -
108 -RDEPEND=""
109 -DEPEND="${RDEPEND}
110 - dev-python/setuptools[${PYTHON_USEDEP}]"
111 -
112 -S=${WORKDIR}/${MY_P}
113
114 diff --git a/profiles/package.mask b/profiles/package.mask
115 index de44c1ff205..d9825ef16c2 100644
116 --- a/profiles/package.mask
117 +++ b/profiles/package.mask
118 @@ -609,7 +609,6 @@ media-plugins/vdr-markad
119 # Virgil Dupras <vdupras@g.o> (31 Mar 2019)
120 # Unmaintained, no revdeps.
121 # Removal in 30 days. Bug #616596
122 -dev-python/statistics
123 dev-python/reverend
124
125 # Michał Górny <mgorny@g.o> (31 Mar 2019)