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, 29 Nov 2022 06:59:46 +0000 (UTC) [thread overview]
Message-ID: <1669705172.30ff6833a5dd6b60527f7dda1609f84e09232af4.mgorny@gentoo> (raw)
commit: 30ff6833a5dd6b60527f7dda1609f84e09232af4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 05:44:02 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 06:59:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ff6833
app-portage/pycargoebuild: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/pycargoebuild/Manifest | 3 --
.../pycargoebuild/pycargoebuild-0.3.0.ebuild | 32 ----------------------
.../pycargoebuild/pycargoebuild-0.4.0.ebuild | 32 ----------------------
.../pycargoebuild/pycargoebuild-0.5.0.ebuild | 32 ----------------------
4 files changed, 99 deletions(-)
diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest
index 7308492c546b..b08614364118 100644
--- a/app-portage/pycargoebuild/Manifest
+++ b/app-portage/pycargoebuild/Manifest
@@ -1,4 +1 @@
-DIST pycargoebuild-0.3.0.gh.tar.gz 17362 BLAKE2B 5258aa85191a5b9d8c5fb9c0761e90d1c77642cb9a1c4b892ef0cbfcebfb6c24518cd56844658b8814bad969efe2b6389444d2432eed5eb5ba5254f143ead4bd SHA512 ea6519ba774d44ae7aa5420ce9b48f06d3be24615a431b29cdd4fafaa74f11abaac89cc605513ad40e0bba5f4b319655b350281ea0596a903ad9a4d24eb98040
-DIST pycargoebuild-0.4.0.gh.tar.gz 16285 BLAKE2B 338657db39fd8b94d87eaa7b1d5d48972d26cad351e632f2815140d08004658c260ab6c0d4bd7068f2215a17c1dae23b47b9408949f5fc35f62ef68ec91b52fe SHA512 d0716caea751c0ed97be094d7438b71fbf78c767f9e8bc89dc798722979bda5ea99f65352332a97906b85d86eabdc0d170a808b687cbb88525fdbe85393649e2
-DIST pycargoebuild-0.5.0.gh.tar.gz 17528 BLAKE2B af87adeb2dedf6d6b8b6feab78aafba49c4480b2e09f0bb1e39812c7e1a34010594c3641de99c08c83f1e826725ef7fa077d0bc15a3acbc35cdc2211600a819a SHA512 ceceeecb49ea101c7a191c1c608a77a6a95d17f293a8dde2fcc1ec5d5fbe7034671eb7662c0d4e167c990ec9a9e6af95845e20a483c3ae667624da0121430642
DIST pycargoebuild-0.5.1.gh.tar.gz 17587 BLAKE2B f5c35acc43cfcc1a844f9bf0f01b72ca62ff07531dba8911e9a4ec672586760c9fee93ae9b9a9cb4becd4702d2caabc8f1a02a4b702356708ec4cf3f1780b577 SHA512 eb35ddc93a34fd0a857f28166a5e1cdb64f3e9b13f8182fde79292e93f30d6218eec2f0f2933c763c37f398b09952550e208a3914fb47d8d2b6a755ae003a983
diff --git a/app-portage/pycargoebuild/pycargoebuild-0.3.0.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.3.0.ebuild
deleted file mode 100644
index ddee9ac385b4..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..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
diff --git a/app-portage/pycargoebuild/pycargoebuild-0.4.0.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.4.0.ebuild
deleted file mode 100644
index ddee9ac385b4..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..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
diff --git a/app-portage/pycargoebuild/pycargoebuild-0.5.0.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.5.0.ebuild
deleted file mode 100644
index ddee9ac385b4..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..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
next reply other threads:[~2022-11-29 6:59 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-29 6:59 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 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-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=1669705172.30ff6833a5dd6b60527f7dda1609f84e09232af4.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