22 lines
743 B
Bash
22 lines
743 B
Bash
# Template file for 'python3-pyfavicon'
|
|
pkgname=python3-pyfavicon
|
|
version=0.1.1
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-BeautifulSoup4 python3-Pillow python3-aiohttp"
|
|
checkdepends="$depends python3-pytest-cov python3-requests python3-docopt
|
|
python3-urllib3"
|
|
short_desc="Async favicon fetcher for Python"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/bilelmoussaoui/pyfavicon"
|
|
# pypi tarbal doesn't have license
|
|
# distfiles="$PYPI_SITE/p/pyfavicon/pyfavicon-$version.tar.gz"
|
|
distfiles="$homepage/archive/$version.tar.gz"
|
|
checksum=7bd832c3b131a13789492909d5000dc3993ad54939615577f1545c53aa10f88f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|