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/eradicate/
Date: Thu, 02 Mar 2023 05:13:20
Message-Id: 1677732795.c01fc9e5b1b5682917187e04ee445c1f7d68b79d.mgorny@gentoo
1 commit: c01fc9e5b1b5682917187e04ee445c1f7d68b79d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 04:53:15 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 04:53:15 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01fc9e5
7
8 dev-python/eradicate: Bump to 2.2.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/eradicate/Manifest | 1 +
13 dev-python/eradicate/eradicate-2.2.0.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-python/eradicate/Manifest b/dev-python/eradicate/Manifest
17 index 7864f6650ec2..0920215bb3e4 100644
18 --- a/dev-python/eradicate/Manifest
19 +++ b/dev-python/eradicate/Manifest
20 @@ -1 +1,2 @@
21 DIST eradicate-2.1.0.tar.gz 8706 BLAKE2B 5b5cab1c465c8295157bec1e8e39f0e33dbe31957da01ec44bbabf54a2b19c519a35cd7d2b92217d5395ce7397b3ae70175766a83b66d05e723fc5b5a019eb40 SHA512 a9b06745bceff909a1bbe34348b8e4c17d7f1e0ab3b554206633f350725c34a9b7238b3af6a40516081bc06aa86cdd593b27b90efa083ac024b0226f7cfc4df3
22 +DIST eradicate-2.2.0.gh.tar.gz 8808 BLAKE2B 34d1db824f6288d5da5cdc868045d899041b219e4918f5e838c066eb4e9903c2951c7cdded56c7c5455336940c212eb3e68ae61b9e090f497c3e6ef199f71e80 SHA512 80b7dd60004a5f4279a87c692b63de1b340c68d1379d975ef660130a649acbc03a5c5d6db935c782b84bbc7c2ab50b0ada2a172eafce1945113b3bccfb8055b5
23
24 diff --git a/dev-python/eradicate/eradicate-2.2.0.ebuild b/dev-python/eradicate/eradicate-2.2.0.ebuild
25 new file mode 100644
26 index 000000000000..d77ad1099711
27 --- /dev/null
28 +++ b/dev-python/eradicate/eradicate-2.2.0.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( pypy3 python3_{9..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Removes commented-out code from Python files"
41 +HOMEPAGE="
42 + https://github.com/myint/eradicate/
43 + https://pypi.org/project/eradicate/
44 +"
45 +SRC_URI="
46 + https://github.com/myint/eradicate/archive/${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="MIT"
51 +SLOT="0"
52 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
53 +
54 +distutils_enable_tests unittest