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

2020-10-25 Thread Balló György via arch-commits
Date: Sunday, October 25, 2020 @ 16:31:55
  Author: bgyorgy
Revision: 732835

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-25 16:31:52 UTC (rev 732834)
+++ PKGBUILD2020-10-25 16:31:55 UTC (rev 732835)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-
-_pkgname=pykeepass
-pkgname=python-pykeepass
-pkgver=3.2.1
-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=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 732834, 
python-pykeepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-25 16:31:55 UTC (rev 732835)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=3.2.1
+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-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/
+}


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

2020-10-24 Thread Balló György via arch-commits
Date: Saturday, October 24, 2020 @ 22:30:01
  Author: bgyorgy
Revision: 731905

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-24 22:29:58 UTC (rev 731904)
+++ PKGBUILD2020-10-24 22:30:01 UTC (rev 731905)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-
-_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/
-}

Copied: python-pykeepass/repos/community-any/PKGBUILD (from rev 731904, 
python-pykeepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-24 22:30:01 UTC (rev 731905)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=3.2.1
+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=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/
+}


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

2020-03-08 Thread Balló György via arch-commits
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
===
--- PKGBUILD2020-03-08 11:30:59 UTC (rev 591841)
+++ PKGBUILD2020-03-08 11:31:03 UTC (rev 591842)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-
-_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)
+++ PKGBUILD2020-03-08 11:31:03 UTC (rev 591842)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+_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/
+}


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

2020-01-03 Thread Antonio Rojas via arch-commits
Date: Friday, January 3, 2020 @ 20:28:31
  Author: arojas
Revision: 547723

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-03 20:28:09 UTC (rev 547722)
+++ PKGBUILD2020-01-03 20:28:31 UTC (rev 547723)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-
-_pkgname=pykeepass
-pkgname=python-pykeepass
-pkgver=3.0.3
-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-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/
-}

Copied: python-pykeepass/repos/community-any/PKGBUILD (from rev 547722, 
python-pykeepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-03 20:28:31 UTC (rev 547723)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+_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/
+}


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

2019-03-12 Thread Balló György via arch-commits
Date: Tuesday, March 12, 2019 @ 21:48:26
  Author: bgyorgy
Revision: 440765

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-12 21:48:20 UTC (rev 440764)
+++ PKGBUILD2019-03-12 21:48:26 UTC (rev 440765)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-
-_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/
-}

Copied: python-pykeepass/repos/community-any/PKGBUILD (from rev 440764, 
python-pykeepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-12 21:48:26 UTC (rev 440765)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=3.0.3
+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-future 
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/
+}


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

2019-03-09 Thread Balló György via arch-commits
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
===
--- PKGBUILD2019-03-09 18:49:29 UTC (rev 438622)
+++ PKGBUILD2019-03-09 18:49:34 UTC (rev 438623)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-
-_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)
+++ PKGBUILD2019-03-09 18:49:34 UTC (rev 438623)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+_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/
+}