Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-secretstorage
Commits:
8c1e9aa3 by Felix Yan at 2026-03-03T21:40:40+08:00
upgpkg: 3.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-secretstorage
pkgdesc = Securely store passwords and other private data using the
SecretService DBus API
- pkgver = 3.3.3
- pkgrel = 7
+ pkgver = 3.4.0
+ pkgrel = 1
url = https://github.com/mitya57/secretstorage
arch = any
license = BSD-3-Clause
@@ -11,9 +11,10 @@ pkgbase = python-secretstorage
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = git
depends = python-cryptography
depends = python-jeepney
- source =
https://pypi.io/packages/source/S/SecretStorage/SecretStorage-3.3.3.tar.gz
- sha512sums =
9a048c8245cfb01babebdd85dbbe84f9634b9b28188f7d11d3abad841109cfa307861de05e529199e409e595864ff3e097fcc961fcff210040d214a50f932f6e
+ source = git+https://github.com/mitya57/secretstorage.git#tag=3.4.0
+ sha512sums =
ed03e1b15d8d618ca35d9a44fe8bacce4fc76f0509401893d1cf44a112772798b9bbfd3f61ac6871dcebcd5bf83053a228b3ad53419157aca56fbb804b6db9e7
pkgname = python-secretstorage
=====================================
PKGBUILD
=====================================
@@ -4,33 +4,32 @@
# Contributor: JonnyJD <[email protected]>
pkgname=python-secretstorage
-_pkgname=SecretStorage
-pkgver=3.3.3
-pkgrel=7
+pkgver=3.4.0
+pkgrel=1
pkgdesc="Securely store passwords and other private data using the
SecretService DBus API"
arch=('any')
url="https://github.com/mitya57/secretstorage"
license=('BSD-3-Clause')
depends=('python-cryptography' 'python-jeepney')
-makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
+makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel' 'git')
checkdepends=('org.freedesktop.secrets' 'xorg-server-xvfb')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha512sums=('9a048c8245cfb01babebdd85dbbe84f9634b9b28188f7d11d3abad841109cfa307861de05e529199e409e595864ff3e097fcc961fcff210040d214a50f932f6e')
+source=("git+https://github.com/mitya57/secretstorage.git#tag=$pkgver")
+sha512sums=('ed03e1b15d8d618ca35d9a44fe8bacce4fc76f0509401893d1cf44a112772798b9bbfd3f61ac6871dcebcd5bf83053a228b3ad53419157aca56fbb804b6db9e7')
build() {
- cd $_pkgname-$pkgver
+ cd secretstorage
python -m build --wheel --no-isolation
}
check() {
- cd $_pkgname-$pkgver
+ cd secretstorage
dbus-launch xvfb-run -a python -m unittest discover -s tests
}
package() {
- cd $_pkgname-$pkgver
+ cd secretstorage
python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-secretstorage/-/commit/8c1e9aa3b69c95a5440f9c20a8e8cad81a1d8646
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-secretstorage/-/commit/8c1e9aa3b69c95a5440f9c20a8e8cad81a1d8646
You're receiving this email because of your account on gitlab.archlinux.org.