app-portage/pycargoebuild: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-17 18:55:52 +02:00
parent 0e3236549e
commit f4dc874653
2 changed files with 0 additions and 29 deletions

View File

@@ -1,2 +1 @@
DIST pycargoebuild-0.14.0.tar.gz 57877 BLAKE2B da6d23402a1294f3cee4fd4847079935614877495d52da97140e0d9a41097ab35d220ee0862ec1ad19ca3fac0f6717b36f9649980596cbb2f6b382a751219ccd SHA512 8a10d1233899d0ec17203095e26a0ec5607e68c953914d87812bb051691660a35324638e8f7ca9cdd8717197306914e2e81e7733d0b310aca3af30fea84d76b8
DIST pycargoebuild-0.15.0.tar.gz 59782 BLAKE2B e3ae3744f84bd50c016ed24e4f64163d99b6e4e7db2e7eca68342f48ef7be0c877173bd6d05d7e8dd60ca0615251a373459ff990755c1e62e6afa4000cbbf351 SHA512 cfcc5721ffd56483fd94d3cf292d50d4fd872cb6ef4a53ab60326736a48f94bfbcf7755d9a32c01bf3a88f22015eba357530cb452621e633ab164d3a3e74c0fa

View File

@@ -1,28 +0,0 @@
# Copyright 2022-2025 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 pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
HOMEPAGE="
https://github.com/projg2/pycargoebuild/
https://pypi.org/project/pycargoebuild/
"
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