Date: Sunday, May 7, 2023 @ 13:07:54
  Author: kpcyrd
Revision: 1459326

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 13:07:41 UTC (rev 1459325)
+++ PKGBUILD    2023-05-07 13:07:54 UTC (rev 1459326)
@@ -1,32 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=python-fints
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Minimal pure-python FinTS (formerly known as HBCI) implementation"
-arch=(any)
-url="https://github.com/raphaelm/python-fints";
-license=('LGPL')
-depends=('python' 'python-mt-940' 'python-bleach' 'python-sepaxml' 
'python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raphaelm/python-fints/archive/v${pkgver}.tar.gz";)
-sha512sums=('321862507465eef2bf71826cfb2ce0292204f65a28a7bb562f305438744bb48ae4ec9344b04508dd5595f14b17862f2e0a9a059a96e947694de95f85a2831289')
-b2sums=('4d49f41b5a070d35afa0840d94932ec461371b5fac63a53543e1aae3cbf5040edf53a4cdf9b1f3cbc5dfe1d6390f6574deef8288e5aab891bf56ea87636d8c3f')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  PYTHONPATH=. pytest
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-fints/repos/community-any/PKGBUILD (from rev 1459325, 
python-fints/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-07 13:07:54 UTC (rev 1459326)
@@ -0,0 +1,32 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=python-fints
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Minimal pure-python FinTS (formerly known as HBCI) implementation"
+arch=(any)
+url="https://github.com/raphaelm/python-fints";
+license=('LGPL')
+depends=('python' 'python-mt-940' 'python-bleach' 'python-sepaxml' 
'python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raphaelm/python-fints/archive/v${pkgver}.tar.gz";)
+sha512sums=('0a3fe337826d0d1545e46d9debca1a5025eb26c94f2fc899af1e66d4f2def55141e70d930bcf5ac119008afca8411cfb519b5a24e100b0df91d1d250bcd0f109')
+b2sums=('e7952dd6e4f96a5b80853a6cd515700ff8264ba7339b430e8988c8c4d6fa9145b3450f6e4373e43e82c32e5b0f55d1be8657f6ce825135374a57ab1b2349c098')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  PYTHONPATH=. pytest
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to