gnu: python-tldextract: Switch to pyproject-build-system.

* gnu/packages/python-xyz.scm (python-tldextract):
  [build-system]: Switch to pyproject-build-system.
  [native-inputs]: Add nss-certs-for-test, python-pytest-mock,
  python-setuptools, python-wheel.
  [home-page]: Run guix style.

Change-Id: I726828b02898d4d120ddc86f4a82ff7d76c7687e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-06-15 15:41:35 +02:00 committed by Sharlatan Hellseher
parent a6b8d0793d
commit 036d53d4e3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -29290,15 +29290,18 @@ identifying what the file is.")
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tldextract" version)) (uri (pypi-uri "tldextract" version))
(sha256 (sha256
(base32 (base32 "1wac4yvcpgqjvls770mfx165amvy7gr00nnd2w24bqqwyamj9kdd"))))
"1wac4yvcpgqjvls770mfx165amvy7gr00nnd2w24bqqwyamj9kdd")))) (build-system pyproject-build-system)
(build-system python-build-system) (native-inputs (list nss-certs-for-test
(native-inputs python-pytest
(list python-pytest python-responses python-setuptools-scm)) python-pytest-mock
(propagated-inputs python-responses
(list python-filelock python-idna python-requests python-requests-file)) python-setuptools
(home-page python-setuptools-scm
"https://github.com/john-kurkowski/tldextract") python-wheel))
(propagated-inputs (list python-filelock python-idna python-requests
python-requests-file))
(home-page "https://github.com/john-kurkowski/tldextract")
(synopsis (synopsis
"Separate the TLD from the registered domain and subdomains of a URL") "Separate the TLD from the registered domain and subdomains of a URL")
(description (description