diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 20:18:30 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-01 00:36:56 +0100 |
| commit | f0184ea657a43e7a0c9e88e7a3e1863344a1110f (patch) | |
| tree | 9110accc34f1cf078214e28018292b8dbb23ddc2 /gnu/packages/python-xyz.scm | |
| parent | 9b6376b618fecf5a8c536c1778a36f7ee55425ae (diff) | |
gnu: python-langcodes: Update to 3.5.0.
* gnu/packages/python-xyz.scm (python-langcodes): Update to 3.5.0.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Add python-language-data.
[native-inputs]: Add python-setuptools and python-setuptools-scm.
Change-Id: I0fc376639843eecdd3489f5b8cc861fb5708d09d
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8e63bf11d5..3099fa4067 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -39598,15 +39598,21 @@ Wikipedia}.") (define-public python-langcodes (package (name "python-langcodes") - (version "3.3.0") + (version "3.5.0") (source (origin (method url-fetch) (uri (pypi-uri "langcodes" version)) (sha256 (base32 - "1xkyh3qdcigb18qiimbwl2669y22hhdmd89mqcd270c7lbahfkbr")))) - (build-system python-build-system) - (native-inputs (list python-pytest)) + "00gqlqs1gi8mvjwf6fkwiqhgcqxnsk5gwzs9l8qy2lbys1l83vqy")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest + python-setuptools + python-setuptools-scm)) + (propagated-inputs + ;; [optional:data] + (list python-language-data)) (home-page "https://github.com/rspeer/langcodes") (synopsis "Python library for working with language codes") (description |
