Date: Monday, September 26, 2022 @ 09:59:03
  Author: dvzrv
Revision: 1311462

archrelease: copy trunk to community-any

Added:
  python-keyring/repos/community-any/PKGBUILD
    (from rev 1311461, python-keyring/trunk/PKGBUILD)
Deleted:
  python-keyring/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 09:58:41 UTC (rev 1311461)
+++ PKGBUILD    2022-09-26 09:59:03 UTC (rev 1311462)
@@ -1,45 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas <[email protected]>
-# Contributor: Brice Maron <[email protected]>
-# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
-# Contributor: Steven Allen <steven {at} stebalien {dot} com>
-
-pkgname=python-keyring
-_pkgname=keyring
-pkgver=23.9.0
-pkgrel=1
-pkgdesc='Store and access your passwords safely'
-arch=('any')
-url='https://github.com/jaraco/keyring'
-license=('PSF' 'MIT')
-depends=('python-entrypoints' 'python-secretstorage' 
'python-importlib-metadata')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python-pytest-black' 'python-pytest-cov' 'python-pytest-mypy')
-optdepends=('python-keyrings-alt: Alternative backends'
-            'python-dbus: kwallet backend')
-source=("git+$url#tag=v$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  cd $_pkgname
-
-  python -m build
-}
-
-check() {
-  cd $_pkgname
-
-  python -m pytest
-}
-
-package() {
-  cd $_pkgname
-
-  python -m installer -d "$pkgdir" dist/*.whl
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf "$pkgdir"/usr/lib/python3.10/site-packages/keyring/tests
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 1311461, 
python-keyring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-26 09:59:03 UTC (rev 1311462)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas <[email protected]>
+# Contributor: Brice Maron <[email protected]>
+# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
+# Contributor: Steven Allen <steven {at} stebalien {dot} com>
+
+pkgname=python-keyring
+_name=keyring
+pkgver=23.9.3
+pkgrel=1
+pkgdesc='Store and access your passwords safely'
+arch=('any')
+url='https://github.com/jaraco/keyring'
+license=('PSF' 'MIT')
+depends=('python-jaraco.classes' 'python-jeepney' 'python-secretstorage')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python-pytest-black' 'python-pytest-cov' 'python-pytest-mypy')
+optdepends=('python-keyrings-alt: Alternative backends'
+            'python-dbus: kwallet backend')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('288e3aa71fc52fe4c7d769ad07fd51d058d700b72170f727023793a9b61bec5ef4cd70ed5c511383940c20125c6e39335a11cba0f1b582b5f47a62a24a8a4233')
+b2sums=('5cb7a105283f4be809311f4616b9e8dfb0ae3d68ccaccbe5db69944b6e24606d352bd52dfbc62ca39a54df0a2696a912971a3cc72e30af26a5a17e66a2644b75')
+
+build() {
+  cd $_name-$pkgver
+
+  python -m build
+}
+
+check() {
+  cd $_name-$pkgver
+
+  python -m pytest
+}
+
+package() {
+  cd $_name-$pkgver
+
+  python -m installer -d "$pkgdir" dist/*.whl
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf "$pkgdir"/usr/lib/python3.10/site-packages/keyring/tests
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to