mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
dev-util/pmbootstrap: add 3.4.0, drop 3.3.0, 3.3.1
Also: added py 3.14 Signed-off-by: Roberto Alfieri <me@rebtoor.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST pmbootstrap-3.0.0.tar.bz2 3244742 BLAKE2B 58f03a93d863b84a8d406c49a9c424aebddfeabfa748cbd91f243dd9fcb8c269c35db7db9f3b349da1efe8a239cf371ab149e2635ee097d05640714033e7d12d SHA512 c45164f151abaa2f018476cd5a2dd1edcdbfbc565b7f67fc6764ff64fc768c17e727bef349f633f7775904d8e2868515f11470ec5c98f4ccbab69e5ad7bbbc1b
|
||||
DIST pmbootstrap-3.3.1.tar.bz2 213101 BLAKE2B f74d3c2f0b5a883baae48dc6cc663b6ac0473dc3e7eba08ac3ed2d7ca32e052c929faea7c5d126625d772d7cad7abf36c14808b61c52dd3e6ee136de9c3452eb SHA512 4b96b9e2c30535551581abdaf12e5df702cfb8f18f15dfdd8cef0561348ad67f2b0d4006e2d4b0b25d11c733fe8f59dc6e1c07bdaa2584e60a72991715faa3c6
|
||||
DIST pmbootstrap-3.4.0.tar.bz2 219011 BLAKE2B 62642728f2de40247f9fc1c43c0f4df849710e5f47f28cba351b2e985876ad594dfac2c667d49c371c78a188da08de68731e782dbaae7aa71761343599c90d57 SHA512 016c9ff81cf395c620fa6e7858705943b4c05d966a2b3041a714f6d8e7959d4b59fab99b28f312f229fc84c0c7a7de89107d44e2a6b33bf85d748f32df484085
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 linux-info
|
||||
|
||||
DESCRIPTION="Helper tool for developing and building postmarketOS"
|
||||
HOMEPAGE="https://postmarketos.org/"
|
||||
SRC_URI="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/archive/${PV}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
# According to upstream README either x86, amd64 or arm64 are required. I
|
||||
# wrote down all other arches because if I just did -* without adding x86 and
|
||||
# arm64 keywords it would seem like the package only works on amd64, but I can't
|
||||
# keyword x86 and arm64 because I can't test these.
|
||||
KEYWORDS="-alpha ~amd64 -arm -hppa -ppc -ppc64 -riscv -sparc"
|
||||
# Tests are disabled because they require the pmaports repository (containing
|
||||
# postmarketOS APKBUILDs) to be cloned at runtime.
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="
|
||||
dev-vcs/git
|
||||
sys-fs/multipath-tools
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
pkg_pretend() {
|
||||
if kernel_is -lt 3 17 0; then
|
||||
eerror "pmbootstrap requires Linux 3.17 or greater."
|
||||
die
|
||||
fi
|
||||
}
|
||||
|
||||
# Without this, emerge errors with an "EPYTHON not set" error.
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local -x EPYTEST_DESELECT=()
|
||||
|
||||
# test_pkgrepo.py is disabled because it requires the pmaports repository (containing
|
||||
# postmarketOS APKBUILDs) to be cloned at runtime.
|
||||
EPYTEST_DESELECT+=(
|
||||
"pmb/core/test_pkgrepo.py"
|
||||
)
|
||||
|
||||
distutils-r1_python_test
|
||||
}
|
||||
@@ -4,7 +4,7 @@ EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 linux-info
|
||||
|
||||
Reference in New Issue
Block a user