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 8ED08158015 for ; Sat, 16 Dec 2023 15:09:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 836B62BC026; Sat, 16 Dec 2023 15:09:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D49D2BC022 for ; Sat, 16 Dec 2023 15:09:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8934B33BE19 for ; Sat, 16 Dec 2023 15:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26C391474 for ; Sat, 16 Dec 2023 15:09:24 +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: <1702739359.9a8c82c6e94287dbc90c9e7d5c1c8bf942e23da9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dep-logic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dep-logic/Manifest dev-python/dep-logic/dep-logic-0.0.4.ebuild X-VCS-Directories: dev-python/dep-logic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9a8c82c6e94287dbc90c9e7d5c1c8bf942e23da9 X-VCS-Branch: master Date: Sat, 16 Dec 2023 15:09:24 +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: 0ad8ff47-fc76-457f-97b8-42b1bdb353a7 X-Archives-Hash: ca34b3d9f70602c6766690736a6b061d commit: 9a8c82c6e94287dbc90c9e7d5c1c8bf942e23da9 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 16 14:23:56 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 16 15:09:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8c82c6 dev-python/dep-logic: Bump to 0.0.4 Signed-off-by: Michał Górny gentoo.org> dev-python/dep-logic/Manifest | 1 + dev-python/dep-logic/dep-logic-0.0.4.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/dep-logic/Manifest b/dev-python/dep-logic/Manifest index e0d5a2ee21e5..db1f862d3575 100644 --- a/dev-python/dep-logic/Manifest +++ b/dev-python/dep-logic/Manifest @@ -1 +1,2 @@ DIST dep_logic-0.0.3.tar.gz 27138 BLAKE2B 647473a3a14236e1103994936012f6a19602d1c33bb0a0dd595859fdcdba319b45f60adc244633fb01a805deda5250a03ff96f09651b68e98eb525b96cb02e4f SHA512 d69811e15412824c43a14cb58ae4ae38ae213ee927adb2ca01980c5ca90aab55d82096e53eab0b3a337b229943001c2df6c03c1817296f9b2cb4b21d28d23e4c +DIST dep_logic-0.0.4.tar.gz 27197 BLAKE2B e7047c767a0c29f05975c53da0bd0ef1232abef7f34cf6430a877251a56af7fff7e3a11c28781d74d32436ef0d5ce6647356f9ebc35b2fb925333ed4d973830f SHA512 fc2d300f1a71a751cb2d983cd25251b4cfe4cf2f61397625cadaf8d528d4ca4a393714cce3fc970665c278f6711aedba936c07050d458f4111280a4031ad9edb diff --git a/dev-python/dep-logic/dep-logic-0.0.4.ebuild b/dev-python/dep-logic/dep-logic-0.0.4.ebuild new file mode 100644 index 000000000000..f3fd56588489 --- /dev/null +++ b/dev-python/dep-logic/dep-logic-0.0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=pdm-backend +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python dependency specifications supporting logical operations" +HOMEPAGE=" + https://github.com/pdm-project/dep-logic/ + https://pypi.org/project/dep-logic/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + >=dev-python/packaging-22[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest