mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
gdown: update to 4.2.0
This commit is contained in:
parent
d36e57c379
commit
4bbb093ee8
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'gdown'
|
# Template file for 'gdown'
|
||||||
pkgname=gdown
|
pkgname=gdown
|
||||||
version=3.13.0
|
version=4.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
depends="python3-filelock python3-requests python3-six python3-tqdm
|
depends="python3-filelock python3-requests python3-six python3-tqdm
|
||||||
python3-pysocks"
|
python3-pysocks python3-BeautifulSoup4"
|
||||||
checkdepends="${depends} python3-pytest"
|
checkdepends="${depends} python3-pytest"
|
||||||
short_desc="Download a large file from Google Drive"
|
short_desc="Download a large file from Google Drive"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/wkentaro/gdown"
|
homepage="https://github.com/wkentaro/gdown"
|
||||||
distfiles="https://github.com/wkentaro/gdown/archive/v${version}.tar.gz"
|
distfiles="https://github.com/wkentaro/gdown/archive/v${version}.tar.gz"
|
||||||
checksum=830d88d3ab4640ff2f0a34d51bda4badda64ed6df4eefd5b1a4823c96e574a19
|
checksum=24d159c7f9448bc864fef2dcc3d77c6b7b805654c5b2cf61bb05722fdef50049
|
||||||
make_check=no # doesn't create egg-info during build
|
make_check=no # doesn't create egg-info during build
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue