mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove python-rrdtool.
* gnu/packages/monitoring.scm (python-rrdtool): Delete variable. Fixes: guix/guix#1896 Change-Id: I683bbaa5cb42ff363dd12771269a0a0c08f9a979
This commit is contained in:
parent
bd73cbc6c3
commit
45c8514afc
1 changed files with 0 additions and 19 deletions
|
|
@ -851,25 +851,6 @@ display resumes.
|
|||
@end itemize")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python-rrdtool
|
||||
(package
|
||||
(name "python-rrdtool")
|
||||
(version "0.1.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "rrdtool" version))
|
||||
(sha256
|
||||
(base32 "0l8lbarzfwbwnq9jm9gv4mmrxgjlb9hbz27sa8b703qa7s5zy2jz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:tests? #f)) ; No tests in pypi archive
|
||||
(inputs (list rrdtool))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/commx/python-rrdtool")
|
||||
(synopsis "Python bindings for rrdtool")
|
||||
(description "This package provides Python bindings for rrdtool.")
|
||||
(license license:lgpl2.1)))
|
||||
|
||||
(define-public python-statsd
|
||||
(package
|
||||
(name "python-statsd")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue