[arch-commits] Commit in python-pykeepass/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Jul 21 18:04:06 UTC 2021
Date: Wednesday, July 21, 2021 @ 18:04:06
Author: arojas
Revision: 982552
archrelease: copy trunk to community-any
Added:
python-pykeepass/repos/community-any/PKGBUILD
(from rev 982551, python-pykeepass/trunk/PKGBUILD)
Deleted:
python-pykeepass/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-21 18:03:56 UTC (rev 982551)
+++ PKGBUILD 2021-07-21 18:04:06 UTC (rev 982552)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=pykeepass
-pkgname=python-pykeepass
-pkgver=4.0.0
-pkgrel=1
-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=('3d6a498a29f0db0f7abb98d1bd7f2409')
-
-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-any/PKGBUILD (from rev 982551, python-pykeepass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-21 18:04:06 UTC (rev 982552)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=4.0.1
+pkgrel=1
+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