diff options
| -rw-r--r-- | python-xyz.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/python-xyz.scm b/python-xyz.scm index 95cabdb..42ae769 100644 --- a/python-xyz.scm +++ b/python-xyz.scm @@ -231,22 +231,3 @@ (synopsis "Python package for alpha matting.") (description "Python package for alpha matting.") (license license:expat))) - -(define-public python-types-pyinstaller - (package - (name "python-types-pyinstaller") - (version "6.16.0.20250918") - (source - (origin - (method url-fetch) - (uri (pypi-uri "types_pyinstaller" version)) - (sha256 - (base32 "0favd1ghmna0y0mvkfn1xd2zi9b2754gl30cmpv9yhba5yxz1v0b")))) - (build-system pyproject-build-system) - (arguments `(#:tests? #f)) - (native-inputs (list python-setuptools-next python-wheel)) - (home-page #f) - (synopsis "Typing stubs for pyinstaller") - (description "Typing stubs for pyinstaller.") - (license #f))) - |
