void-packages/srcpkgs/python3-pylibgen/template
Nicolas Porcel 0c57003b8d python3-pylibgen: update to 2.0.2.
In 2.0.2, the release archive does not include requirements-dev.txt which is
necessary for setup.py to work. In order to upgrade to 2.0.2, we need to remove
any reference to requirements-dev.txt from setup.py.
2020-06-29 19:51:54 +02:00

20 lines
553 B
Bash

# Template file for 'python3-pylibgen'
pkgname=python3-pylibgen
version=2.0.2
revision=1
archs=noarch
wrksrc="pylibgen-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests"
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=87b28a27fa7c1912e2b38020262dd6086b292d670b0c08d76baecbcd7678b9ee
post_install() {
vlicense LICENSE
}