[arch-commits] Commit in python-pykeepass/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 20:06:14 UTC 2021


    Date: Thursday, December 2, 2021 @ 20:06:14
  Author: foutrelis
Revision: 1062531

archrelease: copy trunk to community-staging-any

Added:
  python-pykeepass/repos/community-staging-any/PKGBUILD
    (from rev 1062530, python-pykeepass/trunk/PKGBUILD)
Deleted:
  python-pykeepass/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 20:06:10 UTC (rev 1062530)
+++ PKGBUILD	2021-12-02 20:06:14 UTC (rev 1062531)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=pykeepass
-pkgname=python-pykeepass
-pkgver=4.0.1
-pkgrel=2
-pkgdesc="Python library to interact with keepass databases"
-arch=('any')
-url="https://github.com/libkeepass/pykeepass"
-license=('GPL3')
-depends=(python-argon2_cffi python-construct python-dateutil python-future python-lxml python-pycryptodomex)
-makedepends=(python-setuptools)
-source=("https://github.com/libkeepass/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz")
-md5sums=('81c93b4934b8eadeedb0eca095abb24b')
-
-build() {
-  cd $_pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/tests/
-}

Copied: python-pykeepass/repos/community-staging-any/PKGBUILD (from rev 1062530, python-pykeepass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 20:06:14 UTC (rev 1062531)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=4.0.1
+pkgrel=3
+pkgdesc="Python library to interact with keepass databases"
+arch=('any')
+url="https://github.com/libkeepass/pykeepass"
+license=('GPL3')
+depends=(python-argon2_cffi python-construct python-dateutil python-future python-lxml python-pycryptodomex)
+makedepends=(python-setuptools)
+source=("https://github.com/libkeepass/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz")
+md5sums=('81c93b4934b8eadeedb0eca095abb24b')
+
+build() {
+  cd $_pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/tests/
+}



More information about the arch-commits mailing list