0c57003b8d
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.
19 lines
553 B
Bash
19 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
|
|
}
|