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.11.20.
Date: Thu, 10 Dec 2020 16:07:13 +0100	[thread overview]
Message-ID: <20201210150713.z_4l89pscbmC93LTjyEYhchfzeBxjN7fiVkL3llcSVk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27074@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.11.20
https://github.com/void-linux/void-packages/pull/27074

ytmdl: update to 2020.11.20.


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

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

From e1774b7ac545f24f56758c13bbd1d8bd0dd2f5e9 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 10 Dec 2020 08:49:19 -0600
Subject: [PATCH 1/3] ytmdl: update to 2020.11.20.

---
 srcpkgs/ytmdl/patches/dontbuilddeps.patch | 10 ----------
 srcpkgs/ytmdl/template                    | 13 +++++++++----
 2 files changed, 9 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/ytmdl/patches/dontbuilddeps.patch

diff --git a/srcpkgs/ytmdl/patches/dontbuilddeps.patch b/srcpkgs/ytmdl/patches/dontbuilddeps.patch
deleted file mode 100644
index f6924508f4f..00000000000
--- a/srcpkgs/ytmdl/patches/dontbuilddeps.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig
-+++ setup.py
-@@ -45,7 +45,5 @@
-         ),
-         python_requires=">=3.*",
-         scripts=['bin/ytmdl'],
--        install_requires=req_pkgs,
--        setup_requires=req_pkgs,
-         extras_require=extra_features
-     )
diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 8a53de5f5a2..57d9724ab23 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,19 +1,24 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
-version=2020.07.26
-revision=2
+version=2020.11.20.post1
+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
+ python3-pyDes python3-simber"
 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=1b68f7f7094aa9daaaddb71d4cf17ea902ad13ff5cbddcd31df9eedcf47260fd
+checksum=dd8c4e65b5f67357179f586bb153cd02238cea2512e3fb563709c2cff9ee14b6
+
+pre_configure() {
+	vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py
+}
 
 post_install() {
 	vlicense LICENSE

From 4438a2d23820ba86b4124bb53e770832bb16cf9b Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 10 Dec 2020 09:00:59 -0600
Subject: [PATCH 2/3] New package: python3-simber-0.1.2

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

diff --git a/srcpkgs/python3-simber/template b/srcpkgs/python3-simber/template
new file mode 100644
index 00000000000..ab694024116
--- /dev/null
+++ b/srcpkgs/python3-simber/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-simber'
+pkgname=python3-simber
+version=0.1.2
+revision=1
+wrksrc="simber-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Simple, minimal and powerful logging library for Python"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="https://simber.deepjyoti30.dev/"
+distfiles="https://github.com/deepjyoti30/simber/archive/${version}.tar.gz"
+checksum=42ee86e9f5afb32d5410284496370cca0af11ce9c9fafdc5a9e055b06a982945
+
+post_install() {
+	vlicense LICENSE
+}

From 3d83803f78143e9dcb6266f06f6ae5210314460e Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 10 Dec 2020 09:07:02 -0600
Subject: [PATCH 3/3] New package: python3-pyDes-2.0.1

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

diff --git a/srcpkgs/python3-pyDes/template b/srcpkgs/python3-pyDes/template
new file mode 100644
index 00000000000..0ee082893d0
--- /dev/null
+++ b/srcpkgs/python3-pyDes/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-pyDes'
+pkgname=python3-pyDes
+version=2.0.1
+revision=1
+wrksrc="pyDes-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Pure Python implementation of DES/3DES"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Public Domain"
+homepage="http://twhiteman.netfirms.com/des.html"
+distfiles="${PYPI_SITE}/p/pyDes/pyDes-${version}.tar.gz"
+checksum=e2ab8e21d2b83e90d90dbfdcb6fb8ac0000b813238b7ecaede04f8435c389012

  reply	other threads:[~2020-12-10 15:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-10 14:50 [PR PATCH] " abenson
2020-12-10 15:07 ` abenson [this message]
2020-12-10 15:11 ` [PR PATCH] [Merged]: " abenson

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=20201210150713.z_4l89pscbmC93LTjyEYhchfzeBxjN7fiVkL3llcSVk@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).