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 53FB915808D for ; Thu, 21 Apr 2022 15:19:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B905EE0924; Thu, 21 Apr 2022 15:19:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 983D3E0923 for ; Thu, 21 Apr 2022 15:19:49 +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 9F5FE341CE6 for ; Thu, 21 Apr 2022 15:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E43603F1 for ; Thu, 21 Apr 2022 15:19:45 +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: <1650554382.9c1e7d39b2bb42b4819a4d1c028a58c63a863ee1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fastimport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fastimport/Manifest dev-python/fastimport/fastimport-0.9.14.ebuild X-VCS-Directories: dev-python/fastimport/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9c1e7d39b2bb42b4819a4d1c028a58c63a863ee1 X-VCS-Branch: master Date: Thu, 21 Apr 2022 15:19:45 +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: 55ecf834-83b4-48c9-8ec4-25a676b0134c X-Archives-Hash: 22126f4e76267a6081ab42657d8d396c commit: 9c1e7d39b2bb42b4819a4d1c028a58c63a863ee1 Author: Michał Górny gentoo org> AuthorDate: Thu Apr 21 15:13:48 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 21 15:19:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1e7d39 dev-python/fastimport: Bump to 0.9.14 Signed-off-by: Michał Górny gentoo.org> dev-python/fastimport/Manifest | 1 + dev-python/fastimport/fastimport-0.9.14.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/fastimport/Manifest b/dev-python/fastimport/Manifest index dc0fac2f32f5..b9f9fe69e57a 100644 --- a/dev-python/fastimport/Manifest +++ b/dev-python/fastimport/Manifest @@ -1 +1,2 @@ DIST fastimport-0.9.11.tar.gz 41764 BLAKE2B afb82878ea1996894ff71fe99edc5ca26d45f98eedf7a8a6e85af45949e1e81c2112de9fc2c026438306a8a0e89c484063954ba7d2ff9a80c6b71ab40174f8d4 SHA512 e1b7e4897542ef6f33af51e1018340a6807688e44424e4e7e482b3347264d58d4290678cc2cfa230af500a53cabdcf35c9e7b03c8ff0f1ec3e6e0a9e869a1455 +DIST fastimport-0.9.14.tar.gz 41791 BLAKE2B b0becb3de319c44e60cf8575afd9b19ad69ca8715d9eae8ced079136dccadda82ac340ad7e01f8a556bde07fbecfbbe6f9eb841909ee2e6b6bbe8e808f463e43 SHA512 cbf8f0bf5b66e847d4482b6af29ee26a69a2aadefe22c4a2f17d976a94fce86b016b61b17d0a7f4be82ceb7824d0bc12b509b8148c18f9dc8888304158a7c266 diff --git a/dev-python/fastimport/fastimport-0.9.14.ebuild b/dev-python/fastimport/fastimport-0.9.14.ebuild new file mode 100644 index 000000000000..3c97842c7061 --- /dev/null +++ b/dev-python/fastimport/fastimport-0.9.14.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=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Library for parsing the fastimport VCS serialization format" +HOMEPAGE=" + https://github.com/jelmer/python-fastimport/ + https://pypi.org/project/fastimport/ +" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +python_test() { + "${EPYTHON}" -m unittest -v fastimport.tests.test_suite || + die "Tests fail with ${EPYTHON}" +}