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/lockfile/
Date: Sun, 26 Jun 2022 17:53:53
Message-Id: 1656265734.9e41f5715d3725ba2b69f5aa25743e46e9f70c38.mgorny@gentoo
1 commit: 9e41f5715d3725ba2b69f5aa25743e46e9f70c38
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 17:48:54 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 17:48:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e41f571
7
8 dev-python/lockfile: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
16 deleted file mode 100644
17 index 1d9b54e15ac9..000000000000
18 --- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Platform-independent file locking module"
31 -HOMEPAGE="https://launchpad.net/pylockfile https://pypi.org/project/lockfile/"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
37 -
38 -BDEPEND=">dev-python/pbr-1.8[${PYTHON_USEDEP}]"
39 -
40 -distutils_enable_tests nose
41 -distutils_enable_sphinx doc/source --no-autodoc