Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ytmdl: update to 2020.07.26.
@ 2020-08-07  2:22 abenson
  2020-08-07  3:07 ` [PR PATCH] [Updated] " abenson
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: abenson @ 2020-08-07  2:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages ytmdl_2020.07.26
https://github.com/void-linux/void-packages/pull/24122

ytmdl: update to 2020.07.26.


A patch file from https://github.com/void-linux/void-packages/pull/24122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ytmdl_2020.07.26-24122.patch --]
[-- Type: text/x-diff, Size: 1357 bytes --]

From 12342171caed0a3626299510bb1b29b715a89ddc Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 6 Aug 2020 21:17:05 -0500
Subject: [PATCH] ytmdl: update to 2020.07.26.

---
 srcpkgs/ytmdl/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index e0780f0413a..13156e30e1d 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,19 +1,20 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
-version=2020.07.09
+version=2020.07.26
 revision=1
 archs=noarch
 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-ffmpeg-python python3-xdg python3-lxml python3-pysocks
+ python3-Unidecode python3-urllib3"
 short_desc="Get songs from youtube in mp3 format with all tags from itunes"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/deepjyoti30/ytmdl"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=a48fb3602ac32376dfce8d56057176e6bdb95d15a4343d9d2d1b6e78670fd9d5
+checksum=1b68f7f7094aa9daaaddb71d4cf17ea902ad13ff5cbddcd31df9eedcf47260fd
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] ytmdl: update to 2020.07.26.
  2020-08-07  2:22 [PR PATCH] ytmdl: update to 2020.07.26 abenson
@ 2020-08-07  3:07 ` abenson
  2020-08-07 19:19 ` [PR REVIEW] " Chocimier
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: abenson @ 2020-08-07  3:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages ytmdl_2020.07.26
https://github.com/void-linux/void-packages/pull/24122

ytmdl: update to 2020.07.26.


A patch file from https://github.com/void-linux/void-packages/pull/24122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ytmdl_2020.07.26-24122.patch --]
[-- Type: text/x-diff, Size: 3261 bytes --]

From 5c09f6b9cb6609629febdced4f480f52e04ca9ac Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 6 Aug 2020 22:06:35 -0500
Subject: [PATCH 1/2] New package: python3-youtube_search-1.1.0

---
 srcpkgs/python3-youtube_search/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-youtube_search/template

diff --git a/srcpkgs/python3-youtube_search/template b/srcpkgs/python3-youtube_search/template
new file mode 100644
index 00000000000..5b0236d6d29
--- /dev/null
+++ b/srcpkgs/python3-youtube_search/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-youtube_search'
+pkgname=python3-youtube_search
+version=1.1.0
+revision=1
+_gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
+archs=noarch
+wrksrc="youtube_search-${_gitver}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-urllib3"
+short_desc="Python3 library for searching YouTube"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/joetats/youtube_search"
+distfiles="${homepage}/archive/${_gitver}.tar.gz"
+checksum=dac46fe27a85cebaffbed8585963aef6f912a7901a128aa25d4bdc2b3989be44
+
+post_install() {
+	vlicense LICENSE
+}

From 0bb093ace77373f181256924218c7a0720f2db01 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 6 Aug 2020 21:17:05 -0500
Subject: [PATCH 2/2] ytmdl: update to 2020.07.26.

---
 srcpkgs/ytmdl/patches/dontbuilddeps.patch | 5 +++--
 srcpkgs/ytmdl/template                    | 7 ++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ytmdl/patches/dontbuilddeps.patch b/srcpkgs/ytmdl/patches/dontbuilddeps.patch
index 7755646e909..f6924508f4f 100644
--- a/srcpkgs/ytmdl/patches/dontbuilddeps.patch
+++ b/srcpkgs/ytmdl/patches/dontbuilddeps.patch
@@ -1,9 +1,10 @@
 --- setup.py.orig
 +++ setup.py
-@@ -39,6 +39,4 @@
+@@ -45,7 +45,5 @@
          ),
          python_requires=">=3.*",
          scripts=['bin/ytmdl'],
 -        install_requires=req_pkgs,
--        setup_requires=req_pkgs
+-        setup_requires=req_pkgs,
+         extras_require=extra_features
      )
diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index e0780f0413a..b01f7529e57 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,19 +1,20 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
-version=2020.07.09
+version=2020.07.26
 revision=1
 archs=noarch
 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-ffmpeg-python python3-xdg python3-lxml python3-pysocks
+ python3-Unidecode python3-urllib3 python3-youtube_search"
 short_desc="Get songs from youtube in mp3 format with all tags from itunes"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/deepjyoti30/ytmdl"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=a48fb3602ac32376dfce8d56057176e6bdb95d15a4343d9d2d1b6e78670fd9d5
+checksum=1b68f7f7094aa9daaaddb71d4cf17ea902ad13ff5cbddcd31df9eedcf47260fd
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR REVIEW] ytmdl: update to 2020.07.26.
  2020-08-07  2:22 [PR PATCH] ytmdl: update to 2020.07.26 abenson
  2020-08-07  3:07 ` [PR PATCH] [Updated] " abenson
