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 71C98158451 for ; Wed, 10 Jan 2024 08:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FE75E2A48; Wed, 10 Jan 2024 08:55:28 +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 4832EE2A48 for ; Wed, 10 Jan 2024 08:55:28 +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 51EC2343235 for ; Wed, 10 Jan 2024 08:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E185012C8 for ; Wed, 10 Jan 2024 08:55:25 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1704876886.d7c83e989bd8da55a9d0f5ebbbee09adf87d5d69.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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.3.0.ebuild X-VCS-Directories: dev-util/find-work/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: d7c83e989bd8da55a9d0f5ebbbee09adf87d5d69 X-VCS-Branch: dev Date: Wed, 10 Jan 2024 08:55:25 +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: 9717405a-9b10-43b0-88e4-7ecdf48595ff X-Archives-Hash: de7adcd6ae1beb291e62d8db1be1750b commit: d7c83e989bd8da55a9d0f5ebbbee09adf87d5d69 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jan 10 08:54:46 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Jan 10 08:54:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7c83e98 dev-util/find-work: add 0.3.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-util/find-work/Manifest | 1 + dev-util/find-work/find-work-0.3.0.ebuild | 70 +++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) diff --git a/dev-util/find-work/Manifest b/dev-util/find-work/Manifest index 2efca1670f..3c76936815 100644 --- a/dev-util/find-work/Manifest +++ b/dev-util/find-work/Manifest @@ -1 +1,2 @@ DIST find_work-0.2.0.tar.gz 11440 BLAKE2B 507da062ca3a30885fedf49831be2454ea2012aabab052599fd3d2740d3a30b602c5b0eb2e7e69699dc5858f279d7dc041481f1fd9c7403b19f18c3953d32d76 SHA512 ad38a464bb682c18e5ae49f15e00041909bc6104ba59efb21a2447b7da84872b2ec191071a60721d50e6eacfeecbbe46d790faffe1e4232a49d8da31bce40e5d +DIST find_work-0.3.0.tar.gz 16939 BLAKE2B f80bb5436ff70debe3fa1c2c3cec09bb2701e8b60b1a2397de74b1035aa925d935228928a8e6a6eb6b75b218c2a062b2466c963718c89ba5ca4b8457923a3c72 SHA512 e52bcd8636003f1940fd42c3baca22b69654b35f62b9b2ee3345625d4fb1b31a9124c4da3d17e9fec84162eb7b7190553599f7e8a6eda60fb92f946aefaf1c95 diff --git a/dev-util/find-work/find-work-0.3.0.ebuild b/dev-util/find-work/find-work-0.3.0.ebuild new file mode 100644 index 0000000000..2616d14bd2 --- /dev/null +++ b/dev-util/find-work/find-work-0.3.0.ebuild @@ -0,0 +1,70 @@ +# 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}] + =dev-python/requests-2[${PYTHON_USEDEP}] +