[arch-commits] Commit in python-pykeepass/repos/community-any (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Mar 9 18:49:34 UTC 2019


    Date: Saturday, March 9, 2019 @ 18:49:34
  Author: bgyorgy
Revision: 438623

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-09 18:49:29 UTC (rev 438622)
+++ PKGBUILD	2019-03-09 18:49:34 UTC (rev 438623)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=pykeepass
-pkgname=python-pykeepass
-pkgver=3.0.2
-pkgrel=2
-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-lxml python-pycryptodome)
-makedepends=(git python-setuptools)
-_commit=76b9e06d1de6f143114c84c33dee849c32e09525  # tags/3.0.2^0
-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-any/PKGBUILD (from rev 438622, python-pykeepass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-09 18:49:34 UTC (rev 438623)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=3.0.3
+pkgrel=1
+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-lxml python-pycryptodome)
+makedepends=(git python-setuptools)
+_commit=11ee6052ba83861cd9c08e7fd64b6780f9354e1c  # tags/3.0.3^0
+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/
+}



More information about the arch-commits mailing list