Skip to content

Commit

Permalink
www/py-django-requests-debug-toolbar: Add py-django-requests-debug-to…
Browse files Browse the repository at this point in the history
…olbar 0.0.6

Django Requests Debug Toolbar tracks all HTTP requests made with the popular
requests library.
  • Loading branch information
sunpoet committed Sep 30, 2023
1 parent 5e67360 commit b5e3a6a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions www/py-django-requests-debug-toolbar/Makefile
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 3 additions & 0 deletions www/py-django-requests-debug-toolbar/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions www/py-django-requests-debug-toolbar/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Django Requests Debug Toolbar tracks all HTTP requests made with the popular
requests library.

0 comments on commit b5e3a6a

Please sign in to comment.