[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
339/397: gnu: Remove wireservice-package syntax rule.
From: |
guix-commits |
Subject: |
339/397: gnu: Remove wireservice-package syntax rule. |
Date: |
Thu, 16 Jan 2025 04:31:15 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 989c42c41040be60f6dc6c9ad9d223ec82431fce
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jan 14 09:42:40 2025 +0000
gnu: Remove wireservice-package syntax rule.
* gnu/packages/wireservice.scm ((wireservice-package): Delete syntax rule.
Change-Id: I0f0ad62e782b400bd8a8bf2856c1fa3f37cb1a33
---
gnu/packages/wireservice.scm | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index 34e84240cf..f4b1d14d33 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -39,34 +39,6 @@
#:use-module (gnu packages time)
#:use-module (gnu packages xml))
-;; Common package definition for packages from https://github.com/wireservice.
-(define-syntax-rule (wireservice-package extra-fields ...)
- (package
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "nosetests" "tests")))
- (add-after 'install 'install-docs
- (lambda* (#:key outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (doc (string-append out "/share/doc/"
- ,(package-name this-package)
- "-"
- ,(package-version this-package))))
- (with-directory-excursion "docs"
- (for-each
- (lambda (target)
- (invoke "make" target)
- (copy-recursively (string-append "_build/" target)
- (string-append doc "/" target)))
- '("html" "dirhtml" "singlehtml" "text")))
- #t))))))
- (license license:expat)
- extra-fields ...))
-
(define-public python-leather
(package
(name "python-leather")
- 326/397: gnu: python-pytest-ordering: Switch to maintained fork pytest-order., (continued)
- 326/397: gnu: python-pytest-ordering: Switch to maintained fork pytest-order., guix-commits, 2025/01/16
- 300/397: gnu: beets: Add missing input., guix-commits, 2025/01/16
- 325/397: gnu: python-pytest-pycodestyle: Update to 2.4.1., guix-commits, 2025/01/16
- 298/397: gnu: python-django-allauth: Update to 65.3.1., guix-commits, 2025/01/16
- 297/397: gnu: Add python-python3-saml., guix-commits, 2025/01/16
- 293/397: gnu: python-angr: Add missing inputs., guix-commits, 2025/01/16
- 321/397: gnu: python-pyxb: Switch to maintained fork pyxb-x., guix-commits, 2025/01/16
- 306/397: gnu: python-wtforms-sqlalchemy: Fix build., guix-commits, 2025/01/16
- 336/397: gnu: python-agate-dbf: Update to 0.2.3., guix-commits, 2025/01/16
- 343/397: gnu: python-zeep: Update to 4.3.1., guix-commits, 2025/01/16
- 339/397: gnu: Remove wireservice-package syntax rule.,
guix-commits <=
- 379/397: gnu: python-fsspec: Update to 2024.12.0., guix-commits, 2025/01/16
- 387/397: gnu: python-ebooklib: Fix build., guix-commits, 2025/01/16
- 09/397: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2025/01/16
- 13/397: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2025/01/16
- 22/397: gnu: Add python-devpi-server., guix-commits, 2025/01/16
- 30/397: gnu: python-colorama: Update to 0.4.6., guix-commits, 2025/01/16
- 33/397: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2025/01/16
- 34/397: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2025/01/16
- 36/397: gnu: python-waitress: Update to 3.0.2., guix-commits, 2025/01/16
- 37/397: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2025/01/16