Date: Thursday, November 12, 2020 @ 13:17:06
  Author: foutrelis
Revision: 751736

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-11-12 13:17:02 UTC (rev 751735)
+++ PKGBUILD    2020-11-12 13:17:06 UTC (rev 751736)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=pykeepass
-pkgname=python-pykeepass
-pkgver=3.2.1
-pkgrel=3
-pkgdesc="Python library to interact with keepass databases"
-arch=('any')
-url="https://github.com/pschmitt/pykeepass";
-license=('GPL3')
-depends=(python-argon2_cffi python-construct python-dateutil python-future 
python-lxml python-pycryptodomex)
-makedepends=(git python-setuptools)
-_commit=4ef5069d14131b2ac8d34ef260afdbd58bffb3a4  # tags/3.2.1
-source=("git+https://github.com/pschmitt/pykeepass#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $_pkgname
-  python3 setup.py build
-}
-
-package() {
-  cd $_pkgname
-  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 751735, 
python-pykeepass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-11-12 13:17:06 UTC (rev 751736)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=3.2.1
+pkgrel=4
+pkgdesc="Python library to interact with keepass databases"
+arch=('any')
+url="https://github.com/pschmitt/pykeepass";
+license=('GPL3')
+depends=(python-argon2_cffi python-construct python-dateutil python-future 
python-lxml python-pycryptodomex)
+makedepends=(git python-setuptools)
+_commit=4ef5069d14131b2ac8d34ef260afdbd58bffb3a4  # tags/3.2.1
+source=("git+https://github.com/pschmitt/pykeepass#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $_pkgname
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/tests/
+}

Reply via email to