mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-iso3166: Switch to pyproject.
* gnu/packages/iso-codes.scm (python-iso3166): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools. Change-Id: I846061c4cba9edc9c795c8540c86dba02581ec5e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
c8cea00406
commit
fdf06879c7
1 changed files with 8 additions and 5 deletions
|
@ -197,12 +197,15 @@ concerned with representation of names for languages and language groups.")
|
||||||
(version "2.1.1")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (pypi-uri "iso3166" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/deactivated/python-iso3166")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0j0bnm4bd23cyb7dga00gb20myg9skylchkw4d23yh31b7a315m8"))))
|
||||||
"068p94gavc8gbmp5a2kw8hi5l551wfzbpmp6z7ll8sx6vnw53mgw"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(native-inputs (list python-pytest python-setuptools))
|
||||||
(home-page "https://github.com/deactivated/python-iso3166")
|
(home-page "https://github.com/deactivated/python-iso3166")
|
||||||
(synopsis "Self-contained ISO 3166-1 country definitions")
|
(synopsis "Self-contained ISO 3166-1 country definitions")
|
||||||
(description "This package provides the ISO 3166-1 country definitions.")
|
(description "This package provides the ISO 3166-1 country definitions.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue