Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ytmdl: update to 2020.07.26.
Date: Fri, 07 Aug 2020 05:07:10 +0200	[thread overview]
Message-ID: <20200807030710.7pePVW2mt5jDPiYfXwRp5ZDf7JhFbZTPIJ0s8zMg5ag@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24122@inbox.vuxu.org>

[-- 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

  reply	other threads:[~2020-08-07  3:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-07  2:22 [PR PATCH] " abenson
2020-08-07  3:07 ` abenson [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200807030710.7pePVW2mt5jDPiYfXwRp5ZDf7JhFbZTPIJ0s8zMg5ag@z \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).