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 18AEE15852A for ; Fri, 23 Aug 2024 00:18:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A2D12BC062; Fri, 23 Aug 2024 00:18:55 +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 35D6A2BC062 for ; Fri, 23 Aug 2024 00:18:55 +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 684A4343005 for ; Fri, 23 Aug 2024 00:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FBE01F11 for ; Fri, 23 Aug 2024 00:18:52 +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: <1724288060.d9a8d12ca6ff72b6664eba5df1d53d0f35c773bf.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/find-work-bugzilla/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/find-work-bugzilla/Manifest dev-util/find-work-bugzilla/find-work-bugzilla-0.2.1.ebuild X-VCS-Directories: dev-util/find-work-bugzilla/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d9a8d12ca6ff72b6664eba5df1d53d0f35c773bf X-VCS-Branch: master Date: Fri, 23 Aug 2024 00:18:52 +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: baa1a82e-6b8e-4454-ae15-124b8d9987b6 X-Archives-Hash: 1e35d49732d8a3449145b1c49cebd8c3 commit: d9a8d12ca6ff72b6664eba5df1d53d0f35c773bf Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Aug 22 00:53:45 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Aug 22 00:54:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9a8d12c dev-util/find-work-bugzilla: add 0.2.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-util/find-work-bugzilla/Manifest | 1 + .../find-work-bugzilla-0.2.1.ebuild | 44 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/dev-util/find-work-bugzilla/Manifest b/dev-util/find-work-bugzilla/Manifest index 3b1573175..96993bb2d 100644 --- a/dev-util/find-work-bugzilla/Manifest +++ b/dev-util/find-work-bugzilla/Manifest @@ -1 +1,2 @@ DIST find_work_bugzilla-0.2.0.tar.gz 5630 BLAKE2B e23bb7b9b4d5186e9d188bdbee6189d2a012ba8cb20927e5d22dba10150d548f730f0433fbc57b1423fb75d8f09f04293c9f61ad5b14978158894c049efb6ee5 SHA512 0a31fe3e0e9ae035bd5766dc8a3d7109728392c6cb2bd7f91bde2dca8bcc7e0e85627ced7172e5c542c243a340225e18adc4aa3cb50e76996fb42c3c95bd798d +DIST find_work_bugzilla-0.2.1.tar.gz 5857 BLAKE2B f77f787a976cbe915c3f6d00d7b82cd76cf727af6d5ab38a2423650281e79a6a0aad0420bb6acd1e7cbf002be93cf5e3ff2c56507c0d6018dac53aedb1328f9f SHA512 0c61bb89db5e1bde1cef3efbe555d94294cec22b7709d4a47f293ce9cbd442fd53fd8146e1e425feee606b15e05ae46c5040696045e91134e0672fbb62270ce2 diff --git a/dev-util/find-work-bugzilla/find-work-bugzilla-0.2.1.ebuild b/dev-util/find-work-bugzilla/find-work-bugzilla-0.2.1.ebuild new file mode 100644 index 000000000..7bd155a18 --- /dev/null +++ b/dev-util/find-work-bugzilla/find-work-bugzilla-0.2.1.ebuild @@ -0,0 +1,44 @@ +# 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: Bugzilla plugin" +HOMEPAGE=" + https://find-work.sysrq.in/ + https://pypi.org/project/find-work-bugzilla/ +" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + =dev-python/pydantic-2[${PYTHON_USEDEP}] + =dev-python/pydantic-core-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}" +}