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 9FEB5158041 for ; Tue, 5 Mar 2024 19:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 260F4E29FE; Tue, 5 Mar 2024 19:11:20 +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 F1F85E29FE for ; Tue, 5 Mar 2024 19:11:19 +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 E20F2340C33 for ; Tue, 5 Mar 2024 19:11:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AEA714EC for ; Tue, 5 Mar 2024 19:11:17 +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: <1709665658.6cf7b0a1ebdcfb40fc47ab1fe1a8bd6b483e388e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libarchive-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libarchive-c/Manifest dev-python/libarchive-c/libarchive-c-5.1.ebuild X-VCS-Directories: dev-python/libarchive-c/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6cf7b0a1ebdcfb40fc47ab1fe1a8bd6b483e388e X-VCS-Branch: master Date: Tue, 5 Mar 2024 19:11:17 +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: 357cf1e6-6055-4a5d-ad0b-9ca7ccbca718 X-Archives-Hash: d568c80191375829a4e05a8c0a178c81 commit: 6cf7b0a1ebdcfb40fc47ab1fe1a8bd6b483e388e Author: Michał Górny gentoo org> AuthorDate: Tue Mar 5 19:07:38 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 5 19:07:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf7b0a1 dev-python/libarchive-c: Bump to 5.1 Signed-off-by: Michał Górny gentoo.org> dev-python/libarchive-c/Manifest | 1 + dev-python/libarchive-c/libarchive-c-5.1.ebuild | 31 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest index f7d764a464da..80b123cabd3f 100644 --- a/dev-python/libarchive-c/Manifest +++ b/dev-python/libarchive-c/Manifest @@ -1 +1,2 @@ DIST python-libarchive-c-5.0.gh.tar.gz 48751 BLAKE2B 2ab737c7493c202ba9a1ad57e1066aad12ea984bfa0e63115f59491ea14b3bd1d46d2bb20f033bf5bae64a6badf73b641183f63cc79c9f0e6141792a35521dc4 SHA512 df4758f4b7207fe77ae650aa78c302e9e2a0c7ba81fbeae70af8cb37789a056bc420acd73c1d5baec7b0e93a47fd3e5130db8e43c983f4723366f75a58823f75 +DIST python-libarchive-c-5.1.gh.tar.gz 48816 BLAKE2B 5b727c88eca866f69eda701ca8898d4bd3b68adefb8234a501cb280fae2be98f1314bb64ff94bcc5e1c0cae9ffc6866ee70aa4fbc4353eac1f16d59f9a789ebc SHA512 a2026aba3ef325f10e981e15e50de0435d7371642b0e6df8cd5ab64e76186b2a72297b32f429547e091fb799c9d0fa41be5a6824408c08f6c71585d59175d7a0 diff --git a/dev-python/libarchive-c/libarchive-c-5.1.ebuild b/dev-python/libarchive-c/libarchive-c-5.1.ebuild new file mode 100644 index 000000000000..4a8dcc8fe716 --- /dev/null +++ b/dev-python/libarchive-c/libarchive-c-5.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 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 + +MY_P=python-libarchive-c-${PV} +DESCRIPTION="A Python interface to libarchive" +HOMEPAGE=" + https://github.com/Changaco/python-libarchive-c/ + https://pypi.org/project/libarchive-c/ +" +SRC_URI=" + https://github.com/Changaco/python-libarchive-c/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="CC0-1.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" + +RDEPEND=" + app-arch/libarchive +" + +distutils_enable_tests pytest