diff options
| author | techchud <protrude_paying969@simplelogin.com> | 2026-02-21 20:44:45 -0600 |
|---|---|---|
| committer | techchud <protrude_paying969@simplelogin.com> | 2026-02-21 20:44:45 -0600 |
| commit | c4c7e193daf56cf52f3fa13cdd9ef6cd1d8f21bf (patch) | |
| tree | fa1f1fcbe9e374a9740ba7493c8f405efdfee682 /python-xyz.scm | |
| parent | ccaabe910acf160099c77b18c83cd79c4fb315be (diff) | |
| download | guix-techchud-c4c7e193daf56cf52f3fa13cdd9ef6cd1d8f21bf.tar.gz guix-techchud-c4c7e193daf56cf52f3fa13cdd9ef6cd1d8f21bf.tar.bz2 guix-techchud-c4c7e193daf56cf52f3fa13cdd9ef6cd1d8f21bf.zip | |
Diffstat (limited to 'python-xyz.scm')
| -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))) - |