@ 2020-08-07 19:19 ` Chocimier
  2020-08-07 20:28 ` abenson
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-08-07 19:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24122#discussion_r467226077

Comment:
pypi has versioned tarballs.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR REVIEW] ytmdl: update to 2020.07.26.
  2020-08-07  2:22 [PR PATCH] ytmdl: update to 2020.07.26 abenson
  2020-08-07  3:07 ` [PR PATCH] [Updated] " abenson
  2020-08-07 19:19 ` [PR REVIEW] " Chocimier
@ 2020-08-07 20:28 ` abenson
  2020-08-07 20:29 ` Chocimier
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: abenson @ 2020-08-07 20:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/24122#discussion_r467254051

Comment:
It's an incomplete tarball, doesn't include the license

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR REVIEW] ytmdl: update to 2020.07.26.
  2020-08-07  2:22 [PR PATCH] ytmdl: update to 2020.07.26 abenson
                   ` (2 preceding siblings ...)
  2020-08-07 20:28 ` abenson
@ 2020-08-07 20:29 ` Chocimier
  2020-08-08  1:17 ` [PR PATCH] [Updated] " abenson
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-08-07 20:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24122#discussion_r467254633

Comment:
Then download license separately. version= should be actually used.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] ytmdl: update to 2020.07.26.
  2020-08-07  2:22 [PR PATCH] ytmdl: update to 2020.07.26 abenson
                   ` (3 preceding siblings ...)
  2020-08-07 20:29 ` Chocimier
@ 2020-08-08  1:17 ` abenson
  2020-08-17 18:13 ` abenson
  2020-08-18 14:03 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: abenson @ 2020-08-08  1:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages ytmdl_2020.07.26
https://github.com/void-linux/void-packages/pull/24122

ytmdl: update to 2020.07.26.


A patch file from https://github.com/void-linux/void-packages/pull/24122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ytmdl_2020.07.26-24122.patch --]
[-- Type: text/x-diff, Size: 3488 bytes --]

From f25eec03b33a1bbd67cd6b1aac65db835a5569a3 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 6 Aug 2020 22:06:35 -0500
Subject: [PATCH 1/2] New package: python3-youtube-search-1.1.0

---
 srcpkgs/python3-youtube-search/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/python3-youtube-search/template

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
new file mode 100644
index 00000000000..0c6ec393a37
--- /dev/null
+++ b/srcpkgs/python3-youtube-search/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-youtube-search'
+pkgname=python3-youtube-search
+version=1.1.0
+revision=1
+_gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
+archs=noarch
+create_wrksrc=yes
+build_wrksrc="youtube-search-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-urllib3"
+short_desc="Python3 library for searching YouTube"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/joetats/youtube_search"
+distfiles="${PYPI_SITE}/y/youtube-search/youtube-search-${version}.tar.gz
+ https://raw.githubusercontent.com/joetats/youtube_search/${_gitver}/LICENSE>LICENSE.txt"
+checksum="255fea3ca98cda488c585734183b30ac7b55ddbd79e6e79f999d94983c8077e6
+ cd58d968a55585bfc21aea093aee5ba92a6785bab24c9969cfe2cd8bfe9ea83d"
+
+post_install() {
+	vlicense ../LICENSE.txt LICENSE
+}

From 5b26da299db84fc4254b046d4a50dc4bbef049c7 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 6 Aug 2020 21:17:05 -0500
Subject: [PATCH 2/2] ytmdl: update to 2020.07.26.

---
 srcpkgs/ytmdl/patches/dontbuilddeps.patch | 5 +++--
 srcpkgs/ytmdl/template                    | 7 ++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ytmdl/patches/dontbuilddeps.patch b/srcpkgs/ytmdl/patches/dontbuilddeps.patch
index 7755646e909..f6924508f4f 100644
--- a/srcpkgs/ytmdl/patches/dontbuilddeps.patch
+++ b/srcpkgs/ytmdl/patches/dontbuilddeps.patch
@@ -1,9 +1,10 @@
 --- setup.py.orig
 +++ setup.py
-@@ -39,6 +39,4 @@
+@@ -45,7 +45,5 @@
          ),
          python_requires=">=3.*",
          scripts=['bin/ytmdl'],
 -        install_requires=req_pkgs,
--        setup_requires=req_pkgs
+-        setup_requires=req_pkgs,
+         extras_require=extra_features
      )
diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index e0780f0413a..b01f7529e57 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,19 +1,20 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
-version=2020.07.09
+version=2020.07.26
 revision=1
 archs=noarch
 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-ffmpeg-python python3-xdg python3-lxml python3-pysocks
+ python3-Unidecode python3-urllib3 python3-youtube_search"
 short_desc="Get songs from youtube in mp3 format with all tags from itunes"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/deepjyoti30/ytmdl"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=a48fb3602ac32376dfce8d56057176e6bdb95d15a4343d9d2d1b6e78670fd9d5
