[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/55: gnu: python-platformdirs: Update to 3.10.0.
From: |
guix-commits |
Subject: |
38/55: gnu: python-platformdirs: Update to 3.10.0. |
Date: |
Thu, 21 Sep 2023 13:31:38 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9d285c8bebc714bc757f889f1509932a8f485849
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Sep 10 14:46:38 2023 +0800
gnu: python-platformdirs: Update to 3.10.0.
* gnu/packages/python-xyz.scm (python-platformdirs): Update to 3.10.0.
[build-system]: Switch to PYPROJECT-BUILD-SYSTEM.
[native-inputs]: Add PYTHON-HATCHLING and PYTHON-HATCH-VCS. Remove
PYTHON-SETUPTOOLS-SCM.
---
gnu/packages/python-xyz.scm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e800baa482..0426220ef2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31475,23 +31475,20 @@ compatible with a wide range of versions of the
Stripe API.")
(define-public python-platformdirs
(package
(name "python-platformdirs")
- (version "2.4.1")
+ (version "3.10.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "platformdirs" version))
(sha256
- (base32 "1njz0h4iky8iglrb85cd07hpa3lp1a2dfr934dj65hxwzvfk61j4"))))
- (build-system python-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
+ (base32 "0vbzyw1k6wvg8gv9cg99ds5pri007c6rqx9668d6kk6pnbd9cmml"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-appdirs python-pytest python-pytest-mock
- python-setuptools-scm))
+ (list python-appdirs
+ python-hatchling
+ python-hatch-vcs
+ python-pytest
+ python-pytest-mock))
(home-page "https://github.com/platformdirs/platformdirs")
(synopsis "Determine the appropriate platform-specific directories")
(description "When writing applications, finding the right location to
- 14/55: gnu: Add python-aioquic., (continued)
- 14/55: gnu: Add python-aioquic., guix-commits, 2023/09/21
- 19/55: gnu: Add python-dj-search-url., guix-commits, 2023/09/21
- 20/55: gnu: Add python-django-cache-url., guix-commits, 2023/09/21
- 24/55: gnu: websockify: Update to 0.11.0., guix-commits, 2023/09/21
- 26/55: gnu: python-httpx: Update to 0.24.1., guix-commits, 2023/09/21
- 25/55: gnu: websockify: Don't propagate inputs., guix-commits, 2023/09/21
- 30/55: gnu: python-deprecated: Update to 1.2.14., guix-commits, 2023/09/21
- 32/55: gnu: python-pkginfo: Update to 1.9.6., guix-commits, 2023/09/21
- 31/55: gnu: python-daemon: Update to 3.0.1., guix-commits, 2023/09/21
- 33/55: gnu: python-pytest-django: Update to 4.5.2., guix-commits, 2023/09/21
- 38/55: gnu: python-platformdirs: Update to 3.10.0.,
guix-commits <=
- 42/55: gnu: python-cmarkgfm: Update to 2022.10.27., guix-commits, 2023/09/21
- 36/55: gnu: python-django@4: Update to 4.2.5., guix-commits, 2023/09/21
- 39/55: gnu: python-distlib: Update to 0.3.7., guix-commits, 2023/09/21
- 41/55: gnu: python-cachetools: Update to 5.3.1., guix-commits, 2023/09/21
- 37/55: gnu: python-bleach: Update to 6.0.0., guix-commits, 2023/09/21
- 51/55: gnu: python-sphinxcontrib-autoprogram: Update to 0.1.8., guix-commits, 2023/09/21
- 43/55: gnu: python-websockets: Update to 11.0.3., guix-commits, 2023/09/21
- 50/55: gnu: barectf: Update to 3.1.2., guix-commits, 2023/09/21
- 53/55: gnu: python-duniterpy: Update to 1.1.1., guix-commits, 2023/09/21
- 47/55: gnu: python-hyperlink: Update to 21.0.0., guix-commits, 2023/09/21