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/random2/
Date: Sat, 02 Apr 2022 15:58:39
Message-Id: 1648915080.3bdde50c1e07495fa120d9b6efb4ed34bfcb9c79.mgorny@gentoo
1 commit: 3bdde50c1e07495fa120d9b6efb4ed34bfcb9c79
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 15:58:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 15:58:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdde50c
7
8 dev-python/random2: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/random2/random2-1.0.1-r1.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-python/random2/random2-1.0.1-r1.ebuild b/dev-python/random2/random2-1.0.1-r1.ebuild
16 deleted file mode 100644
17 index a78c5fe055be..000000000000
18 --- a/dev-python/random2/random2-1.0.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{7..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Python-2.7 random module ported to python-3"
30 -HOMEPAGE="https://pypi.org/project/random2/"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
32 -
33 -LICENSE="PSF-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 arm64 ~riscv x86"
36 -
37 -BDEPEND="app-arch/unzip"
38 -
39 -distutils_enable_tests setup.py
40 -
41 -PATCHES=( "${FILESDIR}/${P}-py39-tests.patch" )