Package Details: python-iso639-lang 2.1.0-1

Git Clone URL: https://aur.archlinux.org/python-iso639-lang.git (read-only, click to copy)
Package Base: python-iso639-lang
Description: A lightweight library for the ISO 639 standard.
Upstream URL: https://github.com/LBeaudoux/iso639
Licenses: MIT
Submitter: Sematre
Maintainer: Sematre
Last Packager: Sematre
Votes: 1
Popularity: 0.000000
First Submitted: 2021-09-09 22:29 (UTC)
Last Updated: 2022-06-30 11:06 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

txtsd commented on 2026-06-20 10:21 (UTC)

Can I get co-maintainer on this, please?

Gilrain commented on 2026-06-19 15:30 (UTC)

Hi, this package no longer builds and needs to be updated. Here's patch:

diff --git a/PKGBUILD b/PKGBUILD
index 9b4db6f..14b6bb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3 +3 @@ pkgname=python-iso639-lang
-pkgver=2.1.0
+pkgver=2.6.3
@@ -10,2 +10,5 @@ license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
+depends=('python' 'python-setuptools')
+makedepends=(
+       'python-build'
+       'python-installer'
+)
@@ -13 +16 @@ source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz
-sha256sums=('2ffe80b13adb336687925ec1d6e46749f3a82e289d998e58eb2350b3fb79e486')
+sha256sums=('4aecdb49b35abd8f56bd3b83b0d8d376556bc7f62e6176a5ca28affcb8f72303')
@@ -17 +20 @@ build() {
-       python setup.py build
+       python -m build
@@ -22 +25 @@ package() {
-       python setup.py install --prefix=/usr --root="${pkgdir}" --optimize 1 --skip-build
+       python -m installer --destdir="${pkgdir}" dist/*.whl
diff --git a/.SRCINFO b/.SRCINFO
index 5f8f16c..a1ad11f 100644