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 ADD0F158094 for ; Mon, 27 Jun 2022 04:40:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3827EE08EF; Mon, 27 Jun 2022 04:40:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EA55E08F2 for ; Mon, 27 Jun 2022 04:40:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9CEBB3414F8 for ; Mon, 27 Jun 2022 04:40:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23F704ED for ; Mon, 27 Jun 2022 04:40:49 +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: <1656304841.b6171cb034c4b6a4eb7ec2bd7bc4ee95dded1c2c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unidiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/unidiff/Manifest dev-python/unidiff/unidiff-0.7.4.ebuild X-VCS-Directories: dev-python/unidiff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b6171cb034c4b6a4eb7ec2bd7bc4ee95dded1c2c X-VCS-Branch: master Date: Mon, 27 Jun 2022 04:40:49 +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: 22d11bc5-7621-407d-960b-975ecd6b4954 X-Archives-Hash: a3ae327bde892cd89fe392f9bc79905f commit: b6171cb034c4b6a4eb7ec2bd7bc4ee95dded1c2c Author: Michał Górny gentoo org> AuthorDate: Mon Jun 27 03:56:12 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 27 04:40:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6171cb0 dev-python/unidiff: Bump to 0.7.4 Signed-off-by: Michał Górny gentoo.org> dev-python/unidiff/Manifest | 1 + dev-python/unidiff/unidiff-0.7.4.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/unidiff/Manifest b/dev-python/unidiff/Manifest index a6c04261fd1b..320ea2cc930e 100644 --- a/dev-python/unidiff/Manifest +++ b/dev-python/unidiff/Manifest @@ -1 +1,2 @@ +DIST python-unidiff-0.7.4.gh.tar.gz 17582 BLAKE2B 9b674d5b1bc434464c5b7b08b4b6527e1394633abcc6211b9f459fde545fef1c6418ad84dbe9cf7a3a308deeb2221749f50f25458306046f2930d0fcc3af9526 SHA512 b8e1d8165efcc5788707432c3c3236d97ec86ae577ff3dd7ec405809dbaef3153a835572844f7ef2a4d5d2c9b60dee586717e4cf0acf4db8049ab7c5af178a07 DIST unidiff-0.7.3.tar.gz 19897 BLAKE2B bc29b912855955de08fdbc186bdf9edf63a0a622262f36a54160f2c61e6604a40d093d43261101864c209e4d2cd5c1db0e48d0dd76174b02a71f89199e00e31d SHA512 451bc765532329c0963961afd15e061e3bcbd85a16cb799310ae0fd34b534f6222514ed4825f90c5ae9ea1b3b0e11a8e169b7991ba9ed82c33325ccb3b10a3b0 diff --git a/dev-python/unidiff/unidiff-0.7.4.ebuild b/dev-python/unidiff/unidiff-0.7.4.ebuild new file mode 100644 index 000000000000..a7d91e8e1903 --- /dev/null +++ b/dev-python/unidiff/unidiff-0.7.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +# TODO: rename when the old version is gone? +MY_P=python-${P} +DESCRIPTION="Unified diff parsing/metadata extraction library" +HOMEPAGE=" + https://github.com/matiasb/python-unidiff/ + https://pypi.org/project/unidiff/ +" +SRC_URI=" + https://github.com/matiasb/python-unidiff/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests unittest