Github messages for voidlinux
 help / color / mirror / Atom feed
From: anjandev <anjandev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] gnome-authenticator: update to 3.32.2.
Date: Sun, 19 Apr 2020 04:51:28 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21141@inbox.vuxu.org> (raw)

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

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

https://github.com/anjandev/void-packages authenticator
https://github.com/void-linux/void-packages/pull/21141

gnome-authenticator: update to 3.32.2.


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

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

From ed060f51c7fd6700e7a4c9a5d57cf63fc2abf015 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sat, 18 Apr 2020 19:47:11 -0700
Subject: [PATCH] gnome-authenticator: update to 3.32.2.

---
 srcpkgs/gnome-authenticator/template     |  2 +-
 srcpkgs/python3-iniherit/template        | 18 ++++++++++++++++++
 srcpkgs/python3-pyfavicon/template       | 18 ++++++++++++++++++
 srcpkgs/python3-yoyo-migrations/template | 14 ++++++++++++++
 4 files changed, 51 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-iniherit/template
 create mode 100644 srcpkgs/python3-pyfavicon/template
 create mode 100644 srcpkgs/python3-yoyo-migrations/template

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index 1e8a55ed74c..1a3882632fc 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -7,7 +7,7 @@ build_style=meson
 build_helper="gir"
 hostmakedepends="gettext appstream-glib desktop-file-utils git glib-devel pkg-config"
 makedepends="gobject-introspection gtk+3-devel libglib-devel libsecret-devel libzbar-devel python3"
-depends="python3-pyzbar python3-Pillow python3-pyotp"
+depends="python3-pyzbar python3-Pillow python3-pyotp python3-pyfavicon python3-yoyo-migrations gnome-keyring"
 short_desc="Two-factor authentication code generator for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
diff --git a/srcpkgs/python3-iniherit/template b/srcpkgs/python3-iniherit/template
new file mode 100644
index 00000000000..4a52ed323a8
--- /dev/null
+++ b/srcpkgs/python3-iniherit/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-iniherit'
+pkgname=python3-iniherit
+version=0.3.9
+revision=1
+wrksrc=iniherit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-six"
+short_desc="ConfigParser subclass that allows inheritance"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="MIT"
+homepage="https://github.com/cadithealth/iniherit"
+distfiles="https://github.com/cadithealth/iniherit/archive/v${version}.tar.gz"
+checksum=f4074a38c8881f6b8192de8b1f0a1de5c10c404c35c799e1372b72c1859c1583
+
+post_install() {
+	vlicense LICENSE.txt
+}
diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
new file mode 100644
index 00000000000..29ec0ac8a40
--- /dev/null
+++ b/srcpkgs/python3-pyfavicon/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pyfavicon'
+pkgname=python3-pyfavicon
+version=0.1.1
+revision=1
+wrksrc=pyfavicon-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-BeautifulSoup4 python3-aiohttp python3-Pillow"
+short_desc="Async favicon fetcher"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="MIT"
+homepage="https://github.com/bilelmoussaoui/pyfavicon"
+distfiles="https://github.com/bilelmoussaoui/pyfavicon/archive/${version}.tar.gz"
+checksum=7bd832c3b131a13789492909d5000dc3993ad54939615577f1545c53aa10f88f
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
new file mode 100644
index 00000000000..43bbff0e6ce
--- /dev/null
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-yoyo-migrations'
+pkgname=python3-yoyo-migrations
+version=7.0.2
+revision=1
+wrksrc=yoyo-migrations-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-sqlparse python3-iniherit python3-text-unidecode"
+short_desc="Python database schema migration tool"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="Apache-2.0"
+homepage="https://ollycope.com/software/yoyo/latest/"
+distfiles="${PYPI_SITE}/y/yoyo-migrations/yoyo-migrations-${version}.tar.gz"
+checksum=9eafa229541e6c52b2c7a791531ecb1577f72e3bdb78e9b7a1516c64599f601a

             reply	other threads:[~2020-04-19  2:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-19  2:51 anjandev [this message]
2020-04-19  2:55 ` anjandev
2020-04-19  2:56 ` [PR PATCH] [Updated] gnome-authenticator: add missing dependancies anjandev
2020-04-19  3:12 ` anjandev
2020-09-11 15:57 ` sgn
2020-09-11 15:57 ` [PR PATCH] [Closed]: " sgn
  -- strict thread matches above, loose matches on Subject: below --
2020-04-12 21:08 [PR PATCH] gnome-authenticator: update to 3.32.2 mnabid

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21141@inbox.vuxu.org \
    --to=anjandev@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).