mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-youtube-search: update to 2.1.1.
This commit is contained in:
parent
b46ebbb3d1
commit
1cc5633da1
1 changed files with 6 additions and 10 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'python3-youtube-search'
|
# Template file for 'python3-youtube-search'
|
||||||
pkgname=python3-youtube-search
|
pkgname=python3-youtube-search
|
||||||
version=2.1.0
|
version=2.1.1
|
||||||
revision=4
|
revision=1
|
||||||
_gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
|
wrksrc="youtube-search-${version}"
|
||||||
create_wrksrc=yes
|
|
||||||
build_wrksrc="youtube-search-${version}"
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-requests"
|
depends="python3-requests"
|
||||||
|
@ -13,11 +11,9 @@ short_desc="Python3 library for searching YouTube"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/joetats/youtube_search"
|
homepage="https://github.com/joetats/youtube_search"
|
||||||
distfiles="${PYPI_SITE}/y/youtube-search/youtube-search-${version}.tar.gz
|
distfiles="${PYPI_SITE}/y/youtube-search/youtube-search-${version}.tar.gz"
|
||||||
https://raw.githubusercontent.com/joetats/youtube_search/${_gitver}/LICENSE>LICENSE.txt"
|
checksum=bdebbb3d43c06d3cf707bb5160c1a9b4831b9a66862c274be9acefd24084774f
|
||||||
checksum="1541120273996fa433698b2e57b73296dfb8e90536211f29ea997dcf161b66fe
|
|
||||||
cd58d968a55585bfc21aea093aee5ba92a6785bab24c9969cfe2cd8bfe9ea83d"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE.txt LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue