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 4814E15800F for ; Fri, 20 Jan 2023 17:40:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 584FFE07E2; Fri, 20 Jan 2023 17:40:12 +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 3B568E07E2 for ; Fri, 20 Jan 2023 17:40:12 +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 40566340BF1 for ; Fri, 20 Jan 2023 17:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65E47738 for ; Fri, 20 Jan 2023 17:40:09 +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: <1674236301.ed3a2886be1fe5e8173abc5efa7d6b377add8336.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pycargoebuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/pycargoebuild/Manifest app-portage/pycargoebuild/pycargoebuild-0.6.2.ebuild X-VCS-Directories: app-portage/pycargoebuild/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ed3a2886be1fe5e8173abc5efa7d6b377add8336 X-VCS-Branch: master Date: Fri, 20 Jan 2023 17:40:09 +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: 59b6adea-b5e3-48fa-bea8-aa7e77d8c1f6 X-Archives-Hash: e75316028444f713849fd42d9ce67edd commit: ed3a2886be1fe5e8173abc5efa7d6b377add8336 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 20 17:38:21 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 20 17:38:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3a2886 app-portage/pycargoebuild: Bump to 0.6.2 Signed-off-by: Michał Górny gentoo.org> app-portage/pycargoebuild/Manifest | 1 + .../pycargoebuild/pycargoebuild-0.6.2.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest index 22bbcf452177..de72a737fe4c 100644 --- a/app-portage/pycargoebuild/Manifest +++ b/app-portage/pycargoebuild/Manifest @@ -1 +1,2 @@ DIST pycargoebuild-0.6.1.gh.tar.gz 20233 BLAKE2B a680f0b446554797f82f5903b8f51631d4026329de79327c788338ddafecdcc47b7f1d0ca3b0c81a909cde6ba24eece576f3f591ea08ad1d7adf90d545ab0869 SHA512 00183b2cedddb0c47be3e709250e679184f45af16575a5b94efc5a1598379f5c02246fd303e26b7e53ebf858c039552c7802329b0ee62c67cc15c42b39c00f09 +DIST pycargoebuild-0.6.2.gh.tar.gz 21846 BLAKE2B d9e13a9335b0c3a1d68fad1860afee608c6c5c48cef1d7a098669f7e8811280c240b63319372b80b2d6d7cba21b9715e7a8e1063cbc4aa6c8f75039d40cce3e4 SHA512 f38ee34f54312fd98b064af43efb45da480cf0d4d8fc977a4bd1e59d58ef161969043088d23e9031448ae6f3e78af32abb40a72f26e195426868559feba436d5 diff --git a/app-portage/pycargoebuild/pycargoebuild-0.6.2.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.6.2.ebuild new file mode 100644 index 000000000000..509b3840a625 --- /dev/null +++ b/app-portage/pycargoebuild/pycargoebuild-0.6.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{9..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python" +HOMEPAGE=" + https://github.com/projg2/pycargoebuild/ + https://pypi.org/project/pycargoebuild/ +" +SRC_URI=" + https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/license-expression[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.8 3.9 3.10) +" + +distutils_enable_tests pytest