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/ansi/
Date: Mon, 31 Jan 2022 23:47:06
Message-Id: 1643672813.ae231920562e1c3f1122367ff4c53f7484cd0ffb.mgorny@gentoo
1 commit: ae231920562e1c3f1122367ff4c53f7484cd0ffb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 22:34:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 23:46:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae231920
7
8 dev-python/ansi: Bump to 0.3.5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ansi/Manifest | 1 +
13 dev-python/ansi/ansi-0.3.5.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/ansi/Manifest b/dev-python/ansi/Manifest
17 index dba5288bc241..b45fe7261f74 100644
18 --- a/dev-python/ansi/Manifest
19 +++ b/dev-python/ansi/Manifest
20 @@ -1 +1,2 @@
21 DIST ansi-0.2.0.tar.gz 5173 BLAKE2B 436caa8e1f36e96f1844e79e3a0ff0c4099e76b25ce9f56c9d8663aeeb650f32fba75a14fe8548f557fb020e2340707272fdda4cdd3c245c903a4f801ae48413 SHA512 22c69b5030f03eca9470e288c16e62042ccd02ef2e232600a4fab629354601d5da0f7c16b60dae7293c69255e5d4125298890d99dba8e5387960a5be60b92d61
22 +DIST ansi-0.3.5.tar.gz 6597 BLAKE2B 4e32bd7add4af1d9f11173aa79d6ed139814f3b3727a4599f104e8632a4e169fdaccf3e18ecf425f86c17c70c1d185f6a915bd9cbac2589d376fc23c338127e6 SHA512 a12b7e1231c2691edf6d807907fe6b8a8d6c6bc116fd9681b6bb7603e6e2ce7af17e3e7892d4046752844327eb8f02a248f93686640bec24dbe2be59202b01e3
23
24 diff --git a/dev-python/ansi/ansi-0.3.5.ebuild b/dev-python/ansi/ansi-0.3.5.ebuild
25 new file mode 100644
26 index 000000000000..838f9f8f9f2e
27 --- /dev/null
28 +++ b/dev-python/ansi/ansi-0.3.5.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2022 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=( python3_{8..10} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="ANSI cursor movement and graphics in Python"
41 +HOMEPAGE="https://github.com/tehmaze/ansi/"
42 +SRC_URI="https://github.com/tehmaze/${PN}/archive/${P}.tar.gz"
43 +S="${WORKDIR}/${PN}-${P}"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +distutils_enable_tests pytest