New package: python3-pyfavicon-0.1.1
This commit is contained in:
parent
05e72017fc
commit
d6891a3535
1 changed files with 23 additions and 0 deletions
23
srcpkgs/python3-pyfavicon/template
Normal file
23
srcpkgs/python3-pyfavicon/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'python3-pyfavicon'
|
||||||
|
pkgname=python3-pyfavicon
|
||||||
|
version=0.1.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc=pyfavicon-$version
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in a new issue