gnu: Remove python2-pybugz.

* gnu/packages/python-xyz.scm (python2-pybugz): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:24:22 -04:00
parent b2750c2172
commit 538eadceb2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2976,34 +2976,6 @@ (define-public python2-element-tree
"http://docs.python.org/2/license.html"
"Like \"CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\"."))))
(define-public python2-pybugz
(package
(name "python2-pybugz")
(version "0.6.11")
(source (origin
(method url-fetch)
(uri (string-append
"http://bits.liquidx.net/projects/pybugz/pybugz-"
version ".tar.gz"))
(sha256
(base32
"17ni00p08gp5lkxlrrcnvi3x09fmajnlbz4da03qcgl9q21ym4jd"))
(patches (search-patches "pybugz-stty.patch"
"pybugz-encode-error.patch"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2 ; SyntaxError with Python 3
#:tests? #f)) ; no 'test' sub-command
(propagated-inputs
`(("element-tree" ,python2-element-tree)))
(synopsis "Python and command-line interface to Bugzilla")
(description
"PyBugz is a Python library and command-line tool to query the Bugzilla
bug tracking system. It is meant as an aid to speed up interaction with the
bug tracker.")
(home-page "http://www.liquidx.net/pybugz/")
(license license:gpl2)))
(define-public python-enum34
(package
(name "python-enum34")