gnu: Remove python2-funcsigs.

* gnu/packages/python-xyz.scm (python2-funcsigs): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-12 20:54:21 -04:00
parent 26d35cb40d
commit c71ab167f2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3120,27 +3120,6 @@ (define-public python-miniupnpc
(home-page "http://miniupnp.free.fr")
(license license:bsd-3)))
(define-public python2-funcsigs
(package
(name "python2-funcsigs")
(version "1.0.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "funcsigs" version))
(sha256
(base32
"0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2))
(native-inputs
(list python2-unittest2))
(home-page "http://funcsigs.readthedocs.org")
(synopsis "Python function signatures from PEP362")
(description
"Backport of @code{funcsigs} which was introduced in Python 3.3.")
(license license:asl2.0)))
(define-public python-py
(package
(name "python-py")