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

2022-07-03 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2022-07-03 20:19:39 UTC (rev 1243848)
+++ PKGBUILD2022-07-03 20:19:49 UTC (rev 1243849)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György 
-
-_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)
+++ PKGBUILD2022-07-03 20:19:49 UTC (rev 1243849)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+
+_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
+}



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 20:49:54
  Author: arojas
Revision: 1238049

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   49 -
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 20:49:44 UTC (rev 1238048)
+++ PKGBUILD2022-06-15 20:49:54 UTC (rev 1238049)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György 
-
-_pkgname=pykeepass
-pkgname=python-pykeepass
-pkgver=4.0.1
-pkgrel=3
-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/
-}

Copied: python-pykeepass/repos/community-any/PKGBUILD (from rev 1238048, 
python-pykeepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 20:49:54 UTC (rev 1238049)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+
+_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
+}



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

2021-07-21 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2021-07-21 18:03:56 UTC (rev 982551)
+++ PKGBUILD2021-07-21 18:04:06 UTC (rev 982552)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György 
-
-_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)
+++ PKGBUILD2021-07-21 18:04:06 UTC (rev 982552)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György 
+
+_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/
+}



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

2021-03-14 Thread Balló György via arch-commits
Date: Sunday, March 14, 2021 @ 19:10:43
  Author: bgyorgy
Revision: 891286

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-14 19:10:35 UTC (rev 891285)
+++ PKGBUILD2021-03-14 19:10:43 UTC (rev 891286)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-
-_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/
-}

Copied: python-pykeepass/repos/community-any/PKGBUILD (from rev 891285, 
python-pykeepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-14 19:10:43 UTC (rev 891286)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György 
+
+_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/
+}