summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2026-02-21 20:44:45 -0600
committertechchud <protrude_paying969@simplelogin.com>2026-02-21 20:44:45 -0600
commitc4c7e193daf56cf52f3fa13cdd9ef6cd1d8f21bf (patch)
treefa1f1fcbe9e374a9740ba7493c8f405efdfee682
parentccaabe910acf160099c77b18c83cd79c4fb315be (diff)
downloadguix-techchud-c4c7e193daf56cf52f3fa13cdd9ef6cd1d8f21bf.tar.gz
guix-techchud-c4c7e193daf56cf52f3fa13cdd9ef6cd1d8f21bf.tar.bz2
guix-techchud-c4c7e193daf56cf52f3fa13cdd9ef6cd1d8f21bf.zip
remove pyinstaller junkHEADmaster
-rw-r--r--python-xyz.scm19
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)))
-