aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 23:26:36 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 23:26:36 +0000
commitb5e3a6ac1beef76040dfb959af1bdd4727ba0a45 (patch)
tree14190f25e90f7da4955161b2c51c6139598357bd
parent5e673607f9d83fa60e72b7b16ce1d79894cd971c (diff)
downloadports-b5e3a6ac1beef76040dfb959af1bdd4727ba0a45.tar.gz
ports-b5e3a6ac1beef76040dfb959af1bdd4727ba0a45.zip
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.
-rw-r--r--www/Makefile1
-rw-r--r--www/py-django-requests-debug-toolbar/Makefile21
-rw-r--r--www/py-django-requests-debug-toolbar/distinfo3
-rw-r--r--www/py-django-requests-debug-toolbar/pkg-descr2
4 files changed, 27 insertions, 0 deletions
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.