From f0c5cdf95abae07d6ab8c6242220984445e5a918 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sat, 6 Jun 2020 16:18:42 -0500 Subject: [PATCH 01/15] New package: python3-sniffio-1.1.0 --- srcpkgs/python3-sniffio/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-sniffio/template diff --git a/srcpkgs/python3-sniffio/template b/srcpkgs/python3-sniffio/template new file mode 100644 index 000000000000..e0c3bc6223a2 --- /dev/null +++ b/srcpkgs/python3-sniffio/template @@ -0,0 +1,19 @@ +# Template file for 'python3-sniffio' +pkgname=python3-sniffio +version=1.1.0 +revision=1 +wrksrc="sniffio-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Sniff out under which async library your code is running" +maintainer="Alex Childs " +license="MIT" +homepage="https://github.com/python-trio/sniffio" +distfiles="${PYPI_SITE}/s/sniffio/sniffio-${version}.tar.gz" +checksum=8e3810100f69fe0edd463d02ad407112542a11ffdc29f67db2bf3771afb87a21 + +post_install() { + vlicense LICENSE + vlicense LICENSE.MIT + vlicense LICENSE.APACHE2 +} From a65c9c2c36e97c5cd3f1d9012b2e9a02ce066640 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sat, 6 Jun 2020 16:19:18 -0500 Subject: [PATCH 02/15] New package: python3-brotlipy-0.7.0 --- srcpkgs/python3-brotlipy/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-brotlipy/template diff --git a/srcpkgs/python3-brotlipy/template b/srcpkgs/python3-brotlipy/template new file mode 100644 index 000000000000..8c82bfa15588 --- /dev/null +++ b/srcpkgs/python3-brotlipy/template @@ -0,0 +1,19 @@ +# Template file for 'python3-brotlipy' +pkgname=python3-brotlipy +version=0.7.0 +revision=1 +wrksrc="brotlipy-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-cffi python3-devel" +depends="python3-cffi" +short_desc="Python bindings to Brotli compression library" +maintainer="Alex Childs " +license="MIT" +homepage="https://github.com/python-hyper/brotlipy/" +distfiles="${PYPI_SITE}/b/brotlipy/brotlipy-${version}.tar.gz" +checksum=36def0b859beaf21910157b4c33eb3b06d8ce459c942102f16988cca6ea164df + +post_install() { + vlicense LICENSE +} From 6c4a67a8ea7654343b32570f6feedf1fa13f0ec5 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sat, 6 Jun 2020 16:19:39 -0500 Subject: [PATCH 03/15] New package: python3-h2-3.2.0 --- srcpkgs/python3-h2/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-h2/template diff --git a/srcpkgs/python3-h2/template b/srcpkgs/python3-h2/template new file mode 100644 index 000000000000..5cbd5832e53c --- /dev/null +++ b/srcpkgs/python3-h2/template @@ -0,0 +1,18 @@ +# Template file for 'python3-h2' +pkgname=python3-h2 +version=3.2.0 +revision=1 +wrksrc="h2-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-hyperframe python3-hpack" +short_desc="HTTP/2 state-machine based protocol implementation" +maintainer="Alex Childs " +license="MIT" +homepage="http://python-hyper.org/h2/" +distfiles="${PYPI_SITE}/h/h2/h2-${version}.tar.gz" +checksum=875f41ebd6f2c44781259005b157faed1a5031df3ae5aa7bcb4628a6c0782f14 + +post_install() { + vlicense LICENSE +} From 5e4c8a7079e730040ddb4e15e584dc8aedf82d30 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sat, 6 Jun 2020 16:21:07 -0500 Subject: [PATCH 04/15] New package: python3-hstspreload-2020.6.5 --- srcpkgs/python3-hstspreload/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-hstspreload/template diff --git a/srcpkgs/python3-hstspreload/template b/srcpkgs/python3-hstspreload/template new file mode 100644 index 000000000000..00b22b971faf --- /dev/null +++ b/srcpkgs/python3-hstspreload/template @@ -0,0 +1,17 @@ +# Template file for 'python3-hstspreload' +pkgname=python3-hstspreload +version=2020.6.5 +revision=1 +wrksrc="hstspreload-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Chromium HSTS Preload list as a python package" +maintainer="Alex Childs " +license="BSD-3-Clause" +homepage="https://github.com/sethmlarson/hstspreload" +distfiles="${PYPI_SITE}/h/hstspreload/hstspreload-${version}.tar.gz" +checksum=2858151b4f77322c6a61312abccead20217b1169ae0855753c0da45da2049329 + +post_install() { + vlicense LICENSE +} From a1b45f50bce63e375d859235854d9fb0b7107b4f Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sat, 6 Jun 2020 16:21:41 -0500 Subject: [PATCH 05/15] New package: python3-rfc3986-1.4.0 --- srcpkgs/python3-rfc3986/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/python3-rfc3986/template diff --git a/srcpkgs/python3-rfc3986/template b/srcpkgs/python3-rfc3986/template new file mode 100644 index 000000000000..102ef7b1bdb7 --- /dev/null +++ b/srcpkgs/python3-rfc3986/template @@ -0,0 +1,13 @@ +# Template file for 'python3-rfc3986' +pkgname=python3-rfc3986 +version=1.4.0 +revision=1 +wrksrc="rfc3986-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Validating URI references per RFC 3986" +maintainer="Alex Childs " +license="Apache-2.0" +homepage="http://rfc3986.readthedocs.io/" +distfiles="${PYPI_SITE}/r/rfc3986/rfc3986-${version}.tar.gz" +checksum=112398da31a3344dc25dbf477d8df6cb34f9278a94fee2625d89e4514be8bb9d From f2f052558e351659b7a3fc3e2a353ce38a1ed7c6 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sat, 6 Jun 2020 16:24:20 -0500 Subject: [PATCH 06/15] New package: python3-httpx-0.13.3 --- srcpkgs/python3-httpx/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-httpx/template diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template new file mode 100644 index 000000000000..b7b7273323f7 --- /dev/null +++ b/srcpkgs/python3-httpx/template @@ -0,0 +1,19 @@ +# Template file for 'python3-httpx' +pkgname=python3-httpx +version=0.13.3 +revision=1 +wrksrc="httpx-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-certifi python3-urllib3 python3-h11 python3-chardet python3-idna + python3-h2 python3-hstspreload python3-rfc3986 python3-sniffio python3-brotlipy" +short_desc="Next generation HTTP client for Python" +maintainer="Alex Childs " +license="BSD-3-Clause" +homepage="https://www.python-httpx.org" +distfiles="https://github.com/encode/httpx/archive/${version}.tar.gz" +checksum=30b3649c0d6841d3736a25abc15e0d51a5dd1a22ad71e33adec66e385c390218 + +post_install() { + vlicense LICENSE.md +} From 8ab4c31790573875283b91f83a1e559f665f2095 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 18 Aug 2021 23:57:14 +0200 Subject: [PATCH 07/15] New package: python3-spotipy-2.19.0 --- srcpkgs/python3-spotipy/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/python3-spotipy/template diff --git a/srcpkgs/python3-spotipy/template b/srcpkgs/python3-spotipy/template new file mode 100644 index 000000000000..4b00dca2d5a8 --- /dev/null +++ b/srcpkgs/python3-spotipy/template @@ -0,0 +1,15 @@ +# Template file for 'python3-spotipy' +pkgname=python3-spotipy +version=2.19.0 +revision=1 +wrksrc="spotipy-${version}" +build_style=python3-module +hostmakedepends="pkg-config python3-setuptools" +depends="python3-requests python3-six python3-urllib3" +makedepends="python3-devel" +short_desc="Light weight Python library for the Spotify Web API" +maintainer="Eloi Torrents " +license="MIT" +homepage="https://github.com/plamere/spotipy" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=36c94b4b3beaa7979721272d84837ee4df3adb8ca6d32c5675b91b3823b4df12 From 24fddc7a967649d830d2ef29fc04de0305d9e3c4 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 19 Aug 2021 12:51:27 +0200 Subject: [PATCH 08/15] New package: python3-httpx-0.13.3 --- srcpkgs/python3-brotlipy/template | 19 +++++++++++++++++++ srcpkgs/python3-h2/template | 18 ++++++++++++++++++ srcpkgs/python3-hstspreload/template | 17 +++++++++++++++++ srcpkgs/python3-httpx/template | 19 +++++++++++++++++++ srcpkgs/python3-rfc3986/template | 13 +++++++++++++ 5 files changed, 86 insertions(+) create mode 100644 srcpkgs/python3-brotlipy/template create mode 100644 srcpkgs/python3-h2/template create mode 100644 srcpkgs/python3-hstspreload/template create mode 100644 srcpkgs/python3-httpx/template create mode 100644 srcpkgs/python3-rfc3986/template diff --git a/srcpkgs/python3-brotlipy/template b/srcpkgs/python3-brotlipy/template new file mode 100644 index 000000000000..8c82bfa15588 --- /dev/null +++ b/srcpkgs/python3-brotlipy/template @@ -0,0 +1,19 @@ +# Template file for 'python3-brotlipy' +pkgname=python3-brotlipy +version=0.7.0 +revision=1 +wrksrc="brotlipy-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-cffi python3-devel" +depends="python3-cffi" +short_desc="Python bindings to Brotli compression library" +maintainer="Alex Childs " +license="MIT" +homepage="https://github.com/python-hyper/brotlipy/" +distfiles="${PYPI_SITE}/b/brotlipy/brotlipy-${version}.tar.gz" +checksum=36def0b859beaf21910157b4c33eb3b06d8ce459c942102f16988cca6ea164df + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/python3-h2/template b/srcpkgs/python3-h2/template new file mode 100644 index 000000000000..5cbd5832e53c --- /dev/null +++ b/srcpkgs/python3-h2/template @@ -0,0 +1,18 @@ +# Template file for 'python3-h2' +pkgname=python3-h2 +version=3.2.0 +revision=1 +wrksrc="h2-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-hyperframe python3-hpack" +short_desc="HTTP/2 state-machine based protocol implementation" +maintainer="Alex Childs " +license="MIT" +homepage="http://python-hyper.org/h2/" +distfiles="${PYPI_SITE}/h/h2/h2-${version}.tar.gz" +checksum=875f41ebd6f2c44781259005b157faed1a5031df3ae5aa7bcb4628a6c0782f14 + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/python3-hstspreload/template b/srcpkgs/python3-hstspreload/template new file mode 100644 index 000000000000..00b22b971faf --- /dev/null +++ b/srcpkgs/python3-hstspreload/template @@ -0,0 +1,17 @@ +# Template file for 'python3-hstspreload' +pkgname=python3-hstspreload +version=2020.6.5 +revision=1 +wrksrc="hstspreload-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Chromium HSTS Preload list as a python package" +maintainer="Alex Childs " +license="BSD-3-Clause" +homepage="https://github.com/sethmlarson/hstspreload" +distfiles="${PYPI_SITE}/h/hstspreload/hstspreload-${version}.tar.gz" +checksum=2858151b4f77322c6a61312abccead20217b1169ae0855753c0da45da2049329 + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template new file mode 100644 index 000000000000..b7b7273323f7 --- /dev/null +++ b/srcpkgs/python3-httpx/template @@ -0,0 +1,19 @@ +# Template file for 'python3-httpx' +pkgname=python3-httpx +version=0.13.3 +revision=1 +wrksrc="httpx-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-certifi python3-urllib3 python3-h11 python3-chardet python3-idna + python3-h2 python3-hstspreload python3-rfc3986 python3-sniffio python3-brotlipy" +short_desc="Next generation HTTP client for Python" +maintainer="Alex Childs " +license="BSD-3-Clause" +homepage="https://www.python-httpx.org" +distfiles="https://github.com/encode/httpx/archive/${version}.tar.gz" +checksum=30b3649c0d6841d3736a25abc15e0d51a5dd1a22ad71e33adec66e385c390218 + +post_install() { + vlicense LICENSE.md +} diff --git a/srcpkgs/python3-rfc3986/template b/srcpkgs/python3-rfc3986/template new file mode 100644 index 000000000000..102ef7b1bdb7 --- /dev/null +++ b/srcpkgs/python3-rfc3986/template @@ -0,0 +1,13 @@ +# Template file for 'python3-rfc3986' +pkgname=python3-rfc3986 +version=1.4.0 +revision=1 +wrksrc="rfc3986-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Validating URI references per RFC 3986" +maintainer="Alex Childs " +license="Apache-2.0" +homepage="http://rfc3986.readthedocs.io/" +distfiles="${PYPI_SITE}/r/rfc3986/rfc3986-${version}.tar.gz" +checksum=112398da31a3344dc25dbf477d8df6cb34f9278a94fee2625d89e4514be8bb9d From 8edcc0e86fb18b314bdf7cd797bd0e0e36132528 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 19 Aug 2021 15:54:11 +0200 Subject: [PATCH 09/15] New package: python3-youtube-search-python-1.4.6 --- srcpkgs/python3-youtube-search-python/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-youtube-search-python/template diff --git a/srcpkgs/python3-youtube-search-python/template b/srcpkgs/python3-youtube-search-python/template new file mode 100644 index 000000000000..5739521a1f0f --- /dev/null +++ b/srcpkgs/python3-youtube-search-python/template @@ -0,0 +1,18 @@ +# Template file for 'python3-youtube-search-python' +pkgname=python3-youtube-search-python +version=1.4.6 +revision=1 +wrksrc="youtube-search-python-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 httpx" +short_desc="Search for YouTube videos, channels & playlists." +maintainer="Eloi Torrents " +license="MIT" +homepage="https://github.com/alexmercerind/youtube-search-python" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=b12c230c884f03828abcbe39a0995c2b0b314dec6ca76909e74d881d73ab5c66 + +post_install() { + vlicense LICENSE +} From e89dfd15c650b0e21e1bc18e47a2231538ec9624 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 19 Aug 2021 16:02:45 +0200 Subject: [PATCH 10/15] New package: python3-youtube-search-python-1.4.6 --- srcpkgs/python3-youtube-search-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-youtube-search-python/template b/srcpkgs/python3-youtube-search-python/template index 5739521a1f0f..79cb24b2fefc 100644 --- a/srcpkgs/python3-youtube-search-python/template +++ b/srcpkgs/python3-youtube-search-python/template @@ -5,7 +5,7 @@ revision=1 wrksrc="youtube-search-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3 httpx" +depends="python3 python3-httpx" short_desc="Search for YouTube videos, channels & playlists." maintainer="Eloi Torrents " license="MIT" From 3b06296a399d7753bf4611d4ee8110afc6012dea Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 19 Aug 2021 17:26:19 +0200 Subject: [PATCH 11/15] New package: python3-ytmdl-2021.08.01 --- srcpkgs/ytmdl/template | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 555c9c059eee..5ed1cc93b3a2 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -4,14 +4,16 @@ version=2021.06.26 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama - python3-itunespy python3-BeautifulSoup4 python3-downloader-cli - python3-ffmpeg-python python3-xdg python3-lxml python3-pysocks - python3-Unidecode python3-urllib3 python3-youtube-search - python3-pyDes python3-simber python3-rich python3-musicbrainzngs - python3-typing_extensions python3-ytmusicapi" +depends="python3-youtube-dl python3-mutagen + python3-itunespy python3-requests python3-colorama + python3-BeautifulSoup4 + python3-downloader-cli + python3-xdg + python3-ffmpeg-python python3-pysocks python3-Unidecode python3-youtube-search-python python3-pyDes python3-urllib3 + python3-simber python3-rich python3-musicbrainzngs + python3-ytmusicapi python3-spotipy" short_desc="Get songs from youtube in mp3 format with all tags from itunes" -maintainer="Andrew Benson " +maintainer="Eloi Torrents " license="MIT" homepage="https://github.com/deepjyoti30/ytmdl" distfiles="${homepage}/archive/${version}.tar.gz" @@ -19,10 +21,6 @@ checksum=952408b95cc82d33f8b79c3cd68181aa62a9184e2032c56a6a50f095930246fb # There is no test to run make_check=no -pre_configure() { - vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py -} - post_install() { vlicense LICENSE } From 8124f0ac45834ea35dbbd9ff450db8c605ef38df Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 19 Aug 2021 17:42:12 +0200 Subject: [PATCH 12/15] New package: python3-ytmdl-2021.08.01 --- srcpkgs/ytmdl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 5ed1cc93b3a2..84d3ed44a4c6 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -1,6 +1,6 @@ # Template file for 'ytmdl' pkgname=ytmdl -version=2021.06.26 +version=2021.08.01 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -16,8 +16,8 @@ short_desc="Get songs from youtube in mp3 format with all tags from itunes" maintainer="Eloi Torrents " license="MIT" homepage="https://github.com/deepjyoti30/ytmdl" -distfiles="${homepage}/archive/${version}.tar.gz" -checksum=952408b95cc82d33f8b79c3cd68181aa62a9184e2032c56a6a50f095930246fb +distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz" +checksum= # There is no test to run make_check=no From 76ee0730709f53c42a5f54db94c5e175518fd1a0 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 19 Aug 2021 17:57:05 +0200 Subject: [PATCH 13/15] New package: python3-ytmdl-2021.08.01 --- srcpkgs/ytmdl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 84d3ed44a4c6..57f5d1029c1f 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -16,10 +16,10 @@ short_desc="Get songs from youtube in mp3 format with all tags from itunes" maintainer="Eloi Torrents " license="MIT" homepage="https://github.com/deepjyoti30/ytmdl" -distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz" -checksum= +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=0b108c3c373b7c96d1e14ae586f41272132707e74915bf28803b8f2748a46b21 # There is no test to run -make_check=no +#make_check=no post_install() { vlicense LICENSE From 3507ee3fe84a8488c5d4d6a8c38f7ea095746a14 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 19 Aug 2021 18:31:55 +0200 Subject: [PATCH 14/15] New package: python3-ytmdl-2021.08.01 --- srcpkgs/ytmdl/template | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 57f5d1029c1f..fedab335b2e8 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -4,22 +4,24 @@ version=2021.08.01 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-youtube-dl python3-mutagen - python3-itunespy python3-requests python3-colorama - python3-BeautifulSoup4 - python3-downloader-cli - python3-xdg - python3-ffmpeg-python python3-pysocks python3-Unidecode python3-youtube-search-python python3-pyDes python3-urllib3 - python3-simber python3-rich python3-musicbrainzngs - python3-ytmusicapi python3-spotipy" +depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama + python3-itunespy python3-BeautifulSoup4 python3-downloader-cli + python3-ffmpeg-python python3-xdg python3-lxml python3-pysocks + python3-Unidecode python3-urllib3 python3-youtube-search + python3-pyDes python3-simber python3-rich python3-musicbrainzngs + python3-typing_extensions python3-ytmusicapi" short_desc="Get songs from youtube in mp3 format with all tags from itunes" -maintainer="Eloi Torrents " +maintainer="Andrew Benson " license="MIT" homepage="https://github.com/deepjyoti30/ytmdl" distfiles="${homepage}/archive/${version}.tar.gz" checksum=0b108c3c373b7c96d1e14ae586f41272132707e74915bf28803b8f2748a46b21 # There is no test to run -#make_check=no +make_check=no + +pre_configure() { + vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py +} post_install() { vlicense LICENSE From 02f0c84a9103d02e032761afb06085eafb9401a5 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 19 Aug 2021 17:26:19 +0200 Subject: [PATCH 15/15] ytmdl: update to 2021.08.01 --- srcpkgs/ytmdl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 555c9c059eee..3dc8ab61a541 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -1,13 +1,13 @@ # Template file for 'ytmdl' pkgname=ytmdl -version=2021.06.26 +version=2021.08.01 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama python3-itunespy python3-BeautifulSoup4 python3-downloader-cli python3-ffmpeg-python python3-xdg python3-lxml python3-pysocks - python3-Unidecode python3-urllib3 python3-youtube-search + python3-Unidecode python3-urllib3 python3-youtube-search-python python3-pyDes python3-simber python3-rich python3-musicbrainzngs python3-typing_extensions python3-ytmusicapi" short_desc="Get songs from youtube in mp3 format with all tags from itunes" @@ -15,7 +15,7 @@ maintainer="Andrew Benson " license="MIT" homepage="https://github.com/deepjyoti30/ytmdl" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=952408b95cc82d33f8b79c3cd68181aa62a9184e2032c56a6a50f095930246fb +checksum=0b108c3c373b7c96d1e14ae586f41272132707e74915bf28803b8f2748a46b21 # There is no test to run make_check=no