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 4E6D415852A for ; Thu, 22 Aug 2024 00:54:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F4712BC03A; Thu, 22 Aug 2024 00:54:31 +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 5437F2BC03A for ; Thu, 22 Aug 2024 00:54:31 +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 7C88133BE00 for ; Thu, 22 Aug 2024 00:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3BC515A1 for ; Thu, 22 Aug 2024 00:54:28 +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: <1724288060.8de8dbec9c138075741eee360e8602b86c922583.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/find-work-repology/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/find-work-repology/Manifest dev-util/find-work-repology/find-work-repology-0.2.1.ebuild X-VCS-Directories: dev-util/find-work-repology/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 8de8dbec9c138075741eee360e8602b86c922583 X-VCS-Branch: dev Date: Thu, 22 Aug 2024 00:54:28 +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: 34cbff78-8fd1-4fa3-9e88-a1ae7d79baac X-Archives-Hash: 3c2e576d413f7662f62cfc22e9379603 commit: 8de8dbec9c138075741eee360e8602b86c922583 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Aug 22 00:53:22 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Aug 22 00:54:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8de8dbec dev-util/find-work-repology: add 0.2.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-util/find-work-repology/Manifest | 1 + .../find-work-repology-0.2.1.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-util/find-work-repology/Manifest b/dev-util/find-work-repology/Manifest index 9dfad8823..44bf0542c 100644 --- a/dev-util/find-work-repology/Manifest +++ b/dev-util/find-work-repology/Manifest @@ -1 +1,2 @@ DIST find_work_repology-0.2.0.tar.gz 6793 BLAKE2B bf8ac42f850479684184ba022fbac866272405850c0de3db46576afa0e9907687d717a03d49a02192403efdc05de4b3ac178caa587a853c03ca50074809b0830 SHA512 337d2a4940bb361181a3ca4410831ee015b6944aa9cb2611bf69706cef7869609b813e4a7e357f2484903526ed437be11c9fd8d5a4e25ab6a8f9c3c7304d0cd0 +DIST find_work_repology-0.2.1.tar.gz 7021 BLAKE2B 1f461c4723f28f19a945c62d1fe7030ecff15d0bc03b2f65afa6ef4d85167867ec036de2f8fd30c911732631142b2fe5587eb9a1a0f412d708e8a83b057eec8e SHA512 18d7536d8ec0031a546025f11e7d078d19d9e72029aef00d575b823d1b987da2d380b49f65a3e2e1abf13a80c61373ad39a5d7ac7fbfb2c2a8d69ca2cf17b4f5 diff --git a/dev-util/find-work-repology/find-work-repology-0.2.1.ebuild b/dev-util/find-work-repology/find-work-repology-0.2.1.ebuild new file mode 100644 index 000000000..4d2e23f4e --- /dev/null +++ b/dev-util/find-work-repology/find-work-repology-0.2.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=flit +inherit distutils-r1 pypi + +DESCRIPTION="Personal advice utility for Gentoo package maintainers: Repology plugin" +HOMEPAGE=" + https://find-work.sysrq.in/ + https://pypi.org/project/find-work-repology/ +" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + =dev-python/pydantic-2[${PYTHON_USEDEP}] + =dev-python/repology-client-0.0.2[${PYTHON_USEDEP}] + =dev-util/find-work-0.91[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-import-check[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + cd "${BUILD_DIR}/install$(python_get_sitedir)" || die + distutils_write_namespace find_work + epytest "${S}" +}