+checksum=1b68f7f7094aa9daaaddb71d4cf17ea902ad13ff5cbddcd31df9eedcf47260fd
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] ytmdl: update to 2020.07.26.
  2020-08-07  2:22 [PR PATCH] ytmdl: update to 2020.07.26 abenson
                   ` (4 preceding siblings ...)
  2020-08-08  1:17 ` [PR PATCH] [Updated] " abenson
@ 2020-08-17 18:13 ` abenson
  2020-08-18 14:03 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: abenson @ 2020-08-17 18:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages ytmdl_2020.07.26
https://github.com/void-linux/void-packages/pull/24122

ytmdl: update to 2020.07.26.


A patch file from https://github.com/void-linux/void-packages/pull/24122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ytmdl_2020.07.26-24122.patch --]
[-- Type: text/x-diff, Size: 3488 bytes --]

From 184f99bb8929ef9620d9c8857835efcc645a96f3 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 6 Aug 2020 22:06:35 -0500
Subject: [PATCH 1/2] New package: python3-youtube-search-1.1.0

---
 srcpkgs/python3-youtube-search/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/python3-youtube-search/template

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
new file mode 100644
index 00000000000..0c6ec393a37
--- /dev/null
+++ b/srcpkgs/python3-youtube-search/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-youtube-search'
+pkgname=python3-youtube-search
+version=1.1.0
+revision=1
+_gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
+archs=noarch
+create_wrksrc=yes
+build_wrksrc="youtube-search-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-urllib3"
+short_desc="Python3 library for searching YouTube"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/joetats/youtube_search"
+distfiles="${PYPI_SITE}/y/youtube-search/youtube-search-${version}.tar.gz
+ https://raw.githubusercontent.com/joetats/youtube_search/${_gitver}/LICENSE>LICENSE.txt"
+checksum="255fea3ca98cda488c585734183b30ac7b55ddbd79e6e79f999d94983c8077e6
+ cd58d968a55585bfc21aea093aee5ba92a6785bab24c9969cfe2cd8bfe9ea83d"
+
+post_install() {
+	vlicense ../LICENSE.txt LICENSE
+}

From d0eda544ef3bc4eae71d16160765949af7b9b68d Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 6 Aug 2020 21:17:05 -0500
Subject: [PATCH 2/2] ytmdl: update to 2020.07.26.

---
 srcpkgs/ytmdl/patches/dontbuilddeps.patch | 5 +++--
 srcpkgs/ytmdl/template                    | 7 ++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ytmdl/patches/dontbuilddeps.patch b/srcpkgs/ytmdl/patches/dontbuilddeps.patch
index 7755646e909..f6924508f4f 100644
--- a/srcpkgs/ytmdl/patches/dontbuilddeps.patch
+++ b/srcpkgs/ytmdl/patches/dontbuilddeps.patch
@@ -1,9 +1,10 @@
 --- setup.py.orig
 +++ setup.py
-@@ -39,6 +39,4 @@
+@@ -45,7 +45,5 @@
          ),
          python_requires=">=3.*",
          scripts=['bin/ytmdl'],
 -        install_requires=req_pkgs,
--        setup_requires=req_pkgs
+-        setup_requires=req_pkgs,
+         extras_require=extra_features
      )
diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index e0780f0413a..7952b5662cd 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,19 +1,20 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
-version=2020.07.09
+version=2020.07.26
 revision=1
 archs=noarch
 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-ffmpeg-python python3-xdg python3-lxml python3-pysocks
+ python3-Unidecode python3-urllib3 python3-youtube-search"
 short_desc="Get songs from youtube in mp3 format with all tags from itunes"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/deepjyoti30/ytmdl"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=a48fb3602ac32376dfce8d56057176e6bdb95d15a4343d9d2d1b6e78670fd9d5
+checksum=1b68f7f7094aa9daaaddb71d4cf17ea902ad13ff5cbddcd31df9eedcf47260fd
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Merged]: ytmdl: update to 2020.07.26.
  2020-08-07  2:22 [PR PATCH] ytmdl: update to 2020.07.26 abenson
                   ` (5 preceding siblings ...)
  2020-08-17 18:13 ` abenson
@ 2020-08-18 14:03 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-08-18 14:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

There's a merged pull request on the void-packages repository

ytmdl: update to 2020.07.26.
https://github.com/void-linux/void-packages/pull/24122

Description:


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-08-18 14:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  2:22 [PR PATCH] ytmdl: update to 2020.07.26 abenson
2020-08-07  3:07 ` [PR PATCH] [Updated] " abenson
2020-08-07 19:19 ` [PR REVIEW] " Chocimier
2020-08-07 20:28 ` abenson
2020-08-07 20:29 ` Chocimier
2020-08-08  1:17 ` [PR PATCH] [Updated] " abenson
2020-08-17 18:13 ` abenson
2020-08-18 14:03 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).