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 9D266158451 for ; Tue, 9 Jan 2024 12:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D0DE2A7F; Tue, 9 Jan 2024 12:03:39 +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 F2E69E2A82 for ; Tue, 9 Jan 2024 12:03:38 +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 17B2F343333 for ; Tue, 9 Jan 2024 12:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 336A614C7 for ; Tue, 9 Jan 2024 12:03:35 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1704768992.9db8622bdf539e5ee6a20addbb76f29e8e95cb12.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/find-work/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/find-work/Manifest dev-util/find-work/find-work-0.2.0.ebuild X-VCS-Directories: dev-util/find-work/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9db8622bdf539e5ee6a20addbb76f29e8e95cb12 X-VCS-Branch: master Date: Tue, 9 Jan 2024 12:03:35 +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: d19f9519-c62f-4315-ab12-fbd0daacd048 X-Archives-Hash: a360e58b0df7947d79d34ab8834df4ea commit: 9db8622bdf539e5ee6a20addbb76f29e8e95cb12 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Jan 9 02:56:32 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jan 9 02:56:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9db8622b dev-util/find-work: add 0.2.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-util/find-work/Manifest | 1 + dev-util/find-work/find-work-0.2.0.ebuild | 65 +++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/dev-util/find-work/Manifest b/dev-util/find-work/Manifest index d6adf0550e..68899d84c7 100644 --- a/dev-util/find-work/Manifest +++ b/dev-util/find-work/Manifest @@ -1 +1,2 @@ DIST find_work-0.1.1.tar.gz 10530 BLAKE2B 51294e6b9e21c72fcd2da77c4ecd0c0cb3614d631b7d4840dbc3d774d83aa910a5b83277c7be2c16adb3f0827b5841e5ad24107ac7a546380d4c056e9a8e275a SHA512 b0f06689554ec2a8d27da270874c89fc31683c0f211d0bacbbe7fee8482a0115107f21836c7ebdaf13ea297030d0870bc53919a90e68ccf10da615eeb9111c5f +DIST find_work-0.2.0.tar.gz 11440 BLAKE2B 507da062ca3a30885fedf49831be2454ea2012aabab052599fd3d2740d3a30b602c5b0eb2e7e69699dc5858f279d7dc041481f1fd9c7403b19f18c3953d32d76 SHA512 ad38a464bb682c18e5ae49f15e00041909bc6104ba59efb21a2447b7da84872b2ec191071a60721d50e6eacfeecbbe46d790faffe1e4232a49d8da31bce40e5d diff --git a/dev-util/find-work/find-work-0.2.0.ebuild b/dev-util/find-work/find-work-0.2.0.ebuild new file mode 100644 index 0000000000..134d677904 --- /dev/null +++ b/dev-util/find-work/find-work-0.2.0.ebuild @@ -0,0 +1,65 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=hatchling +inherit distutils-r1 pypi shell-completion + +DESCRIPTION="Personal advice utility for Gentoo package maintainers" +HOMEPAGE=" + https://find-work.sysrq.in/ + https://pypi.org/project/find-work/ +" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + =dev-python/aiohttp-3[${PYTHON_USEDEP}] + =dev-python/pydantic-2[${PYTHON_USEDEP}] + =dev-python/repology-client-0.0.2[${PYTHON_USEDEP}] +