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 31263158009 for ; Mon, 19 Jun 2023 17:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E35FE07F6; Mon, 19 Jun 2023 17:05:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 03F7DE07F6 for ; Mon, 19 Jun 2023 17:05:30 +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 18E45335D4C for ; Mon, 19 Jun 2023 17:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E475A7A for ; Mon, 19 Jun 2023 17:05:27 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1687194289.479d0ebb2ce361319849d29b04971134349a026b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/parse/Manifest dev-python/parse/parse-1.19.1.ebuild X-VCS-Directories: dev-python/parse/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 479d0ebb2ce361319849d29b04971134349a026b X-VCS-Branch: master Date: Mon, 19 Jun 2023 17:05:27 +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: b0fab9fc-323c-4669-b4d1-353128a1db62 X-Archives-Hash: 33dd601741728f4a934bdcbe918373ac commit: 479d0ebb2ce361319849d29b04971134349a026b Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jun 19 16:45:16 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Jun 19 17:04:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479d0ebb dev-python/parse: add 1.19.1 (unkeyworded) Seems to break tests in parse_type. Haven't looked into this (yet) and if other revdeps are affected, so adding unkeyworded for now. Signed-off-by: Ionen Wolkens gentoo.org> dev-python/parse/Manifest | 1 + dev-python/parse/parse-1.19.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/parse/Manifest b/dev-python/parse/Manifest index f2c60871ee76..7c660e0d9bb0 100644 --- a/dev-python/parse/Manifest +++ b/dev-python/parse/Manifest @@ -1 +1,2 @@ DIST parse-1.19.0.tar.gz 30884 BLAKE2B 97f0d1fb7f1d2d826f20df592a61bc94e65ea583ba651d4ddf18b3ffb21d977444c2a3a0e75ba9138d2bae48668456d1ac56d50d05d4b8ed7721733f3bda59f2 SHA512 25e183949a78213e699c319f5dcf1b2664ea6cfcfae4b9eb8dcaf1825e55dcb2ce2032f9eb630e962acf2d94588d4f4b8cf340af1075cbab5ab44aed5377ef6f +DIST parse-1.19.1.gh.tar.gz 26732 BLAKE2B 15a1a11d9ca5c93a07848db4acdae1b9b489e3366f3dcbdcbae06a22b2bc8183fd266106dec5b975be8fd6926ee29d9ee4850db8d8504b8fc489bee82c7f0492 SHA512 f3fd067cbe6f30f0e61297f471dd7eb183d351ca60bf5a4dfd31cf0775988ecea6dfdf3f0ecd23dbe9fb3f8be3f5c1b824af660074589cb3b289658d0af898fa diff --git a/dev-python/parse/parse-1.19.1.ebuild b/dev-python/parse/parse-1.19.1.ebuild new file mode 100644 index 000000000000..c66e76fac653 --- /dev/null +++ b/dev-python/parse/parse-1.19.1.ebuild @@ -0,0 +1,19 @@ +# 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..12} ) +inherit distutils-r1 + +DESCRIPTION="Parse strings using a specification based on the Python format() syntax" +HOMEPAGE="https://pypi.org/project/parse/" +SRC_URI="https://github.com/r1chardj0n3s/parse/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +# unkeyworded for now, may break revdeps and needs more looking into +#KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests unittest