From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 4824C1580CF for ; Wed, 26 Jun 2024 12:05:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51BEAE2B0E; Wed, 26 Jun 2024 12:04: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DC95E2B0E for ; Wed, 26 Jun 2024 12:04: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DCAF34301B for ; Wed, 26 Jun 2024 12:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B95F1D4C for ; Wed, 26 Jun 2024 12:04:52 +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: <1719403488.49e520e7d309f1d81fbe82420e90fcbfde7b838b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/seedir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/seedir/Manifest dev-python/seedir/seedir-0.5.0.ebuild X-VCS-Directories: dev-python/seedir/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 49e520e7d309f1d81fbe82420e90fcbfde7b838b X-VCS-Branch: master Date: Wed, 26 Jun 2024 12:04:52 +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: b2ff2244-2b57-4e98-919c-60348d0e2ced X-Archives-Hash: 31d52ff935d4c49e8e99f51890a0f2b5 commit: 49e520e7d309f1d81fbe82420e90fcbfde7b838b Author: Michał Górny gentoo org> AuthorDate: Wed Jun 26 12:01:41 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 26 12:04:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e520e7 dev-python/seedir: Bump to 0.5.0 Signed-off-by: Michał Górny gentoo.org> dev-python/seedir/Manifest | 1 + dev-python/seedir/seedir-0.5.0.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/seedir/Manifest b/dev-python/seedir/Manifest index 0924726d115d..3e8514422220 100644 --- a/dev-python/seedir/Manifest +++ b/dev-python/seedir/Manifest @@ -1 +1,2 @@ DIST seedir-0.4.2.gh.tar.gz 3096194 BLAKE2B daabdf1f5bb202ab454bea376c6e14dab2eb9c964a3bf87349c3ac6075bb8ed201b66082518aff01cb4515e89026a02c662da5e9a5f43c5d0ea21556cda07e90 SHA512 8d16ae1ba020268f9587742cacbc55ecc1d218f36955c625f64829940396c908d0498ee6bf50d560f87b10488dc6daa5698681e10e1699d20d958b3cd58f14c4 +DIST seedir-0.5.0.gh.tar.gz 3099344 BLAKE2B 27ee50e6dfd91a67bb80452b3065c4183341933ef09de4ec298490264bb66601146a50a0b7550ef37bb332acdee1f2e45c31b8eca6e33f4f7e59b9d8f127f565 SHA512 e6c257787e65c24697e76f75308dc5e8c2f919205a4922aa1bb66673000e2c784959ebe45a7ccd826d3ee1fea03fe0a6a64f6c90321c76d1e36ab68ba3962361 diff --git a/dev-python/seedir/seedir-0.5.0.ebuild b/dev-python/seedir/seedir-0.5.0.ebuild new file mode 100644 index 000000000000..9e633a43d02a --- /dev/null +++ b/dev-python/seedir/seedir-0.5.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="Package for creating, editing, and reading folder tree diagrams" +HOMEPAGE=" + https://github.com/earnestt1234/seedir/ + https://pypi.org/project/seedir/ +" +SRC_URI=" + https://github.com/earnestt1234/seedir/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + dev-python/natsort[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest