mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
27 lines
723 B
Bash
27 lines
723 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
PYTHON_COMPAT=( python3_{11..14} )
|
|
|
|
inherit meson python-any-r1
|
|
|
|
DESCRIPTION="ISO language, territory, currency, script codes and their translations"
|
|
HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes"
|
|
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
|
S="${WORKDIR}/${PN}-v${PV}"
|
|
|
|
LICENSE="LGPL-2.1+"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-macos"
|
|
|
|
BDEPEND="${PYTHON_DEPS}
|
|
sys-devel/gettext
|
|
"
|
|
|
|
# This ebuild does not install any binaries.
|
|
RESTRICT="binchecks strip"
|
|
|
|
DOCS=( CHANGELOG.md README.md TODO.md )
|