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/py/
Date: Sun, 27 Feb 2022 18:58:54
Message-Id: 1645988258.bf08e060ce737c5a6320692fb3d3220d5d5a2959.mgorny@gentoo
1 commit: bf08e060ce737c5a6320692fb3d3220d5d5a2959
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:57:38 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:57:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf08e060
7
8 dev-python/py: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/py/py-1.11.0.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-python/py/py-1.11.0.ebuild b/dev-python/py/py-1.11.0.ebuild
16 deleted file mode 100644
17 index 6bc4dafc3a51..000000000000
18 --- a/dev-python/py/py-1.11.0.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
30 -HOMEPAGE="https://py.readthedocs.io/ https://pypi.org/project/py/"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 -# This package is unmaintained and keeps being broken periodically.
37 -RESTRICT=test
38 -
39 -BDEPEND="
40 - dev-python/setuptools_scm[${PYTHON_USEDEP}]"
41 -
42 -distutils_enable_tests pytest