From eb308effb092f3e8e972698a010627e18faa2da2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 14 Jul 2025 21:09:31 +0100 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5665510d19a858ccabaaaeb045d2d56b10e75bb2..2877ad094ee7296b64b25d7a5a66b460dde911cf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11710,15 +11710,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