Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python-dogpile.cache: add python-decorator as dep
Date: Sun, 02 Jun 2019 11:34:50 +0200	[thread overview]
Message-ID: <20190602093450.4HSdTefShXf5MtiEOn-h7nN9LEhiheoL6D-Iv9pkBgM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11988@inbox.vuxu.org>

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

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

https://github.com/Bridouz/void-packages patch-3
https://github.com/void-linux/void-packages/pull/11988

python-dogpile.cache: add python-decorator as dep
Noticed that `python-dogpile.cache` did not have `python-decorator` as dep.

Thus, Usage of `subliminal` exits with error about not finding `python-decorator` which is needed by `python-dogpile.cache`.

Fixed and working.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-3-11988.patch --]
[-- Type: application/text/x-diff, Size: 2823 bytes --]

From 06ad208c8e1403ab78a39ce3f2a87e2521df9e5d Mon Sep 17 00:00:00 2001
From: Bridouz <justin.berthault@zaclys.net>
Date: Mon, 27 May 2019 15:10:18 +0200
Subject: [PATCH 1/3] python-dogpile.cache: add python-decorator as dep

---
 srcpkgs/python-dogpile.cache/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-dogpile.cache/template b/srcpkgs/python-dogpile.cache/template
index 202117a9695..0e4b230c55d 100644
--- a/srcpkgs/python-dogpile.cache/template
+++ b/srcpkgs/python-dogpile.cache/template
@@ -7,7 +7,7 @@ wrksrc="dogpile.cache-${version}"
 build_style=python-module
 pycompile_module="dogpile"
 hostmakedepends="python-setuptools python3-setuptools"
-depends="python"
+depends="python python3-decorator"
 short_desc="A caching front-end based on the Dogpile lock (Python2)"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="BSD-3-Clause"
@@ -22,7 +22,7 @@ post_install() {
 python3-dogpile.cache_package() {
 	archs=noarch
 	pycompile_module="dogpile"
-	depends="python3"
+	depends="python3 python3-decorator"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="guessit:guessit:/usr/bin/guessit3"
 	pkg_install() {

From 41c248c172e3f58058590221c3ed0df3b12c97ec Mon Sep 17 00:00:00 2001
From: Bridouz <justin.berthault@gmail.com>
Date: Mon, 27 May 2019 16:23:30 +0200
Subject: [PATCH 2/3] python-dogpile.cache: fix py3 deps on py2

---
 srcpkgs/python-dogpile.cache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dogpile.cache/template b/srcpkgs/python-dogpile.cache/template
index 0e4b230c55d..13845807a23 100644
--- a/srcpkgs/python-dogpile.cache/template
+++ b/srcpkgs/python-dogpile.cache/template
@@ -7,7 +7,7 @@ wrksrc="dogpile.cache-${version}"
 build_style=python-module
 pycompile_module="dogpile"
 hostmakedepends="python-setuptools python3-setuptools"
-depends="python python3-decorator"
+depends="python python-decorator"
 short_desc="A caching front-end based on the Dogpile lock (Python2)"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="BSD-3-Clause"

From 1d02778d4dc45cf9480c47f3be64c209905e0d1d Mon Sep 17 00:00:00 2001
From: Bridouz <justin.berthault@gmail.com>
Date: Sun, 2 Jun 2019 11:34:47 +0200
Subject: [PATCH 3/3] python-dogpile.cache: revbump

---
 srcpkgs/python-dogpile.cache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dogpile.cache/template b/srcpkgs/python-dogpile.cache/template
index 13845807a23..a2e4a436f2f 100644
--- a/srcpkgs/python-dogpile.cache/template
+++ b/srcpkgs/python-dogpile.cache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dogpile.cache'
 pkgname=python-dogpile.cache
 version=0.7.1
-revision=1
+revision=2
 archs=noarch
 wrksrc="dogpile.cache-${version}"
 build_style=python-module

       reply	other threads:[~2019-06-02  9:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11988@inbox.vuxu.org>
2019-06-02  9:34 ` voidlinux-github [this message]
2019-06-02  9:34 ` voidlinux-github
2019-06-03 15:32 ` voidlinux-github
2019-06-03 15:32 ` voidlinux-github
2019-06-04 14:54 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190602093450.4HSdTefShXf5MtiEOn-h7nN9LEhiheoL6D-Iv9pkBgM@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).