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 3E0D815801C for ; Mon, 28 Aug 2023 05:13:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 721F62BC067; Mon, 28 Aug 2023 05:13:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5C2E12BC066 for ; Mon, 28 Aug 2023 05:13:55 +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 9CE02340D1F for ; Mon, 28 Aug 2023 05:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F3E610CC for ; Mon, 28 Aug 2023 05:13:51 +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: <1693199625.7cb3bb792b47f56f28e37be93bc25af348078727.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kaptan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kaptan/Manifest dev-python/kaptan/kaptan-0.6.0.ebuild X-VCS-Directories: dev-python/kaptan/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7cb3bb792b47f56f28e37be93bc25af348078727 X-VCS-Branch: master Date: Mon, 28 Aug 2023 05:13:51 +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: 1046f4bb-fb04-43af-96bb-bd3fcbbd82f8 X-Archives-Hash: 1dbcf61227c4200e958718b6317f665f commit: 7cb3bb792b47f56f28e37be93bc25af348078727 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 28 05:01:21 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 28 05:13:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb3bb79 dev-python/kaptan: Bump to 0.6.0 Signed-off-by: Michał Górny gentoo.org> dev-python/kaptan/Manifest | 1 + dev-python/kaptan/kaptan-0.6.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/kaptan/Manifest b/dev-python/kaptan/Manifest index 98130d04cb90..a50de8395983 100644 --- a/dev-python/kaptan/Manifest +++ b/dev-python/kaptan/Manifest @@ -1 +1,2 @@ DIST kaptan-0.5.12.tar.gz 10539 BLAKE2B 678e1aae6053a7075218a0fd9ef928685e7ce9ebf385c6953275b06d1bbf67d4c8434838a7a8f0b0ec8b02e7bef434d7f68698060bea2b4232cd5ef7fa83f0b3 SHA512 fccf767749e9473947bd7cb493ddb30f7dc1b2e10ce932ca327ae3423bc023fa9c76910ac249269ee546eb9162e4ce151e2ad0b9685d888854a7185c855ae143 +DIST kaptan-0.6.0.tar.gz 11861 BLAKE2B e2ce4775716fd3bdd286c3edf0f04ee842cbcd7b1347b6ccf6590ede024769561e2302c685afe9148a8141ce24aa14fdd5037354b548069ec91fcac427a6de78 SHA512 8c65ef67069178ff5480e68c5247e19a4700f26b0f8fa9030631f4103ea235491b238bd673e01c09c7cac7133689940236cbc9b21a92bb4536b902ca239cf7df diff --git a/dev-python/kaptan/kaptan-0.6.0.ebuild b/dev-python/kaptan/kaptan-0.6.0.ebuild new file mode 100644 index 000000000000..d30801bd88c9 --- /dev/null +++ b/dev-python/kaptan/kaptan-0.6.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Configuration manager in your pocket" +HOMEPAGE=" + https://github.com/emre/kaptan/ + https://pypi.org/project/kaptan/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +RDEPEND=" + >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest