17 lines
677 B
Bash
17 lines
677 B
Bash
# Template file for 'python3-requests-unixsocket'
|
|
pkgname=python3-requests-unixsocket
|
|
version=0.2.0
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="requests-unixsocket-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="requests_unixsocket"
|
|
hostmakedepends="python3-setuptools python3-pbr"
|
|
depends="python3-requests python3-urllib3"
|
|
short_desc="Use requests to talk HTTP via a UNIX domain socket"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/msabramo/requests-unixsocket"
|
|
distfiles="${PYPI_SITE}/r/requests-unixsocket/requests-unixsocket-${version}.tar.gz"
|
|
checksum=9e5c1a20afc3cf786197ae59c79bcdb0e7565f218f27df5f891307ee8817c1ea
|