dev-python/scons-xo-exts - 1.0.2 (myov)

Search

Install

Install this version:

emerge -a =dev-python/scons-xo-exts-1.0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/scons-xo-exts-1.0.2

Or alternatively:

emerge --autounmask-write -a =dev-python/scons-xo-exts-1.0.2

Package Information

Description:
Extensions for SCons, includes Python libraries and builders
Homepage:
https://gitlab.com/xgqt/xgqt-python-lib-scons-xo-exts/
License:
MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
1.0.2 8 ~amd64 ~x86 0/$(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

REAL_PN="xgqt-python-lib-${PN}"
MAJOR="$(ver_cut 1)"

DISTUTILS_USE_PEP517="flit"
PYTHON_COMPAT=( python3_{12..13} )

inherit distutils-r1

DESCRIPTION="Extensions for SCons, includes Python libraries and builders"
HOMEPAGE="https://gitlab.com/xgqt/xgqt-python-lib-scons-xo-exts/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3

	EGIT_REPO_URI="https://gitlab.com/xgqt/${REAL_PN}"
	S="${WORKDIR}/${P}/code/source/v${MAJOR}/${PN}-lib"
else
	SRC_URI="https://gitlab.com/xgqt/${REAL_PN}/-/archive/${PV}/${REAL_PN}-${PV}.tar.bz2
		-> ${REAL_PN}-${PV}.gl.tar.bz2"
	S="${WORKDIR}/${REAL_PN}-${PV}/code/source/v${MAJOR}/${PN}-lib"

	KEYWORDS="~amd64 ~x86"
fi

LICENSE="MPL-2.0"
SLOT="0/${MAJOR}"

RDEPEND="
	dev-build/scons[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-build/scons[]

Manifest for 1.0.2

Type File Size Source URLs
DIST xgqt-python-lib-scons-xo-exts-1.0.2.gl.tar.bz2 26737 bytes https://gitlab.com/xgqt/xgqt-python-lib-scons-xo-exts/-/archive/1.0.2/xgqt-python-lib-scons-xo-exts-1.0.2.tar.bz2