diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-28 20:35:11 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:18 +0100 |
| commit | eedab5b78fa27b24c393c7baa0eb87dbb18f049a (patch) | |
| tree | 2de8921878041eccddeabe64055516ed72ecf608 /gnu | |
| parent | 24d11767e61e2fae0d37236924ce6963b90ecdef (diff) | |
gnu: python-hacking: Update to 8.1.0.
* gnu/packages/openstack.scm (python-hacking): Update to 8.1.0.
[source]: Switch to git-fetch.
[native-inputs]: Remove python-setuptools and python-wheel; add python-pbr.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/openstack.scm | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 1fe56dde8fa..1ed1b208bac 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -144,14 +144,16 @@ manner.") | |||
| 144 | (define-public python-hacking | 144 | (define-public python-hacking |
| 145 | (package | 145 | (package |
| 146 | (name "python-hacking") | 146 | (name "python-hacking") |
| 147 | (version "7.0.0") | 147 | (version "8.1.0") |
| 148 | (source | 148 | (source |
| 149 | (origin | 149 | (origin |
| 150 | (method url-fetch) | 150 | (method git-fetch) |
| 151 | (uri (pypi-uri "hacking" version)) | 151 | (uri (git-reference |
| 152 | (url "https://github.com/openstack-dev/hacking") | ||
| 153 | (commit version))) | ||
| 154 | (file-name (git-file-name name version)) | ||
| 152 | (sha256 | 155 | (sha256 |
| 153 | (base32 | 156 | (base32 "1pb2sp2c588kgq15xk78fy3hcd7rzkcqnnmsn6rlr2w6c5b08wqb")))) |
| 154 | "1dya2mbnm8cbkwrzmhsacdpmp37nhfcy13y5hbx58z8g53jw5dmr")))) | ||
| 155 | (build-system pyproject-build-system) | 157 | (build-system pyproject-build-system) |
| 156 | (propagated-inputs | 158 | (propagated-inputs |
| 157 | (list python-flake8)) | 159 | (list python-flake8)) |
| @@ -159,12 +161,11 @@ manner.") | |||
| 159 | (list python-ddt | 161 | (list python-ddt |
| 160 | python-eventlet | 162 | python-eventlet |
| 161 | python-fixtures | 163 | python-fixtures |
| 162 | python-setuptools | 164 | python-pbr |
| 163 | python-stestr | 165 | python-stestr |
| 164 | python-subunit | 166 | python-subunit |
| 165 | python-testscenarios | 167 | python-testscenarios |
| 166 | python-testtools | 168 | python-testtools)) |
| 167 | python-wheel)) | ||
| 168 | (home-page "https://github.com/openstack-dev/hacking") | 169 | (home-page "https://github.com/openstack-dev/hacking") |
| 169 | (synopsis "OpenStack hacking guideline enforcement") | 170 | (synopsis "OpenStack hacking guideline enforcement") |
| 170 | (description | 171 | (description |
