mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-appdirs: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-appdirs): [build-system]: Use pyproject. [arguments] <test-backend>: Use 'unittest. [native-inputs]: Add python-setuptools. Change-Id: I234b65a99870f0e7e373681719b1ba61e2da85fb
This commit is contained in:
parent
de14383ed5
commit
7809bebb39
1 changed files with 5 additions and 5 deletions
|
@ -17378,12 +17378,12 @@ provided that can be used to do various manipulations with LilyPond files.")
|
|||
(method url-fetch)
|
||||
(uri (pypi-uri "appdirs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hfzmwknxqhg20aj83fx80vna74xfimg8sk18wb85fmin9kh2pbx"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "0hfzmwknxqhg20aj83fx80vna74xfimg8sk18wb85fmin9kh2pbx"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:test-backend #~'unittest))
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "https://github.com/ActiveState/appdirs")
|
||||
(synopsis
|
||||
"Determine platform-specific dirs, e.g. a \"user data dir\"")
|
||||
(synopsis "Determine platform-specific dirs, e.g. a \"user data dir\"")
|
||||
(description
|
||||
"This module provides a portable way of finding out where user data
|
||||
should be stored on various operating systems.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue