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 BFB04158451 for ; Sun, 7 Jan 2024 23:46:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A36B2BC16E; Sun, 7 Jan 2024 23:46:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5ACAC2BC119 for ; Sun, 7 Jan 2024 23:46:51 +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 742743432FF for ; Sun, 7 Jan 2024 23:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A86F314CA for ; Sun, 7 Jan 2024 23:46:46 +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: <1704657950.073b2326383ab95da4790e4b8fb678452af89285.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.1.1.ebuild dev-util/find-work/metadata.xml X-VCS-Directories: dev-util/find-work/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 073b2326383ab95da4790e4b8fb678452af89285 X-VCS-Branch: master Date: Sun, 7 Jan 2024 23:46:46 +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: ca6a051c-dfdf-4a64-834b-28b21746baed X-Archives-Hash: de0cf1ba74c1c1b83d14373c015ce097 commit: 073b2326383ab95da4790e4b8fb678452af89285 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jan 7 20:03:50 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Jan 7 20:05:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=073b2326 dev-util/find-work: new package, add 0.1.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-util/find-work/Manifest | 1 + dev-util/find-work/find-work-0.1.1.ebuild | 65 +++++++++++++++++++++++++++++++ dev-util/find-work/metadata.xml | 17 ++++++++ 3 files changed, 83 insertions(+) diff --git a/dev-util/find-work/Manifest b/dev-util/find-work/Manifest new file mode 100644 index 0000000000..d6adf0550e --- /dev/null +++ b/dev-util/find-work/Manifest @@ -0,0 +1 @@ +DIST find_work-0.1.1.tar.gz 10530 BLAKE2B 51294e6b9e21c72fcd2da77c4ecd0c0cb3614d631b7d4840dbc3d774d83aa910a5b83277c7be2c16adb3f0827b5841e5ad24107ac7a546380d4c056e9a8e275a SHA512 b0f06689554ec2a8d27da270874c89fc31683c0f211d0bacbbe7fee8482a0115107f21836c7ebdaf13ea297030d0870bc53919a90e68ccf10da615eeb9111c5f diff --git a/dev-util/find-work/find-work-0.1.1.ebuild b/dev-util/find-work/find-work-0.1.1.ebuild new file mode 100644 index 0000000000..5686117f50 --- /dev/null +++ b/dev-util/find-work/find-work-0.1.1.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" +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}] + + + + + cyber+gentoo@sysrq.in + Anna + + + + Anna + cyber@sysrq.in + + find-work + https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=find-work + https://find-work.sysrq.in/release-notes.html + +