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: Mon, 03 Jun 2019 17:32:31 +0200	[thread overview]
Message-ID: <20190603153231.dWq0K0lN9h8ZUOtz_aw_bgc9LgGr48AlihLC8JZeTaA@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: 1324 bytes --]

From ecf8e7b08f46e1daf41e912e19764411ab909007 Mon Sep 17 00:00:00 2001
From: Justin Berthault <justin.berthault@zaclys.net>
Date: Mon, 3 Jun 2019 17:32:04 +0200
Subject: [PATCH] python-dogpile.cach: add python-decorator as dep

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

diff --git a/srcpkgs/python-dogpile.cache/template b/srcpkgs/python-dogpile.cache/template
index 202117a9695..a2e4a436f2f 100644
--- a/srcpkgs/python-dogpile.cache/template
+++ b/srcpkgs/python-dogpile.cache/template
@@ -1,13 +1,13 @@
 # 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
 pycompile_module="dogpile"
 hostmakedepends="python-setuptools python3-setuptools"
-depends="python"
+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"
@@ -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() {

  parent reply	other threads:[~2019-06-03 15:32 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
2019-06-02  9:34 ` voidlinux-github
2019-06-03 15:32 ` voidlinux-github
2019-06-03 15:32 ` voidlinux-github [this message]
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=20190603153231.dWq0K0lN9h8ZUOtz_aw_bgc9LgGr48AlihLC8JZeTaA@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).