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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26887158009 for ; Tue, 27 Jun 2023 14:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 748A3E07FE; Tue, 27 Jun 2023 14:58:17 +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 EFDF2E07FE for ; Tue, 27 Jun 2023 14:58:16 +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 C61E6341039 for ; Tue, 27 Jun 2023 14:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6F50135 for ; Tue, 27 Jun 2023 14:58:13 +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: <1687877890.7d44a817109a809aaa83364f0626264aceb16e83.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.8.ebuild X-VCS-Directories: app-portage/pycargoebuild/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d44a817109a809aaa83364f0626264aceb16e83 X-VCS-Branch: master Date: Tue, 27 Jun 2023 14:58:13 +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: c84cca60-1259-4005-8c85-4df1421c2852 X-Archives-Hash: 2fe28701cae429c5d2de8cb8d3ee20d9 commit: 7d44a817109a809aaa83364f0626264aceb16e83 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 27 14:56:12 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 27 14:58:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d44a817 app-portage/pycargoebuild: Bump to 0.8 Signed-off-by: Michał Górny gentoo.org> app-portage/pycargoebuild/Manifest | 1 + app-portage/pycargoebuild/pycargoebuild-0.8.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest index a8a768b1f29f..ebabaf179981 100644 --- a/app-portage/pycargoebuild/Manifest +++ b/app-portage/pycargoebuild/Manifest @@ -1,2 +1,3 @@ DIST pycargoebuild-0.6.3.gh.tar.gz 23545 BLAKE2B f5c13947d1b03a4ef1c48eca82fe3c1104f9407d06abd035c3997ee57dcb92d5066f1c976a176058d7ead4332930789d93b38dbe52faf4c42ca7b4b7e6603098 SHA512 96c2c3e2a4715b922b28c8af4fe5031be6fd224780d06ee9c38f1611c384804b0d870b7680b3e88911cf34e64bd38354ccabfcf8d5c693a83f1d8b45924dceff DIST pycargoebuild-0.7.gh.tar.gz 23613 BLAKE2B f05d149a40efea5dd25f3738c71dcbba7736349385a2e77ab728c7c43dd3ba7a28819ad40ec9098592705be54b2d1f3e4f69cf5b439a260794f6a1a1b46fc857 SHA512 a8204d0023e10342b6de6af33bc3cf0871ef8622fb8ce4f614a4c938909299cb3cf710aa0626b8a5bbc74fd372636a914018efebcef92d54c0cd03d3fa19f942 +DIST pycargoebuild-0.8.gh.tar.gz 26065 BLAKE2B 6ef16c762df79ed713d71cec5597cac4422d1d9bb6bb4d3114b053bbca9a7c591b3b016434bea2b70e1358b680e25851f9d64a40801fbbda18e9c7f1583cd2cc SHA512 d7f62e37d841b2b861c0dfd7d7458adcbc10d0aaaff7a737bab62005b250e221a543ca449819797f73e3b9c66ed337336858f2e7c303c78f6933d6b0e6dfb618 diff --git a/app-portage/pycargoebuild/pycargoebuild-0.8.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.8.ebuild new file mode 100644 index 000000000000..feb024eb05b6 --- /dev/null +++ b/app-portage/pycargoebuild/pycargoebuild-0.8.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_{10..12} 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 ~arm64 ~ppc64" + +RDEPEND=" + dev-python/license-expression[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.9 3.10) +" + +distutils_enable_tests pytest