mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
app-portage/pycargoebuild: Bump to 0.15.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST pycargoebuild-0.14.0.tar.gz 57877 BLAKE2B da6d23402a1294f3cee4fd4847079935614877495d52da97140e0d9a41097ab35d220ee0862ec1ad19ca3fac0f6717b36f9649980596cbb2f6b382a751219ccd SHA512 8a10d1233899d0ec17203095e26a0ec5607e68c953914d87812bb051691660a35324638e8f7ca9cdd8717197306914e2e81e7733d0b310aca3af30fea84d76b8
|
||||
DIST pycargoebuild-0.15.0.tar.gz 59782 BLAKE2B e3ae3744f84bd50c016ed24e4f64163d99b6e4e7db2e7eca68342f48ef7be0c877173bd6d05d7e8dd60ca0615251a373459ff990755c1e62e6afa4000cbbf351 SHA512 cfcc5721ffd56483fd94d3cf292d50d4fd872cb6ef4a53ab60326736a48f94bfbcf7755d9a32c01bf3a88f22015eba357530cb452621e633ab164d3a3e74c0fa
|
||||
|
||||
29
app-portage/pycargoebuild/pycargoebuild-0.15.0.ebuild
Normal file
29
app-portage/pycargoebuild/pycargoebuild-0.15.0.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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/jinja2[${PYTHON_USEDEP}]
|
||||
dev-python/license-expression[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/tomli[${PYTHON_USEDEP}]
|
||||
' 3.10)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user