gdown: update to 5.1.0
This commit is contained in:
parent
c1ebf8e9bb
commit
b418d97e22
|
@ -0,0 +1,25 @@
|
||||||
|
# 'hatch-fancy-pypi-readme' is not really necessary to build
|
||||||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
|
index 06e6cc88252..5628a8df080 100644
|
||||||
|
--- a/pyproject.toml
|
||||||
|
+++ b/pyproject.toml
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
[build-system]
|
||||||
|
-requires = ["hatchling>=1.20.0", "hatch-vcs", "hatch-fancy-pypi-readme"]
|
||||||
|
+requires = ["hatchling>=1.20.0", "hatch-vcs"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
@@ -53,12 +53,6 @@ test = [
|
||||||
|
[project.urls]
|
||||||
|
Homepage = "https://github.com/wkentaro/gdown"
|
||||||
|
|
||||||
|
-[tool.hatch.metadata.hooks.fancy-pypi-readme]
|
||||||
|
-content-type = "text/markdown"
|
||||||
|
-fragments = [
|
||||||
|
- { path = "README.md" },
|
||||||
|
-]
|
||||||
|
-
|
||||||
|
[tool.hatch.version]
|
||||||
|
source = "vcs"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'gdown'
|
# Template file for 'gdown'
|
||||||
pkgname=gdown
|
pkgname=gdown
|
||||||
version=4.7.1
|
version=5.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="hatchling hatch-vcs python3-setuptools python3-wheel"
|
||||||
depends="python3-filelock python3-requests python3-six python3-tqdm
|
depends="python3-filelock python3-requests python3-six python3-tqdm
|
||||||
python3-pysocks python3-BeautifulSoup4"
|
python3-pysocks python3-BeautifulSoup4"
|
||||||
checkdepends="${depends} python3-pytest"
|
checkdepends="${depends} python3-pytest"
|
||||||
|
@ -12,8 +12,9 @@ maintainer="travankor <travankor@tuta.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/wkentaro/gdown"
|
homepage="https://github.com/wkentaro/gdown"
|
||||||
changelog="https://github.com/wkentaro/gdown/releases"
|
changelog="https://github.com/wkentaro/gdown/releases"
|
||||||
distfiles="https://github.com/wkentaro/gdown/archive/refs/tags/v${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/gdown/gdown-${version}.tar.gz"
|
||||||
checksum=15ba108245126ded919f08cc24550403721c853870dc520e5036366504829cca
|
checksum=550a72dc5ca2819fe4bcc15d80d05d7c98c0b90e57256254b77d0256b9df4683
|
||||||
|
make_check=no # tests download random files from google drive and hang
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue