python3-django-requests-panel: initial commit, version 0.4.1

This commit is contained in:
Tim Biermann 2024-02-21 00:03:25 +01:00
parent d6b1fa98a3
commit eecd629f6d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,23 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/django_requests_panel-0.4.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_requests_panel-0.4.1.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_requests_panel-0.4.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_requests_panel-0.4.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_requests_panel-0.4.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_requests_panel-0.4.1.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/requests_panel/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests_panel/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/requests_panel/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests_panel/__pycache__/__init__.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests_panel/__pycache__/panels.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests_panel/__pycache__/requests_wrapper.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests_panel/__pycache__/tests.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests_panel/panels.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests_panel/requests_wrapper.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/requests_panel/templates/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/requests_panel/templates/requests_panel/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests_panel/templates/requests_panel/requests_panel.html
-rw-r--r-- root/root usr/lib/python3.10/site-packages/requests_panel/tests.py

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yEm3JjrmaEQGUG0JbnsNIDg7WVFl4IIlkP3H5abk5wzVVWPFZn2lW2L15imE/NO9Ne13MSKCjq/2/US8YRLVwk=
SHA256 (Pkgfile) = b4273ac7732c0e51bcedde45f6730cb92d7ab1ea567f8ce8c389d2ecdb147c91
SHA256 (.footprint) = 7d7289b2e0239a9ecdbffd493a868a02d8e7da1691aafe92aceadee5ee0e1edc
SHA256 (django-requests-panel-0.4.1.tar.gz) = 0a15a0119afbd552894b64e88f9e60971087af5682a042d1b8c44ee272a30cb9

View File

@ -0,0 +1,16 @@
# Description: A Django Debug Toolbar panel for requests
# URL: https://github.com/gtnx/django-requests-panel
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-django
name=python3-django-requests-panel
version=0.4.1
release=1
source=(https://pypi.org/packages/source/d/django-requests-panel/django-requests-panel-$version.tar.gz)
build() {
cd django-requests-panel-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}