git: b5e3a6ac1bee - main - www/py-django-requests-debug-toolbar: Add py-django-requests-debug-toolbar 0.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Sep 2023 23:33:41 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b5e3a6ac1beef76040dfb959af1bdd4727ba0a45
commit b5e3a6ac1beef76040dfb959af1bdd4727ba0a45
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-30 23:26:36 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-30 23:26:36 +0000
www/py-django-requests-debug-toolbar: Add py-django-requests-debug-toolbar 0.0.6
Django Requests Debug Toolbar tracks all HTTP requests made with the popular
requests library.
---
www/Makefile | 1 +
www/py-django-requests-debug-toolbar/Makefile | 21 +++++++++++++++++++++
www/py-django-requests-debug-toolbar/distinfo | 3 +++
www/py-django-requests-debug-toolbar/pkg-descr | 2 ++
4 files changed, 27 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index 3f6f27862f64..294ede182ae4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1596,6 +1596,7 @@
SUBDIR += py-django-redis
SUBDIR += py-django-registration
SUBDIR += py-django-registration-redux
+ SUBDIR += py-django-requests-debug-toolbar
SUBDIR += py-django-reversion
SUBDIR += py-django-reversion-compare
SUBDIR += py-django-rich
diff --git a/www/py-django-requests-debug-toolbar/Makefile b/www/py-django-requests-debug-toolbar/Makefile
new file mode 100644
index 000000000000..7daf899a32b3
--- /dev/null
+++ b/www/py-django-requests-debug-toolbar/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= django-requests-debug-toolbar
+PORTVERSION= 0.0.6
+CATEGORIES= www python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Django Debug Toolbar panel for Requests
+WWW= https://github.com/marceltschoppch/django-requests-debug-toolbar
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-debug-toolbar>=2.2:www/py-django-debug-toolbar@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/py-django-requests-debug-toolbar/distinfo b/www/py-django-requests-debug-toolbar/distinfo
new file mode 100644
index 000000000000..bea4c68ecef3
--- /dev/null
+++ b/www/py-django-requests-debug-toolbar/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1696048424
+SHA256 (django-requests-debug-toolbar-0.0.6.tar.gz) = 49bb0f368a389b09f9dada59a27cd4895c43dccc6803d868609d1067d8c00aa5
+SIZE (django-requests-debug-toolbar-0.0.6.tar.gz) = 5483
diff --git a/www/py-django-requests-debug-toolbar/pkg-descr b/www/py-django-requests-debug-toolbar/pkg-descr
new file mode 100644
index 000000000000..08b1a8e79019
--- /dev/null
+++ b/www/py-django-requests-debug-toolbar/pkg-descr
@@ -0,0 +1,2 @@
+Django Requests Debug Toolbar tracks all HTTP requests made with the popular
+requests library.