app-portage/pycargoebuild: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-04-05 15:30:27 +02:00
parent 3c1c3278c2
commit a6e1eaa71b
2 changed files with 0 additions and 29 deletions

View File

@@ -1,2 +1 @@
DIST pycargoebuild-0.13.5.tar.gz 54179 BLAKE2B dd4d69a720ad780f69870e4f75b8d3383306c92b0916f713b5af2d9fef19b0d74a30b0fbae89d01fcc8ea6c076503a0d6c53562a666291f3e5ac9b593e745a1f SHA512 fcc66719c83e14cbad04b6e98bc4149327e79e6f2281fb564f2eb0ceabe6194da5e3a028060a788ecbe7b741b485c8449ba2c5873d4cc396daf79e08d01b9376
DIST pycargoebuild-0.14.0.tar.gz 57877 BLAKE2B da6d23402a1294f3cee4fd4847079935614877495d52da97140e0d9a41097ab35d220ee0862ec1ad19ca3fac0f6717b36f9649980596cbb2f6b382a751219ccd SHA512 8a10d1233899d0ec17203095e26a0ec5607e68c953914d87812bb051691660a35324638e8f7ca9cdd8717197306914e2e81e7733d0b310aca3af30fea84d76b8

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