blob: 056c16420c826d8e11caca3d53fa1cef499470b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-safehttpx
pkgdesc = A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks.
pkgver = 0.1.6
pkgrel = 4
url = https://github.com/gradio-app/safehttpx
arch = any
license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = python-hatchling
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-httpx
source = https://files.pythonhosted.org/packages/source/s/safehttpx/safehttpx-0.1.6.tar.gz
sha256sums = b356bfc82cee3a24c395b94a2dbeabbed60aff1aa5fa3b5fe97c4f2456ebce42
pkgname = python-safehttpx
|