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 DA95315806E for ; Sat, 3 Jun 2023 08:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E362AE086D; Sat, 3 Jun 2023 08:40:11 +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 A5F13E086A for ; Sat, 3 Jun 2023 08:40:11 +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 9409C3412E0 for ; Sat, 3 Jun 2023 08:40:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E559CA85 for ; Sat, 3 Jun 2023 08:40:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1685781578.b324ab1f894575621a194a389e8914297e6e0149.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/junit-xml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/junit-xml/Manifest dev-python/junit-xml/junit-xml-1.9-r1.ebuild X-VCS-Directories: dev-python/junit-xml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b324ab1f894575621a194a389e8914297e6e0149 X-VCS-Branch: master Date: Sat, 3 Jun 2023 08:40:08 +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: d6961b33-724e-4d3b-98b4-08eb695e46ea X-Archives-Hash: d41f69e43903ca20af328980000c48a9 commit: b324ab1f894575621a194a389e8914297e6e0149 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 3 08:36:37 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 3 08:39:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b324ab1f dev-python/junit-xml: Modernize Signed-off-by: Michał Górny gentoo.org> dev-python/junit-xml/Manifest | 1 + dev-python/junit-xml/junit-xml-1.9-r1.ebuild | 35 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-python/junit-xml/Manifest b/dev-python/junit-xml/Manifest index 87a9856405ef..746dfa61d906 100644 --- a/dev-python/junit-xml/Manifest +++ b/dev-python/junit-xml/Manifest @@ -1 +1,2 @@ DIST junit-xml-1.9.tar.gz 11111 BLAKE2B e40914263421e7021d6bd697a03ae74b596d915479f24e8227d8b0b0bda51529df58f7aa54b27e981bb1df0aa36d7876f4f30fff8924188143bc4dd6b1d80b17 SHA512 73d5245f4a324485370e91d0d4d9a754133e0f90e5ad9ae7070bbb7aad29bee5fda4103548483358d536834c5fee9c8bd5fef79c4b66f905a2aeb0823ef02d22 +DIST python-junit-xml-19d3cc333d35dfd2d17d75c506336c15e5c6685a.gh.tar.gz 11111 BLAKE2B e40914263421e7021d6bd697a03ae74b596d915479f24e8227d8b0b0bda51529df58f7aa54b27e981bb1df0aa36d7876f4f30fff8924188143bc4dd6b1d80b17 SHA512 73d5245f4a324485370e91d0d4d9a754133e0f90e5ad9ae7070bbb7aad29bee5fda4103548483358d536834c5fee9c8bd5fef79c4b66f905a2aeb0823ef02d22 diff --git a/dev-python/junit-xml/junit-xml-1.9-r1.ebuild b/dev-python/junit-xml/junit-xml-1.9-r1.ebuild new file mode 100644 index 000000000000..1619b8cb09fd --- /dev/null +++ b/dev-python/junit-xml/junit-xml-1.9-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +EGIT_COMMIT="19d3cc333d35dfd2d17d75c506336c15e5c6685a" +MY_P=python-junit-xml-${EGIT_COMMIT} + +DESCRIPTION="Create JUnit XML test result documents" +HOMEPAGE=" + https://github.com/kyrus/python-junit-xml/ + https://pypi.org/project/junit-xml/ +" +# upstream fails both at uploading to pypi and making tags +# https://github.com/kyrus/python-junit-xml/issues/69 +# https://github.com/kyrus/python-junit-xml/issues/31 +SRC_URI=" + https://github.com/kyrus/python-junit-xml/archive/${EGIT_COMMIT}.tar.gz + -> ${MY_P}.gh.tar.gz" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest