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: Thu, 25 Jan 2024 04:43:10 +0000 (UTC)	[thread overview]
Message-ID: <1706157782.530f0d2fa0a13f0f1271ddfe6692389d90dc8aa6.mgorny@gentoo> (raw)

commit:     530f0d2fa0a13f0f1271ddfe6692389d90dc8aa6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 04:14:11 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 04:43:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530f0d2f

app-portage/pycargoebuild: Remove old

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

 app-portage/pycargoebuild/Manifest                 |  2 --
 .../pycargoebuild/pycargoebuild-0.12.1.ebuild      | 32 ----------------------
 .../pycargoebuild/pycargoebuild-0.13.0.ebuild      | 32 ----------------------
 3 files changed, 66 deletions(-)

diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest
index cd3547c9bb99..5993f051b29e 100644
--- a/app-portage/pycargoebuild/Manifest
+++ b/app-portage/pycargoebuild/Manifest
@@ -1,3 +1 @@
-DIST pycargoebuild-0.12.1.gh.tar.gz 38957 BLAKE2B e20d739ec1e413acef66b50d959dd7b72abcbb3d729381961415004f529e602ac0c4964747aa13e80759f959068bd01af73fbf5953e51ae54dd8d40d6c4f97af SHA512 52e1cca03e3862339629af3688f8d2cf29ad7caf4dc5acf58360db8755ec4844e664425156f3ebd93e2fb1c4b1d4d1ee4a3b2ee41d1766290986a2a3f992fa38
-DIST pycargoebuild-0.13.0.gh.tar.gz 39250 BLAKE2B de03ab08cd4288f86e87b8e910fcfb24312cecf5d3642c74c2fa4ad8a5699d988e0046c95d5ff3da02eb503f88ded376cf20d0808f46b9b7aceb7d6ce359a98a SHA512 00e5dee77a02384b861a7455e9c6ecd0a546a0a8a61f5e56ad665fee582a2c772410607995c679bff92bd92704118631c0f89feeb2a3b661b7a07d94be1b4711
 DIST pycargoebuild-0.13.1.gh.tar.gz 40724 BLAKE2B 8332def693da15fa5bf76e36defc92d6be9ebb78f5f58763f1df0a3f5d03d24bcd3d467ef8e23fbbedf6cadffbdc61898d7d9d9a455f30a820b261398868f2cf SHA512 4a3eb0c703008a3ba226de24c7c5f444b1c9dee08def473b03e03112ad8f5d8d620f1d12e528c73c98fa46d2a18658a1f3862ac547ca1121e7834cd1c4ab65d0

diff --git a/app-portage/pycargoebuild/pycargoebuild-0.12.1.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.12.1.ebuild
deleted file mode 100644
index 17c22b3d763f..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.12.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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 ~loong ~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

diff --git a/app-portage/pycargoebuild/pycargoebuild-0.13.0.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.13.0.ebuild
deleted file mode 100644
index 9fa9539e5472..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.13.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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 ~loong ~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


             reply	other threads:[~2024-01-25  4:43 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25  4:43 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-08 20:25 [gentoo-commits] repo/gentoo:master commit in: app-portage/pycargoebuild/ Michał Górny
2025-02-08 18:04 Sam James
2025-01-29  9:48 Michał Górny
2024-11-16  8:19 Michał Górny
2024-10-31 16:32 Michał Górny
2024-07-20 13:27 Michał Górny
2024-07-02  6:58 Michał Górny
2024-02-18  3:28 Michał Górny
2024-01-31 20:17 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=1706157782.530f0d2fa0a13f0f1271ddfe6692389d90dc8aa6.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