mirror of
https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git
synced 2025-04-28 17:28:35 +02:00
new try
This commit is contained in:
parent
93e67b32f4
commit
2121192456
1 changed files with 11 additions and 3 deletions
|
@ -91,15 +91,23 @@
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'check)
|
(delete 'check)
|
||||||
(delete 'sanity-check)
|
(delete 'sanity-check)
|
||||||
(add-before 'build 'pretend-version
|
; (add-before 'build 'pretend-version
|
||||||
;; 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)
|
||||||
|
|
||||||
)))))
|
(add-after 'unpack 'pretend-version
|
||||||
|
(lambda _
|
||||||
|
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION"
|
||||||
|
#$(package-version this-package))))
|
||||||
|
|
||||||
|
|
||||||
|
;)))
|
||||||
|
))))
|
||||||
|
|
||||||
(propagated-inputs (list python-h5py
|
(propagated-inputs (list python-h5py
|
||||||
python-nest-asyncio
|
python-nest-asyncio
|
||||||
|
|
Loading…
Add table
Reference in a new issue