mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-setuptools-scm-git-archive.
Message from upstram: This repository was archived by the owner on May 5, 2024. It is now read-only. There are no users in Guix, fails to build. * gnu/packages/python-xyz.scm (python-setuptools-scm-git-archive): Delete variable. Change-Id: If31c394997a0dce2b47fc2a0e9cda1215c4b3e96
This commit is contained in:
parent
7e43294e13
commit
4b34e50681
1 changed files with 0 additions and 34 deletions
|
@ -27915,40 +27915,6 @@ version is a fork of jsonrpclib by Josh Marshall, usable with Pelix remote
|
||||||
services.")
|
services.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-setuptools-scm-git-archive
|
|
||||||
(package
|
|
||||||
(name "python-setuptools-scm-git-archive")
|
|
||||||
(version "1.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "setuptools_scm_git_archive" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1nii1sz5jq75ilf18bjnr11l9rz1lvdmyk66bxl7q90qan85yhjj"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:phases (modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'dont-install-defunct-egginfo
|
|
||||||
(lambda _
|
|
||||||
;; When a ".git" directory is missing, the setup.py
|
|
||||||
;; script invokes setuptools.setup twice, once with
|
|
||||||
;; "0" as the version. Prevent that.
|
|
||||||
(substitute* "setup.py"
|
|
||||||
(("if not isdir\\('\\.git'\\):")
|
|
||||||
"if False:")))))))
|
|
||||||
(native-inputs
|
|
||||||
(list python-pytest))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-setuptools-scm))
|
|
||||||
(home-page "https://github.com/Changaco/setuptools_scm_git_archive/")
|
|
||||||
(synopsis "Setuptools_scm plugin for git archives")
|
|
||||||
(description
|
|
||||||
"The setuptools_scm_git_archive package is a plugin to
|
|
||||||
setuptools_scm, which supports obtaining versions from git archives that
|
|
||||||
belong to tagged versions.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public python-setuptools-git
|
(define-public python-setuptools-git
|
||||||
(package
|
(package
|
||||||
(name "python-setuptools-git")
|
(name "python-setuptools-git")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue