ytmdl: update to 2021.05.26
This commit is contained in:
parent
10d7d72440
commit
81aa793bfe
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ytmdl'
|
# Template file for 'ytmdl'
|
||||||
pkgname=ytmdl
|
pkgname=ytmdl
|
||||||
version=2021.03.04
|
version=2021.05.26
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -15,11 +15,9 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/deepjyoti30/ytmdl"
|
homepage="https://github.com/deepjyoti30/ytmdl"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=c04d109ffa89958aedb0d2a7b4bcab1421cbc372cb176611f95a86d2dd39f1f2
|
checksum=430a0dc3fc2c7135391bed37564de71a12dba9def72e129f43be9324abc33e97
|
||||||
|
# There is no test to run
|
||||||
do_check() {
|
make_check=no
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py
|
vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py
|
||||||
|
|
Loading…
Reference in New Issue