From ed060f51c7fd6700e7a4c9a5d57cf63fc2abf015 Mon Sep 17 00:00:00 2001 From: Anjandev Momi 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 " 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 " +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 " +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 " +license="Apache-2.0" +homepage="https://ollycope.com/software/yoyo/latest/" +distfiles="${PYPI_SITE}/y/yoyo-migrations/yoyo-migrations-${version}.tar.gz" +checksum=9eafa229541e6c52b2c7a791531ecb1577f72e3bdb78e9b7a1516c64599f601a