diff options
author | EuAndreh <eu@euandre.org> | 2023-01-30 07:13:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-01-30 07:13:54 -0300 |
commit | e895b76b0784ef0f0f31f90326d142d0ba1875c0 (patch) | |
tree | 69ba23f8b97d962a9151d5e97004c4fa68ab6670 | |
parent | Revert "queue.scm: Remove packages present in Guix fork" (diff) | |
download | package-repository-e895b76b0784ef0f0f31f90326d142d0ba1875c0.tar.gz package-repository-e895b76b0784ef0f0f31f90326d142d0ba1875c0.tar.xz |
src/xyz/euandreh/queue.scm: Remove python-docx package
The package now exists upstream.
-rw-r--r-- | src/xyz/euandreh/queue.scm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 61583fa..2a80a36 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -270,31 +270,6 @@ definite Sendmail-ish flavor, but the inside is completely different.") (license (list license:ibmpl1.0 license:epl2.0)))) -(define-public python-docx - (package - (name "python-docx") - (version "0.8.11") - (source - (origin - (method url-fetch) - (uri - (pypi-uri "python-docx" version)) - (sha256 - (base32 "1i7bxghb7knlyjain101qg1jmmz2b6qj03bi3vfxhvcml0rx418i")))) - (build-system python-build-system) - (arguments - `(#:tests? #f)) - (propagated-inputs - (list python-lxml)) - (native-inputs - (list python-pytest - ;; python-behave - python-mock)) - (home-page "https://github.com/python-openxml/python-docx") - (synopsis "Create and update Microsoft Word .docx files.") - (description "Create and update Microsoft Word .docx files.") - (license #f))) - (define-public python-pytest-tornado5 (package (name "python-pytest-tornado5") @@ -894,5 +869,4 @@ keyfile ~a/private.key (list postfix epson-L365 - python-docx python-telegram-bot) |