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 58061158020 for ; Mon, 26 Dec 2022 07:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55500E097A; Mon, 26 Dec 2022 07:10:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2821BE0978 for ; Mon, 26 Dec 2022 07:10: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 EDA78341191 for ; Mon, 26 Dec 2022 07:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01F447FA for ; Mon, 26 Dec 2022 07:10:22 +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: <1672038616.1f620acfb90c9b5ce76f03e44b4f3410c5f09fa2.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/metadata.xml dev-python/seedir/seedir-0.4.2.ebuild X-VCS-Directories: dev-python/seedir/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1f620acfb90c9b5ce76f03e44b4f3410c5f09fa2 X-VCS-Branch: master Date: Mon, 26 Dec 2022 07:10:22 +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: a45ed722-b01c-47c2-be56-dc420e17b009 X-Archives-Hash: e58953029e0d0e553cc1231834bef22f commit: 1f620acfb90c9b5ce76f03e44b4f3410c5f09fa2 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 26 07:05:27 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 26 07:10:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f620acf dev-python/seedir: New package, v0.4.2 New test dep of dev-python/sybil. Signed-off-by: Michał Górny gentoo.org> dev-python/seedir/Manifest | 1 + dev-python/seedir/metadata.xml | 13 +++++++++++++ dev-python/seedir/seedir-0.4.2.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-python/seedir/Manifest b/dev-python/seedir/Manifest new file mode 100644 index 000000000000..0924726d115d --- /dev/null +++ b/dev-python/seedir/Manifest @@ -0,0 +1 @@ +DIST seedir-0.4.2.gh.tar.gz 3096194 BLAKE2B daabdf1f5bb202ab454bea376c6e14dab2eb9c964a3bf87349c3ac6075bb8ed201b66082518aff01cb4515e89026a02c662da5e9a5f43c5d0ea21556cda07e90 SHA512 8d16ae1ba020268f9587742cacbc55ecc1d218f36955c625f64829940396c908d0498ee6bf50d560f87b10488dc6daa5698681e10e1699d20d958b3cd58f14c4 diff --git a/dev-python/seedir/metadata.xml b/dev-python/seedir/metadata.xml new file mode 100644 index 000000000000..ada04050a691 --- /dev/null +++ b/dev-python/seedir/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + seedir + earnestt1234/seedir + + diff --git a/dev-python/seedir/seedir-0.4.2.ebuild b/dev-python/seedir/seedir-0.4.2.ebuild new file mode 100644 index 000000000000..b71456c65538 --- /dev/null +++ b/dev-python/seedir/seedir-0.4.2.ebuild @@ -0,0 +1,29 @@ +# 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..11} ) + +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="~amd64" + +RDEPEND=" + dev-python/natsort[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest