commit:     9c30ae7913dd20db4072d5173a47d61373384931
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 10:05:16 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 10:05:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c30ae79

dev-python/whatever: Bump to 0.7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/whatever/Manifest            |  1 +
 dev-python/whatever/whatever-0.7.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/whatever/Manifest b/dev-python/whatever/Manifest
index dc2c8578b57f..11b9a3c92eeb 100644
--- a/dev-python/whatever/Manifest
+++ b/dev-python/whatever/Manifest
@@ -1 +1,2 @@
 DIST whatever-0.6.gh.tar.gz 6003 BLAKE2B 
410093960b8e17b1e0a7f91d7692bfd9e3f88a73cffb17a9a1763d42674cb1ec75da2b0a6575279c93451f24504086bdb89487bcc44bb116cbb2af89b9a7521b
 SHA512 
f982100f0d6a8bf4c30e452a083c75f4cb2bca07e57e40ba4fd66baca752f039aea9519ffb97b3d43708df0ff5e981d0c4d03773f225106aa2f43e7770ee1975
+DIST whatever-0.7.gh.tar.gz 6373 BLAKE2B 
401edadee8379dda2a2a90d7e02b64e2c091b4ad6a9ae3c25b9513b3953f09c89b7cad5bf48fc96713a332a8e3891f2bbca755c7f6d4817578eeab1f986e8640
 SHA512 
7641957f6eabad0d8485dac9b9cfaf0c6a8426ec9817c4e0748e669561fb5fbe21932f9bb864362ee34f5a5bff8ce6f6803c428130c1af3aabef3d583d7a582e

diff --git a/dev-python/whatever/whatever-0.7.ebuild 
b/dev-python/whatever/whatever-0.7.ebuild
new file mode 100644
index 000000000000..24b4808c54e5
--- /dev/null
+++ b/dev-python/whatever/whatever-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Easy anonymous functions by partial application of operators"
+HOMEPAGE="
+       https://github.com/Suor/whatever/
+       https://pypi.org/project/whatever/
+"
+SRC_URI="
+       https://github.com/Suor/whatever/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest

Reply via email to