mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cppy: Update to 1.3.1.
* gnu/packages/python-xyz.scm (python-cppy): Update to 1.3.1. [native-inputs]: Add python-pytest and python-setuptools-scm. Change-Id: I45f88d7efd3cb20bfb7b8f14b90d15ddcc081a6d
This commit is contained in:
parent
230c902751
commit
8b4ecf2df3
1 changed files with 7 additions and 3 deletions
|
@ -11734,15 +11734,19 @@ and generate a data structure representing the class.")
|
|||
(define-public python-cppy
|
||||
(package
|
||||
(name "python-cppy")
|
||||
(version "1.2.1")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "cppy" version))
|
||||
(sha256
|
||||
(base32 "06zysv86j7wqb1rl88ab4clbjf7iahhv9gfyqlasr18hggqkpd43"))))
|
||||
(base32 "0s3d7bjgr9af571y7czswjymnymnihwnyf9ml4p28kw725y31dam"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(home-page "https://github.com/nucleic/cppy")
|
||||
(synopsis "C++ header library for Python extension modules")
|
||||
(description "This package is a small C++ header library which makes it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue