[arch-commits] Commit in python-pykeepass/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun Mar 8 11:31:03 UTC 2020
Date: Sunday, March 8, 2020 @ 11:31:03
Author: bgyorgy
Revision: 591842
archrelease: copy trunk to community-any
Added:
python-pykeepass/repos/community-any/PKGBUILD
(from rev 591841, python-pykeepass/trunk/PKGBUILD)
Deleted:
python-pykeepass/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 11:30:59 UTC (rev 591841)
+++ PKGBUILD 2020-03-08 11:31:03 UTC (rev 591842)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=pykeepass
-pkgname=python-pykeepass
-pkgver=3.1.2
-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-future python-lxml python-pycryptodome)
-makedepends=(git python-setuptools)
-_commit=06438049a5698d6f3b029319cf5eb8adb8a50df3 # tags/3.1.2
-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 591841, python-pykeepass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-08 11:31:03 UTC (rev 591842)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=3.2.0
+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-future python-lxml python-pycryptodome)
+makedepends=(git python-setuptools)
+_commit=fd290bf5218e65c043eeba6860bc07434dc1119c # tags/3.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/
+}
More information about the arch-commits
mailing list