This commit is contained in:
Yann Dupont 2023-04-07 22:40:05 +02:00
parent 2121192456
commit 81310ceff4

View file

@ -95,7 +95,7 @@
;; The version string is usually derived via setuptools-scm, but ;; The version string is usually derived via setuptools-scm, but
;; without the git metadata available, the version string is set to ;; without the git metadata available, the version string is set to
;; '0.0.0'. ;; '0.0.0'.
(lambda _ ; (lambda _
; (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version) ; (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)
; (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" "0.3.2") ; (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" "0.3.2")
; #$(package-version this-package) ; #$(package-version this-package)
@ -107,7 +107,7 @@
;))) ;)))
)))) )))
(propagated-inputs (list python-h5py (propagated-inputs (list python-h5py
python-nest-asyncio python-nest-asyncio