mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Merge updates from master
This commit is contained in:
@@ -1,4 +1 @@
|
||||
DIST pycargoebuild-0.15.1.tar.gz 59440 BLAKE2B e480e1e7c511735156879d5683d3501d9dc6afaabfddfab7058ddf805abf92bfd60c5576faf84eb531e7df46dbd30724d9c0b619a8549685deb5e59110e8d831 SHA512 4cf5b9cd398da556bf5b52c721e7d1f2da26760286d8a11d78002a350c05a19ed3817b06a0646bdfc50c2c7a49ebee4b05786e29a2a6c88bf024b268b1e14e2d
|
||||
DIST pycargoebuild-0.15.2.tar.gz 59714 BLAKE2B f395654866bad7e8431a2f2fa18dd552048c629d7475e9cdcf3ed3371087d2dec26cfe2cff8b52daed704d22d6bad0adc112266f0509f380c97cc1c81e1cc4cf SHA512 a92a9100b512b6ed1516ebdad9198991f24d4e3e388f625fd4759a20e91063c507a15ca0126a02726df30133b94abae4b1957aa8541fe28eb03bceafdc81b49f
|
||||
DIST pycargoebuild-0.15.3.tar.gz 59741 BLAKE2B 3712c3679168af3f995e06bc65f3e475a7d28226ba54c57d4aa6e372fb6e0da18bd2f78515bb9c753df0187983c67d9b098206c477f5b7741a14b3c61b40f184 SHA512 1fcd719e0cde61c8ccf7b896e673443e3cbb46844226ac346c4c05ab42cba9d2e4e5d8c05bd9e1b922fcdf5ac6598408feb2f7af8a74dd2931fa7a65bc491ff6
|
||||
DIST pycargoebuild-0.16.0.tar.gz 61743 BLAKE2B 3d3f1c6d3a407902dfb8648a0d7607df160a9b93800ccf50c5cdc23d058d1cd88fed3f579a5a9037fb414cba78713ca3b0b1424f8410bcad2fedc776d646fca3 SHA512 a4b9c61d4f3a05320f3c0438d8af325b377e2e74e8665fd0d35dbf2d8fd0b6bdc821fdaaea371af49c5988266a8ee9b8c57db1a95dc22f332d2db808d23298f3
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 2022-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
||||
|
||||
inherit distutils-r1 optfeature pypi
|
||||
|
||||
DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/gentoo/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}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "parallel download support" net-misc/aria2
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 2022-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
||||
|
||||
inherit distutils-r1 optfeature pypi
|
||||
|
||||
DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/gentoo/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}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "parallel download support" net-misc/aria2
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 2022-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 optfeature pypi
|
||||
|
||||
DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/gentoo/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}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "parallel download support" net-misc/aria2
|
||||
}
|
||||
@@ -10,6 +10,7 @@ inherit distutils-r1 optfeature pypi
|
||||
|
||||
DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
|
||||
HOMEPAGE="
|
||||
https://gitweb.gentoo.org/proj/pycargoebuild.git/
|
||||
https://github.com/gentoo/pycargoebuild/
|
||||
https://pypi.org/project/pycargoebuild/
|
||||
"
|
||||
|
||||
@@ -20,7 +20,7 @@ SRC_URI="
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/attrs-23.2.0[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -19,7 +19,10 @@ RDEPEND="
|
||||
media-libs/tiff:=
|
||||
mng? ( media-libs/libmng:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? ( media-libs/tiff[jpeg] )
|
||||
"
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
# heif plugin is only for Mac, test is normally auto-skipped but may
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -19,7 +19,10 @@ RDEPEND="
|
||||
media-libs/tiff:=
|
||||
mng? ( media-libs/libmng:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? ( media-libs/tiff[jpeg] )
|
||||
"
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
# heif plugin is only for Mac, test is normally auto-skipped but may
|
||||
|
||||
@@ -7,8 +7,8 @@ CONFIG_CHECK="~ADVISE_SYSCALLS"
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit bash-completion-r1 check-reqs flag-o-matic linux-info
|
||||
inherit ninja-utils pax-utils python-any-r1 toolchain-funcs xdg-utils
|
||||
inherit check-reqs flag-o-matic linux-info ninja-utils pax-utils
|
||||
inherit python-any-r1 shell-completion toolchain-funcs xdg-utils
|
||||
|
||||
DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
|
||||
Reference in New Issue
Block a user