mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-calver.
* gnu/packages/python-build.scm (python-calver): New variable. Change-Id: Icaf6d09519f792b42a5e0992b2e4fed4131b67f5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
9d577f0f4c
commit
add8d159e8
1 changed files with 23 additions and 0 deletions
|
@ -3646,6 +3646,29 @@ metaclass-based @code{NamedTuple} implementation and a @code{NamedConstant}
|
||||||
class.")
|
class.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-calver
|
||||||
|
(package
|
||||||
|
(name "python-calver")
|
||||||
|
(version "2022.06.26")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/di/calver")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "14l9kv9igcmp5k6d2ahnx6z4dn6zy5kykz95hkh0rkqswn8x79b1"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pretend python-pytest python-setuptools))
|
||||||
|
(home-page "https://github.com/di/calver")
|
||||||
|
(synopsis "Setuptools extension for CalVer package versions")
|
||||||
|
(description
|
||||||
|
"The calver package is a setuptools extension for automatically defining
|
||||||
|
your Python package version as a calendar version.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-can
|
(define-public python-can
|
||||||
(package
|
(package
|
||||||
(name "python-can")
|
(name "python-can")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue