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