diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 22:02:59 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:35 +0100 |
| commit | d8a9b0a329ca280aac5df71063b05dee838c3acb (patch) | |
| tree | 537c7ca754840f3635aad85e073d6b1d7bcfca06 /gnu/packages/python-build.scm | |
| parent | e5b60ea372cf99883ecea1c43ced5c630b126bd0 (diff) | |
gnu: python-trove-classifiers: Update to 2025.5.9.12.
* gnu/packages/python-build.scm (python-trove-classifiers): Update to 2025.5.9.12.
Change-Id: Iac57d876d1df1300c1ad59e2c3e8a05116be9e1e
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 23e99a49772..3e7f3e6e958 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -201,16 +201,17 @@ Python file, so it can be easily copied into your project.") | |||
| 201 | (define-public python-trove-classifiers | 201 | (define-public python-trove-classifiers |
| 202 | (package | 202 | (package |
| 203 | (name "python-trove-classifiers") | 203 | (name "python-trove-classifiers") |
| 204 | (version "2024.10.21.16") | 204 | (version "2025.5.9.12") |
| 205 | (source (origin | 205 | (source |
| 206 | (method url-fetch) | 206 | (origin |
| 207 | (uri (pypi-uri "trove_classifiers" version)) | 207 | (method url-fetch) |
| 208 | (sha256 | 208 | (uri (pypi-uri "trove_classifiers" version)) |
| 209 | (base32 | 209 | (sha256 |
| 210 | "1wzmij9b84pixms7nk2fawhvryj355rsi4rjwsfrspkxsrax1jqp")))) | 210 | (base32 "1dawkrcc353rz1h4mazw25vkbhics5lpqrwc8qad6b3flykwi9vw")))) |
| 211 | (build-system pyproject-build-system) | 211 | (build-system pyproject-build-system) |
| 212 | (arguments (list #:build-backend "setuptools.build_meta" | 212 | (arguments |
| 213 | #:tests? #f)) ;keep dependencies to a minimum | 213 | (list #:build-backend "setuptools.build_meta" |
| 214 | #:tests? #f)) ;keep dependencies to a minimum | ||
| 214 | (native-inputs (list python-setuptools python-wheel)) | 215 | (native-inputs (list python-setuptools python-wheel)) |
| 215 | (home-page "https://github.com/pypa/trove-classifiers") | 216 | (home-page "https://github.com/pypa/trove-classifiers") |
| 216 | (synopsis "Canonical source for classifiers on PyPI") | 217 | (synopsis "Canonical source for classifiers on PyPI") |
