games-util/nsz - 5.0.0 (guru)

Search

Install

Install this version:

emerge -a =games-util/nsz-5.0.0

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

autounmask =games-util/nsz-5.0.0

Or alternatively:

emerge --autounmask-write -a =games-util/nsz-5.0.0

Package Information

Description:
Homebrew compatible NSP/XCI compressor/decompressor
Homepage:
https://github.com/nicoboss/nsz
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
5.0.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1 optfeature

DESCRIPTION="Homebrew compatible NSP/XCI compressor/decompressor"
HOMEPAGE="https://github.com/nicoboss/nsz"
SRC_URI="https://github.com/nicoboss/nsz/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"

RDEPEND="
	dev-python/enlighten[${PYTHON_USEDEP}]
	dev-python/pycryptodome[${PYTHON_USEDEP}]
	dev-python/zstandard[${PYTHON_USEDEP}]
"

PATCHES=(
	"${FILESDIR}/nsz-5.0.0-override-the-location-of-the-app-config.patch"
)

pkg_postinst() {
	optfeature "GUI" dev-python/kivy
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/enlighten[]
	dev-python/pycryptodome[]
	dev-python/zstandard[]

Manifest for 5.0.0

Type File Size Source URLs
DIST nsz-5.0.0.tar.gz 1136651 bytes https://github.com/nicoboss/nsz/archive/refs/tags/5.0.0.tar.gz