public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pycargoebuild/
Date: Tue,  2 Jul 2024 06:58:57 +0000 (UTC)	[thread overview]
Message-ID: <1719903530.026ab9a7e5769dc2aaa8b260cda05adb7fa08a6c.mgorny@gentoo> (raw)

commit:     026ab9a7e5769dc2aaa8b260cda05adb7fa08a6c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 06:37:03 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 06:58:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026ab9a7

app-portage/pycargoebuild: Bump to 0.13.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/pycargoebuild/Manifest                 |  1 +
 .../pycargoebuild/pycargoebuild-0.13.3.ebuild      | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest
index b9e5f8c1b87c..13e82ea97e01 100644
--- a/app-portage/pycargoebuild/Manifest
+++ b/app-portage/pycargoebuild/Manifest
@@ -1 +1,2 @@
 DIST pycargoebuild-0.13.2.gh.tar.gz 48261 BLAKE2B 28704c9163ef09b9d90b896293b845747fd7a337d21980bfcca951b5cd7f7fb610fbc3bd9b3f7bf8adf8d0ea6aed0f3acae3381cb757c26821de25a1649d06ba SHA512 db180dd033c8860c1704076a4e404d5b11cd320e8fae2273a9546aef843694c7d2aef2ad54221afcca360b39f1b80061004e5338e6a43ddba566b8475a032701
+DIST pycargoebuild-0.13.3.gh.tar.gz 48888 BLAKE2B 9cba07fec9c3477fcf27b8ea13a4025c312120fa49b5e85537f88fe3243ad8882b96406be2c4e3d9c5bfb0ec1fd900f8d5f07618a391ad1de67f0bb1fccf994f SHA512 6c7e606f5afcb2a0280dbc0d49bf142295c2e237586fabbf420b589cbe9273a772864dd65bfb6c1643f4b324183505cc089f6c83f311d96a646a85b171544f61

diff --git a/app-portage/pycargoebuild/pycargoebuild-0.13.3.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.13.3.ebuild
new file mode 100644
index 000000000000..1637c376dad2
--- /dev/null
+++ b/app-portage/pycargoebuild/pycargoebuild-0.13.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..13} 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="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64"
+
+RDEPEND="
+	dev-python/license-expression[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/tomli[${PYTHON_USEDEP}]
+	' 3.10)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2024-07-02  6:59 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02  6:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-31 16:32 [gentoo-commits] repo/gentoo:master commit in: app-portage/pycargoebuild/ Michał Górny
2024-07-20 13:27 Michał Górny
2024-02-18  3:28 Michał Górny
2024-01-31 20:17 Michał Górny
2024-01-25  4:43 Michał Górny
2024-01-25  0:42 Sam James
2024-01-08 14:48 Michał Górny
2023-12-24 13:34 Michał Górny
2023-12-21 10:47 Michał Górny
2023-12-21  6:52 Sam James
2023-11-29 16:59 Michał Górny
2023-11-29 16:59 Michał Górny
2023-11-27 18:47 Michał Górny
2023-11-25 19:47 Michał Górny
2023-07-24 12:42 Michał Górny
2023-07-20 10:16 WANG Xuerui
2023-06-28 17:17 Michał Górny
2023-06-28  9:53 Michał Górny
2023-06-27 14:58 Michał Górny
2023-06-18 15:02 Michał Górny
2023-06-18 15:02 Michał Górny
2023-04-29  9:44 Arthur Zamarin
2023-04-08 18:45 Michał Górny
2023-04-08 18:04 Arthur Zamarin
2023-04-05 21:53 Georgy Yakovlev
2023-04-02 19:03 Michał Górny
2023-01-20 21:07 Sam James
2023-01-20 17:40 Michał Górny
2023-01-15  7:43 Michał Górny
2023-01-14 17:25 Michał Górny
2022-12-22 17:00 Michał Górny
2022-12-21  8:56 Michał Górny
2022-12-11 18:44 Michał Górny
2022-12-03 15:44 Michał Górny
2022-11-29  6:59 Michał Górny
2022-11-28  6:05 Michał Górny
2022-11-25 17:09 Michał Górny
2022-11-22 19:30 Michał Górny
2022-11-22 14:42 Michał Górny
2022-11-13 18:41 Michał Górny
2022-11-13 13:23 Michał Górny
2022-11-12 18:56 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1719903530.026ab9a7e5769dc2aaa8b260cda05adb7fa08a6c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox