From d6891a3535d63128741419ef033e24e2edfbb363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 25 Aug 2020 22:58:56 +0700 Subject: [PATCH] New package: python3-pyfavicon-0.1.1 --- srcpkgs/python3-pyfavicon/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/python3-pyfavicon/template diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template new file mode 100644 index 0000000000..720db69887 --- /dev/null +++ b/srcpkgs/python3-pyfavicon/template @@ -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 " +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 +}