summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-06-24 21:30:59 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-06-26 22:10:38 -0400
commited210c1b8ff95003645499a4b48279a68c4685cf (patch)
tree3af8cd84ad6187394723cc383619ace80aa9ba13 /gnu/packages/python-xyz.scm
parent8d0e69624357c0ce9e7c0b0713910a3e35f16226 (diff)
gnu: python-setuptools-scm: Move to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0bc951442f9..b9d57bc6bb6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7813,27 +7813,6 @@ Pexpect works like Don Libes’ Expect. Pexpect allows your script to spawn a
7813child application and control it as if a human were typing commands.") 7813child application and control it as if a human were typing commands.")
7814 (license license:isc))) 7814 (license license:isc)))
7815 7815
7816(define-public python-setuptools-scm
7817 (package
7818 (name "python-setuptools-scm")
7819 (version "6.3.2")
7820 (source (origin
7821 (method url-fetch)
7822 (uri (pypi-uri "setuptools_scm" version))
7823 (sha256
7824 (base32 "1wm0i27siyy1yqr9rv7lqvb65agay9051yi8jzmi8dgb3q4ai6m4"))))
7825 (build-system python-build-system)
7826 (propagated-inputs
7827 `(("python-packaging",python-packaging-bootstrap)
7828 ("python-tomli" ,python-tomli)))
7829 (home-page "https://github.com/pypa/setuptools_scm/")
7830 (synopsis "Manage Python package versions in SCM metadata")
7831 (description
7832 "Setuptools_scm handles managing your Python package versions in
7833@dfn{software configuration management} (SCM) metadata instead of declaring
7834them as the version argument or in a SCM managed file.")
7835 (license license:expat)))
7836
7837(define-public python-sexpdata 7816(define-public python-sexpdata
7838 (package 7817 (package
7839 (name "python-sexpdata") 7818 (name "python-sexpdata")