[arch-commits] Commit in python-pykeepass/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Jul 3 20:19:49 UTC 2022
Date: Sunday, July 3, 2022 @ 20:19:49
Author: arojas
Revision: 1243849
archrelease: copy trunk to community-any
Added:
python-pykeepass/repos/community-any/PKGBUILD
(from rev 1243848, python-pykeepass/trunk/PKGBUILD)
Deleted:
python-pykeepass/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-03 20:19:39 UTC (rev 1243848)
+++ PKGBUILD 2022-07-03 20:19:49 UTC (rev 1243849)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=pykeepass
-pkgname=python-pykeepass
-pkgver=4.0.2
-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/v$pkgver/$_pkgname-$pkgver.tar.gz")
-md5sums=('f4f261476d8d282b57c0a52d065db9a6')
-
-build() {
- cd $_pkgname-$pkgver
- python3 setup.py build
-}
-
-package() {
- cd $_pkgname-$pkgver
- python3 setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-pykeepass/repos/community-any/PKGBUILD (from rev 1243848, python-pykeepass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-03 20:19:49 UTC (rev 1243849)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=4.0.3
+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/v$pkgver/$_pkgname-$pkgver.tar.gz")
+md5sums=('461acacc0b37be606aa7e916cf8fe16a')
+
+build() {
+ cd $_pkgname-$pkgver
+ python3 setup.py build
+}
+
+package() {
+ cd $_pkgname-$pkgver
+ python3 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list