mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/scikit-build-core: Bump to 0.12.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST scikit_build_core-0.11.6.tar.gz 286006 BLAKE2B 73c1dccfd32d70e96de2b948f35e7d69ed58fb0e7946b219fba1791692a068c5b661a21cda0789c548d4e851062737013c666fb6ec06aea157a0346c9fed1c68 SHA512 bc0c8fc346597be1166dd4cf575a7b22806a6ac4d04cf6625dad60ad0d95f29360f3fbe65c1298edae344349a07f8ff3b06842429fa2ec5f082b5122f188a9d0
|
||||
DIST scikit_build_core-0.12.0.tar.gz 302652 BLAKE2B 131fefc3d6288965bb65f246d20c2b056f79941e5927bcf82c023013f06c5c74e9634bd20e6a2b2fb0415d5e2189f7fd93df9c5989200708bed03bccde2d341d SHA512 eee8c18eba3e0ed9bff43f0ee43e593c9621f41057ad3be5136f02d867212587e60cac120dc43d5369082cb3011d78556ba05fe4abebc433ff0d083c9ce6d473
|
||||
DIST scikit_build_core-0.12.0.tar.gz.provenance 9853 BLAKE2B bb618cca1960fe45e3cbcef97acbd2497b87277423ed38ea8a176e95d213118f767b78ea438c9687b83fb61694656f531da6cbd7e017bc1b8945737cb6b97677 SHA512 6f09d417c62935194a4c1571337ff7f3d43b0719b13aac7323d72ae8dba6454986649da1b431ada3b28cde9214be0546dc13732bc073620d5a096c1cf6a0f5b8
|
||||
DIST scikit_build_core-0.12.1.tar.gz 302856 BLAKE2B 49b797fe8040c86b26be5390a3d79231b3848b43d05f7dc8ffd474c6332727f5ff351cf13f823d8cb41871185e9b141064a5c5d60227cf78775957a32f87fe18 SHA512 ee934d5e4c337c6d4a4c7b0746ff6504ceeea3518ba93991803ba37deb7e823c27c225b1f2c9ed11e944d78639ffe68451b40c7f7732ccb7884f7b5bc7dac6b6
|
||||
DIST scikit_build_core-0.12.1.tar.gz.provenance 9807 BLAKE2B 5cd84bb03f4d6b598e0fc3a2e4ae28610a998ae985c57853479cb22090f306edddb69b2827c46524125a63bd503755558de72c37a1adf870f42bd9b90a3f3079 SHA512 128ab0dd6ae95d29ffcb459921c2f44130543c0a38c46d507c9b6737ccc4e56b1b1bdebccb51e380397ba2496924121c5c517e8049ccf1aaaee583948f1171cc
|
||||
|
||||
57
dev-python/scikit-build-core/scikit-build-core-0.12.1.ebuild
Normal file
57
dev-python/scikit-build-core/scikit-build-core-0.12.1.ebuild
Normal file
@@ -0,0 +1,57 @@
|
||||
# Copyright 2023-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYPI_VERIFY_REPO=https://github.com/scikit-build/scikit-build-core
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Build backend for CMake based projects"
|
||||
HOMEPAGE="
|
||||
https://github.com/scikit-build/scikit-build-core/
|
||||
https://pypi.org/project/scikit-build-core/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
|
||||
# we always want [pyproject] extra
|
||||
RDEPEND="
|
||||
app-alternatives/ninja
|
||||
dev-build/cmake
|
||||
>=dev-python/packaging-23.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pathspec-0.10.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyproject-metadata-0.5[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/hatch-vcs[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/build[${PYTHON_USEDEP}]
|
||||
>=dev-python/cattrs-22.2.0[${PYTHON_USEDEP}]
|
||||
dev-python/fastjsonschema[${PYTHON_USEDEP}]
|
||||
dev-python/pybind11[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-subprocess-1.5[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/virtualenv[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( pytest-subprocess )
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
local _EPYTEST_DESELECT=(
|
||||
# TODO / we don't package validate_pyproject anyway
|
||||
tests/test_schema.py::test_compare_schemas
|
||||
)
|
||||
local EPYTEST_IGNORE=(
|
||||
# needs unpackaged validate_pyproject
|
||||
tests/test_schema.py
|
||||
)
|
||||
|
||||
epytest -m "not isolated and not network"
|
||||
}
|
||||
Reference in New Issue
Block a user