21 lines
618 B
Bash
21 lines
618 B
Bash
# Template file for 'python3-pycares'
|
|
pkgname=python3-pycares
|
|
version=3.1.1
|
|
revision=4
|
|
wrksrc="pycares-${version}"
|
|
build_style=python3-module
|
|
# using bundled c-ares which is patched for TTL support
|
|
hostmakedepends="python3-setuptools python3-cffi"
|
|
makedepends="python3-devel"
|
|
depends="python3-cffi"
|
|
short_desc="Python interface for c-ares"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/saghul/pycares"
|
|
distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
|
|
checksum=18dfd4fd300f570d6c4536c1d987b7b7673b2a9d14346592c5d6ed716df0d104
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|