gnu: python-pyscss: 1.4.0-0.73559d0.

* gnu/packages/python-web.scm (python-pyscss): 1.4.0-0.73559d0.

Change-Id: I226351b69eac61be90d0a689c03515a20e9402ad
This commit is contained in:
Sharlatan Hellseher 2025-04-24 22:58:46 +01:00
parent 115b05af2a
commit e16a2d1639
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2353,28 +2353,33 @@ Encryption} (JOSE) Web Standards.")
(license license:expat))) (license license:expat)))
(define-public python-pyscss (define-public python-pyscss
(package ;; XXX: no fresh release supporting Python 3.11, use the latest commit, see
(name "python-pyscss") ;; <https://github.com/Kronuz/pyScss/issues/428>.
(version "1.4.0") (let ((commit "73559d047706ccd4593cf6aa092de71f35164723")
(source (revision "0"))
(origin (package
(method git-fetch) ; no tests in PyPI release (name "python-pyscss")
(uri (git-reference (version (git-version "1.4.0" revision commit))
(url "https://github.com/Kronuz/pyScss") (source
(commit (string-append "v" version)))) (origin
(file-name (git-file-name name version)) (method git-fetch) ; no tests in PyPI release
(sha256 (uri (git-reference
(base32 "1vinddg8sbh3v9n1r1wmvjx6ydk8xp7scbvhb3csl4y9xz7vhk6g")))) (url "https://github.com/Kronuz/pyScss")
(build-system pyproject-build-system) (commit commit)))
(native-inputs (file-name (git-file-name name version))
(list python-pytest python-pytest-cov python-setuptools python-wheel)) (sha256
(inputs (base32 "00msypxf5dm57gyfp3jxvjinigi4km84v33w83635pms9li2k3y7"))))
(list pcre)) (build-system pyproject-build-system)
(home-page "https://github.com/Kronuz/pyScss") (native-inputs
(synopsis "Scss compiler for Python") (list python-pytest python-pytest-cov python-setuptools python-wheel))
(description "@code{pyScss} is a compiler for Sass, a superset language of (inputs
(list pcre))
(home-page "https://github.com/Kronuz/pyScss")
(synopsis "Scss compiler for Python")
(description
"@code{pyScss} is a compiler for Sass, a superset language of
CSS3 that adds programming capabilities and some other syntactic sugar.") CSS3 that adds programming capabilities and some other syntactic sugar.")
(license license:expat))) (license license:expat))))
(define-public python-jsonpickle (define-public python-jsonpickle
(package (package