[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
356/455: gnu: Add python-django-q-sentry.
From: |
guix-commits |
Subject: |
356/455: gnu: Add python-django-q-sentry. |
Date: |
Mon, 20 Jan 2025 15:47:30 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5af69ae4a4a558d633d199b1425c4a3773269640
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 14 14:29:21 2025 +0100
gnu: Add python-django-q-sentry.
* gnu/packages/django.scm (python-django-q-sentry): New variable.
Change-Id: Iaa23ed584b6528aee52d842e0b4b88ff2ffff09f
---
gnu/packages/django.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 106ebf651d..0f13611097 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1153,6 +1153,37 @@ Django. Django Q2 is a fork of Django Q with the new
updated version of
Django Q, dependencies updates, docs updates and several bug fixes.")
(license license:expat)))
+(define-public python-django-q-sentry
+ (package
+ (name "python-django-q-sentry")
+ (version "0.1.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/danielwelch/django-q-sentry")
+ ;; There are no tags.
+ (commit "6ed0b372c502c18101c7b77dce162dcf2262c7bb")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0c7rypsfax1l1j587p4cvcypa7if3vcyz2l806s6z27ajz0bz3v4"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'use-poetry-core
+ (lambda _
+ ;; Patch to use the core poetry API.
+ (substitute* "pyproject.toml"
+ (("poetry.masonry.api") "poetry.core.masonry.api")))))))
+ (propagated-inputs (list python-sentry-sdk))
+ (native-inputs (list python-poetry-core python-setuptools python-wheel))
+ (home-page "https://django-q.readthedocs.org")
+ (synopsis "Sentry support plugin for Django Q")
+ (description "This package provides a Sentry support plugin for Django Q.")
+ (license license:expat)))
+
(define-public python-django-sortedm2m
(package
(name "python-django-sortedm2m")
- 276/455: gnu: python-nampa: Add missing inputs., (continued)
- 276/455: gnu: python-nampa: Add missing inputs., guix-commits, 2025/01/20
- 284/455: gnu: python-whatshap: Add missing input., guix-commits, 2025/01/20
- 279/455: gnu: python-xarray-datatree: Add missing inputs., guix-commits, 2025/01/20
- 278/455: gnu: python-itanium-demangler: Add missing inputs., guix-commits, 2025/01/20
- 291/455: gnu: python-flask-httpauth: Update to 4.8.0., guix-commits, 2025/01/20
- 300/455: gnu: python-sge: Fix build., guix-commits, 2025/01/20
- 307/455: gnu: python-verde: Fix build., guix-commits, 2025/01/20
- 322/455: gnu: python-pytest-pycodestyle: Update to 2.4.1., guix-commits, 2025/01/20
- 298/455: gnu: python-tensorly: Update to 0.9.0., guix-commits, 2025/01/20
- 348/455: gnu: python-kanon: Use python-pandas@2.2.3., guix-commits, 2025/01/20
- 356/455: gnu: Add python-django-q-sentry.,
guix-commits <=
- 350/455: gnu: python-sentry-sdk: Update to 1.5.5., guix-commits, 2025/01/20
- 315/455: gnu: python-sep: Fix build., guix-commits, 2025/01/20
- 313/455: gnu: python-spin: Fix build., guix-commits, 2025/01/20
- 319/455: gnu: python-pytest-vcr: Fix tests., guix-commits, 2025/01/20
- 317/455: gnu: python-rangehttpserver: Fix build., guix-commits, 2025/01/20
- 365/455: gnu: python-astroplan: Adjust inputs., guix-commits, 2025/01/20
- 378/455: gnu: Add python-aiobotocore., guix-commits, 2025/01/20
- 380/455: gnu: python-cssutils: Update to 2.11.1., guix-commits, 2025/01/20
- 381/455: gnu: python-imap-tools: Update to 1.9.0., guix-commits, 2025/01/20
- 382/455: gnu: Remove python-lirc., guix-commits, 2025/01/20