Balló György pushed to branch main at Arch Linux / Packaging / Packages /
python-keyrings-alt
Commits:
ec80d112 by Balló György at 2026-01-11T09:48:00+01:00
upgpkg: 1:5.0.2-3: Remove dependencies for gnome-keyring integration
libgnome-keyring is deprecated and archived a long time ago.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,12 @@
pkgbase = python-keyrings-alt
pkgdesc = Alternate keyring implementations
pkgver = 5.0.2
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/jaraco/keyrings.alt
arch = any
license = MIT
- checkdepends = libgnome-keyring
checkdepends = python-pycryptodome
- checkdepends = python-gobject
checkdepends = python-keyring
checkdepends = python-pytest-enabler
makedepends = git
@@ -18,9 +16,6 @@ pkgbase = python-keyrings-alt
makedepends = python-wheel
depends = python-keyring
depends = python-pycryptodomex
- optdepends = libgnome-keyring: GNOME Integration
- optdepends = python-gobject: GNOME Integration
- optdepends = python-fs
optdepends = python-pycryptodome: Encrypted file storage
source = git+https://github.com/jaraco/keyrings.alt.git#tag=v5.0.2
sha512sums =
e6c4a46b16595a53ddd7b8a4b5948f266b26a454440e526bf9f92a16381cad8c9c561368cd82d488b9059267545e2eb507a6268ea89bdeae2b115496f17c5d1c
=====================================
PKGBUILD
=====================================
@@ -9,19 +9,15 @@
pkgname=python-keyrings-alt
epoch=1
pkgver=5.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Alternate keyring implementations"
arch=('any')
url='https://github.com/jaraco/keyrings.alt'
license=('MIT')
depends=('python-keyring' 'python-pycryptodomex')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
-checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject'
'python-keyring'
- 'python-pytest-enabler')
-optdepends=('libgnome-keyring: GNOME Integration'
- 'python-gobject: GNOME Integration'
- 'python-fs'
- 'python-pycryptodome: Encrypted file storage')
+checkdepends=('python-pycryptodome' 'python-keyring' 'python-pytest-enabler')
+optdepends=('python-pycryptodome: Encrypted file storage')
source=("git+https://github.com/jaraco/keyrings.alt.git#tag=v${pkgver}")
sha512sums=('e6c4a46b16595a53ddd7b8a4b5948f266b26a454440e526bf9f92a16381cad8c9c561368cd82d488b9059267545e2eb507a6268ea89bdeae2b115496f17c5d1c')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keyrings-alt/-/commit/ec80d112ae322d7d2fd31011267ab18831b9eabc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keyrings-alt/-/commit/ec80d112ae322d7d2fd31011267ab18831b9eabc
You're receiving this email because of your account on gitlab.archlinux.org.