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 51092158091 for ; Fri, 6 May 2022 07:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43FFDE08C3; Fri, 6 May 2022 07:41:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 266D3E08C3 for ; Fri, 6 May 2022 07:41:22 +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 03DAD3415F7 for ; Fri, 6 May 2022 07:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FE2D44B for ; Fri, 6 May 2022 07:41:19 +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: <1651822876.0316a8c75f04725192c680f5ad64effb3460fe5f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boolean-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/boolean-py/Manifest dev-python/boolean-py/boolean-py-4.0.ebuild X-VCS-Directories: dev-python/boolean-py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0316a8c75f04725192c680f5ad64effb3460fe5f X-VCS-Branch: master Date: Fri, 6 May 2022 07:41:19 +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: fa5097e9-89bf-4594-8bbe-1692afc9e747 X-Archives-Hash: fabb89ea64a371009f71e82128d96253 commit: 0316a8c75f04725192c680f5ad64effb3460fe5f Author: Michał Górny gentoo org> AuthorDate: Fri May 6 07:29:53 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 6 07:41:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0316a8c7 dev-python/boolean-py: Bump to 4.0 Signed-off-by: Michał Górny gentoo.org> dev-python/boolean-py/Manifest | 1 + dev-python/boolean-py/boolean-py-4.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/boolean-py/Manifest b/dev-python/boolean-py/Manifest index 097a45b1ef41..da88f8cd0964 100644 --- a/dev-python/boolean-py/Manifest +++ b/dev-python/boolean-py/Manifest @@ -1 +1,2 @@ DIST boolean.py-3.8.gh.tar.gz 32063 BLAKE2B a0314852f9d914329476e80f7e11cbc7eb55412ef7c41dec620c2a21d522950fde7471f7e1d9042b2887b5a7462b226c2b6d08c9d3fd46192aa7d6d3426dae80 SHA512 d41ce9a05743342c116d68b88ea36be316ac9fc190a8451aca97b52fde60c58ec49d36d2dee071f83fb5f6ad49337da80bf9de1bf3d479b46386fd87e4cf2f14 +DIST boolean.py-4.0.gh.tar.gz 33855 BLAKE2B 68e183c670684d2f92ad94f2b88616c932c2a85db40fa1a2552bc60c9bf03999bb456e0a91623afba2af4f2c89ef6cacf0c6f0267ac55aadcf02e67c8324c8f6 SHA512 2c92188645c4949478b40c2879f02a0eb6f3f92c0781a910862fcccebaa3476b9f2668ef40a5faec9d5c3a9c7361043a8e1b92ed98e282d6ce89c56b8ac0c2ad diff --git a/dev-python/boolean-py/boolean-py-4.0.ebuild b/dev-python/boolean-py/boolean-py-4.0.ebuild new file mode 100644 index 000000000000..05497a06a6f3 --- /dev/null +++ b/dev-python/boolean-py/boolean-py-4.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..10} ) + +inherit distutils-r1 + +MY_P=${P/-/.} +DESCRIPTION="Define boolean algebras, create and parse boolean expressions" +HOMEPAGE=" + https://pypi.org/project/boolean.py/ + https://github.com/bastikr/boolean.py/ +" +SRC_URI=" + https://github.com/bastikr/boolean.py/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest