[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55424] [PATCH 092/602] gnu: Remove python2-tegaki-recognize.
From: |
Maxim Cournoyer |
Subject: |
[bug#55424] [PATCH 092/602] gnu: Remove python2-tegaki-recognize. |
Date: |
Sun, 15 May 2022 00:37:59 -0400 |
* gnu/packages/language.scm (python2-tegaki-recognize): Delete variable.
---
gnu/packages/language.scm | 52 ---------------------------------------
1 file changed, 52 deletions(-)
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 6a0f1af2fa..ce7646b7ad 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -1006,58 +1006,6 @@ (define-public python2-tegaki-tools
;; under gpl2+. Therefore, the combined work is licensed under gpl3+.
(license license:gpl3+)))
-(define-public python2-tegaki-recognize
- (let ((commit "eceec69fe651d0733c8c8752dae569d2283d0f3c")
- (revision "1"))
- (package
- (inherit python2-tegaki-tools)
- (name "python2-tegaki-recognize")
- ;; version copied from <https://github.com/tegaki/tegaki/releases>
- (version (git-version "0.3.1" revision commit))
- (source
- (origin
- ;; We use GIT-FETCH because 'tegaki-recognize.desktop.in' and
- ;; 'tegaki-recognize.in' are missing in the tarball.
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/tegaki/tegaki")
- (commit commit)))
- (sha256
- (base32
- "09mw2if9p885phbgah5f95q3fwy7s5b46qlmpxqyzfcnj6g7afr5"))
- (file-name (git-file-name name version))
- (modules `((guix build utils)
- (ice-9 ftw)
- (srfi srfi-26)
- ,@remove-pre-compiled-files-modules))
- (snippet
- `(begin
- ;; remove unnecessary files with potentially different license
- (for-each delete-file-recursively
- (scandir "."
- (negate (cut member <> '("tegaki-recognize"
- "." "..")))))
- ,(remove-pre-compiled-files "pyc")
- #t))))
- (arguments
- (substitute-keyword-arguments (package-arguments python2-tegaki-tools)
- ((#:phases _)
- `(modify-phases %standard-phases
- (add-after 'unpack 'chdir
- (lambda _
- (chdir "tegaki-recognize")
- #t))
- ;; 'setup.py' script does not support one of the Python build
- ;; system's default flags, "--single-version-externally-managed"
- (replace 'install
- (lambda* (#:key outputs #:allow-other-keys)
- (invoke "python" "setup.py" "install"
- (string-append "--prefix=" (assoc-ref outputs "out"))
- "--root=/")
- #t))))))
- (synopsis "Chinese and Japanese Handwriting Recognition (Main program)")
- (license license:gpl2+))))
-
(define-public tegaki-zinnia-japanese
(package
(inherit python2-tegaki-wagomu)
--
2.36.0
- [bug#55424] [PATCH 003/602] etc/committer: Teach it how to commit package removal., (continued)
- [bug#55424] [PATCH 003/602] etc/committer: Teach it how to commit package removal., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 005/602] utils: Add a %guix-source-root-directory procedure., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 007/602] gnu: Remove python-pytest-runner-2., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 033/602] gnu: Remove python2-nose-timer., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 006/602] diagnostics: Fix typo about 0-indexed COL in location., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 008/602] gnu: Remove python2-langkit., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 009/602] gnu: Remove graphios., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 034/602] gnu: Remove python2-pytest-catchlog., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 084/602] gnu: Remove python2-pygpgme., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 080/602] gnu: Remove python2-tmx., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 092/602] gnu: Remove python2-tegaki-recognize.,
Maxim Cournoyer <=
- [bug#55424] [PATCH 096/602] gnu: Remove python2-mailmanclient., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 103/602] gnu: Remove python2-ipy., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 104/602] gnu: Remove sala., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 085/602] gnu: pius: Update to 3.0.0., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 099/602] gnu: Remove mloop., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 101/602] gnu: Remove non-timeline., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 091/602] gnu: Remove key-mon., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 100/602] gnu: Remove gtklick., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 102/602] gnu: Remove non-mixer., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 060/602] gnu: Remove python2-scikit-learn., Maxim Cournoyer, 2022/05/15