From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3734415800F for ; Sun, 29 Jan 2023 10:10:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E6D2E07D4; Sun, 29 Jan 2023 10:10:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56628E07D4 for ; Sun, 29 Jan 2023 10:10:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 433E3340E7A for ; Sun, 29 Jan 2023 10:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A02837F8 for ; Sun, 29 Jan 2023 10:10:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1674986716.9c30ae7913dd20db4072d5173a47d61373384931.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/whatever/Manifest dev-python/whatever/whatever-0.7.ebuild X-VCS-Directories: dev-python/whatever/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9c30ae7913dd20db4072d5173a47d61373384931 X-VCS-Branch: master Date: Sun, 29 Jan 2023 10:10:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 078acf12-5231-4230-8de7-c2303432c3eb X-Archives-Hash: e688ce9824b565e58dfead3c0862186b commit: 9c30ae7913dd20db4072d5173a47d61373384931 Author: Michał Górny gentoo org> AuthorDate: Sun Jan 29 10:05:16 2023 +0000 Commit: Michał Górny gentoo 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 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