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/whatever/
Date: Sun, 29 Jan 2023 10:10:46
Message-Id: 1674986716.9c30ae7913dd20db4072d5173a47d61373384931.mgorny@gentoo
1 commit: 9c30ae7913dd20db4072d5173a47d61373384931
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 10:05:16 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 10:05:16 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c30ae79
7
8 dev-python/whatever: Bump to 0.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/whatever/Manifest | 1 +
13 dev-python/whatever/whatever-0.7.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-python/whatever/Manifest b/dev-python/whatever/Manifest
17 index dc2c8578b57f..11b9a3c92eeb 100644
18 --- a/dev-python/whatever/Manifest
19 +++ b/dev-python/whatever/Manifest
20 @@ -1 +1,2 @@
21 DIST whatever-0.6.gh.tar.gz 6003 BLAKE2B 410093960b8e17b1e0a7f91d7692bfd9e3f88a73cffb17a9a1763d42674cb1ec75da2b0a6575279c93451f24504086bdb89487bcc44bb116cbb2af89b9a7521b SHA512 f982100f0d6a8bf4c30e452a083c75f4cb2bca07e57e40ba4fd66baca752f039aea9519ffb97b3d43708df0ff5e981d0c4d03773f225106aa2f43e7770ee1975
22 +DIST whatever-0.7.gh.tar.gz 6373 BLAKE2B 401edadee8379dda2a2a90d7e02b64e2c091b4ad6a9ae3c25b9513b3953f09c89b7cad5bf48fc96713a332a8e3891f2bbca755c7f6d4817578eeab1f986e8640 SHA512 7641957f6eabad0d8485dac9b9cfaf0c6a8426ec9817c4e0748e669561fb5fbe21932f9bb864362ee34f5a5bff8ce6f6803c428130c1af3aabef3d583d7a582e
23
24 diff --git a/dev-python/whatever/whatever-0.7.ebuild b/dev-python/whatever/whatever-0.7.ebuild
25 new file mode 100644
26 index 000000000000..24b4808c54e5
27 --- /dev/null
28 +++ b/dev-python/whatever/whatever-0.7.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=( python3_{9..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Easy anonymous functions by partial application of operators"
41 +HOMEPAGE="
42 + https://github.com/Suor/whatever/
43 + https://pypi.org/project/whatever/
44 +"
45 +SRC_URI="
46 + https://github.com/Suor/whatever/archive/${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="BSD"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +
54 +distutils_enable_tests pytest