diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-09 20:03:59 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-09 20:04:08 +0000 |
| commit | f80fe5f4d4d93d957bb01dfd64c4bfa266ac079a (patch) | |
| tree | eefc9f2f7f1beac56b7dd9d9eb37aa402c28c3cb /gnu/packages/python-xyz.scm | |
| parent | 79335ff39d34d6081da3089475ef0e00b052ce7b (diff) | |
gnu: Remove python-bumpversion.
Undeveloped for 10 years, deprecated for 6, fails to build.
* gnu/packages/python-xyz.scm (python-bumpversion): Delete variable.
Fixes: guix/guix#3403
Change-Id: I543d47e8b32d1abefba5918094af60f6af4b3b7f
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4988f7a3e0e..b17616fc0cc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9185,24 +9185,6 @@ software by updating all version strings in your source code by the correct increment. It also creates commits and tags.") (license license:expat))) -(define-public python-bumpversion - (package - (name "python-bumpversion") - (version "0.5.3") - (source - (origin - (method url-fetch) - (uri (pypi-uri "bumpversion" version)) - (sha256 - (base32 - "0zn7694yfipxg35ikkfh7kvgl2fissha3dnqad2c5bvsvmrwhi37")))) - (build-system python-build-system) - (home-page "https://github.com/peritus/bumpversion") - (synopsis "Tool to bump software version") - (description "This tool provides a command-line interface (CLI) to bump a -software version simply.") - (license license:expat))) - (define-public python-deprecated (package (name "python-deprecated") |
