Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pycargoebuild/
Date: Tue, 29 Nov 2022 06:59:49
Message-Id: 1669705172.30ff6833a5dd6b60527f7dda1609f84e09232af4.mgorny@gentoo
1 commit: 30ff6833a5dd6b60527f7dda1609f84e09232af4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 05:44:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 06:59:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ff6833
7
8 app-portage/pycargoebuild: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/pycargoebuild/Manifest | 3 --
13 .../pycargoebuild/pycargoebuild-0.3.0.ebuild | 32 ----------------------
14 .../pycargoebuild/pycargoebuild-0.4.0.ebuild | 32 ----------------------
15 .../pycargoebuild/pycargoebuild-0.5.0.ebuild | 32 ----------------------
16 4 files changed, 99 deletions(-)
17
18 diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest
19 index 7308492c546b..b08614364118 100644
20 --- a/app-portage/pycargoebuild/Manifest
21 +++ b/app-portage/pycargoebuild/Manifest
22 @@ -1,4 +1 @@
23 -DIST pycargoebuild-0.3.0.gh.tar.gz 17362 BLAKE2B 5258aa85191a5b9d8c5fb9c0761e90d1c77642cb9a1c4b892ef0cbfcebfb6c24518cd56844658b8814bad969efe2b6389444d2432eed5eb5ba5254f143ead4bd SHA512 ea6519ba774d44ae7aa5420ce9b48f06d3be24615a431b29cdd4fafaa74f11abaac89cc605513ad40e0bba5f4b319655b350281ea0596a903ad9a4d24eb98040
24 -DIST pycargoebuild-0.4.0.gh.tar.gz 16285 BLAKE2B 338657db39fd8b94d87eaa7b1d5d48972d26cad351e632f2815140d08004658c260ab6c0d4bd7068f2215a17c1dae23b47b9408949f5fc35f62ef68ec91b52fe SHA512 d0716caea751c0ed97be094d7438b71fbf78c767f9e8bc89dc798722979bda5ea99f65352332a97906b85d86eabdc0d170a808b687cbb88525fdbe85393649e2
25 -DIST pycargoebuild-0.5.0.gh.tar.gz 17528 BLAKE2B af87adeb2dedf6d6b8b6feab78aafba49c4480b2e09f0bb1e39812c7e1a34010594c3641de99c08c83f1e826725ef7fa077d0bc15a3acbc35cdc2211600a819a SHA512 ceceeecb49ea101c7a191c1c608a77a6a95d17f293a8dde2fcc1ec5d5fbe7034671eb7662c0d4e167c990ec9a9e6af95845e20a483c3ae667624da0121430642
26 DIST pycargoebuild-0.5.1.gh.tar.gz 17587 BLAKE2B f5c35acc43cfcc1a844f9bf0f01b72ca62ff07531dba8911e9a4ec672586760c9fee93ae9b9a9cb4becd4702d2caabc8f1a02a4b702356708ec4cf3f1780b577 SHA512 eb35ddc93a34fd0a857f28166a5e1cdb64f3e9b13f8182fde79292e93f30d6218eec2f0f2933c763c37f398b09952550e208a3914fb47d8d2b6a755ae003a983
27
28 diff --git a/app-portage/pycargoebuild/pycargoebuild-0.3.0.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.3.0.ebuild
29 deleted file mode 100644
30 index ddee9ac385b4..000000000000
31 --- a/app-portage/pycargoebuild/pycargoebuild-0.3.0.ebuild
32 +++ /dev/null
33 @@ -1,32 +0,0 @@
34 -# Copyright 2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=flit
40 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
45 -HOMEPAGE="
46 - https://github.com/projg2/pycargoebuild/
47 - https://pypi.org/project/pycargoebuild/
48 -"
49 -SRC_URI="
50 - https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
51 - -> ${P}.gh.tar.gz
52 -"
53 -
54 -LICENSE="MIT"
55 -SLOT="0"
56 -KEYWORDS="~amd64"
57 -
58 -RDEPEND="
59 - dev-python/license-expression[${PYTHON_USEDEP}]
60 - $(python_gen_cond_dep '
61 - dev-python/tomli[${PYTHON_USEDEP}]
62 - ' 3.8 3.9 3.10)
63 -"
64 -
65 -distutils_enable_tests pytest
66
67 diff --git a/app-portage/pycargoebuild/pycargoebuild-0.4.0.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.4.0.ebuild
68 deleted file mode 100644
69 index ddee9ac385b4..000000000000
70 --- a/app-portage/pycargoebuild/pycargoebuild-0.4.0.ebuild
71 +++ /dev/null
72 @@ -1,32 +0,0 @@
73 -# Copyright 2022 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=8
77 -
78 -DISTUTILS_USE_PEP517=flit
79 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
80 -
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
84 -HOMEPAGE="
85 - https://github.com/projg2/pycargoebuild/
86 - https://pypi.org/project/pycargoebuild/
87 -"
88 -SRC_URI="
89 - https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
90 - -> ${P}.gh.tar.gz
91 -"
92 -
93 -LICENSE="MIT"
94 -SLOT="0"
95 -KEYWORDS="~amd64"
96 -
97 -RDEPEND="
98 - dev-python/license-expression[${PYTHON_USEDEP}]
99 - $(python_gen_cond_dep '
100 - dev-python/tomli[${PYTHON_USEDEP}]
101 - ' 3.8 3.9 3.10)
102 -"
103 -
104 -distutils_enable_tests pytest
105
106 diff --git a/app-portage/pycargoebuild/pycargoebuild-0.5.0.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.5.0.ebuild
107 deleted file mode 100644
108 index ddee9ac385b4..000000000000
109 --- a/app-portage/pycargoebuild/pycargoebuild-0.5.0.ebuild
110 +++ /dev/null
111 @@ -1,32 +0,0 @@
112 -# Copyright 2022 Gentoo Authors
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=8
116 -
117 -DISTUTILS_USE_PEP517=flit
118 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
119 -
120 -inherit distutils-r1
121 -
122 -DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
123 -HOMEPAGE="
124 - https://github.com/projg2/pycargoebuild/
125 - https://pypi.org/project/pycargoebuild/
126 -"
127 -SRC_URI="
128 - https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
129 - -> ${P}.gh.tar.gz
130 -"
131 -
132 -LICENSE="MIT"
133 -SLOT="0"
134 -KEYWORDS="~amd64"
135 -
136 -RDEPEND="
137 - dev-python/license-expression[${PYTHON_USEDEP}]
138 - $(python_gen_cond_dep '
139 - dev-python/tomli[${PYTHON_USEDEP}]
140 - ' 3.8 3.9 3.10)
141 -"
142 -
143 -distutils_enable_tests pytest