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 627F9158093 for ; Sat, 2 Jul 2022 04:47:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7005DE09F0; Sat, 2 Jul 2022 04:47:16 +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 4AD94E09F1 for ; Sat, 2 Jul 2022 04:47:16 +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 72B8734172C for ; Sat, 2 Jul 2022 04:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40505526 for ; Sat, 2 Jul 2022 04:47:01 +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: <1656737210.6f5bd141e2a3f950a0225d0abeeef22b470a5285.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/untangle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/untangle/Manifest dev-python/untangle/untangle-1.2.0.ebuild X-VCS-Directories: dev-python/untangle/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6f5bd141e2a3f950a0225d0abeeef22b470a5285 X-VCS-Branch: master Date: Sat, 2 Jul 2022 04:47:01 +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: a7671e17-0abd-4755-b581-a35d218a7c76 X-Archives-Hash: 981f2c4f1765310af23e12ce8e4ab495 commit: 6f5bd141e2a3f950a0225d0abeeef22b470a5285 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 2 03:29:50 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 2 04:46:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5bd141 dev-python/untangle: Bump to 1.2.0 Signed-off-by: Michał Górny gentoo.org> dev-python/untangle/Manifest | 1 + dev-python/untangle/untangle-1.2.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/untangle/Manifest b/dev-python/untangle/Manifest index 6dfdf4d8abdf..5c81cda5ecc1 100644 --- a/dev-python/untangle/Manifest +++ b/dev-python/untangle/Manifest @@ -1 +1,2 @@ DIST untangle-1.1.1.tar.gz 3089 BLAKE2B d8b8ffe1adb2acbcdcde8e6f67231315b9f318c9e8e1496dfa23b0ac6dd68651e75e2d2e67f6d7d521002ad6b0e9c4cc30c155685b9df60b6b223d137add0632 SHA512 252c3d0ed8d004660adad8f37a179a4d1b2b46e9d7127aee59b596eac3f65684a7a8b5b881bec97ddaf5470aa678df407b903209eaa069a40f53dc2dde9a94b2 +DIST untangle-1.2.0.gh.tar.gz 23772 BLAKE2B b93edbd704d2e2664628de2496cd4bf9057501585155bb21dcabe0e56506e697afa11999d2f607119eb3b2a274721a1e29de16ca914391a4e6720b92b964b12c SHA512 83e34702385e69ee172042644fc2d50196e2cbeb403b7a06385e3e3fa701bb132807742453994f724df4bf85fd0915d73ec618c57f4c47995039fa15bb578007 diff --git a/dev-python/untangle/untangle-1.2.0.ebuild b/dev-python/untangle/untangle-1.2.0.ebuild new file mode 100644 index 000000000000..afbb098c7cf3 --- /dev/null +++ b/dev-python/untangle/untangle-1.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Convert XML documents into Python objects" +HOMEPAGE=" + https://github.com/stchris/untangle/ + https://pypi.org/project/untangle/ +" +SRC_URI=" + https://github.com/stchris/untangle/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +distutils_enable_tests pytest