New package: python3-pylibgen-2.0.1

closes #10629
This commit is contained in:
xaltsc 2019-04-06 03:23:57 +02:00 committed by maxice8
parent 670426e637
commit 9c6e410836
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -0,0 +1,20 @@
# Template file for 'python3-pylibgen'
pkgname=python3-pylibgen
version=2.0.1
revision=1
archs=noarch
wrksrc="pylibgen-${version}"
build_style=python3-module
pycompile_module="pylibgen"
hostmakedepends="python3-setuptools"
depends="python3-requests>2.20.9<2.21.1"
short_desc="Python3 interface to Library Genesis"
maintainer="xaltsc <xaltsc@protonmail.ch>"
license="MIT"
homepage="https://github.com/JoshuaRLi/pylibgen"
distfiles="${PYPI_SITE}/p/pylibgen/pylibgen-${version}.tar.gz"
checksum=3c2a82b47cb7225dcf4ecea27081b0185ae4d195499140cdbb9597d914e1ae9e
post_install() {
vlicense LICENSE
}