[arch-commits] Commit in python-mt-940/repos/community-staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:31:15 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:31:15
  Author: foutrelis
Revision: 1060735

archrelease: copy trunk to community-staging-any

Added:
  python-mt-940/repos/community-staging-any/PKGBUILD
    (from rev 1060733, python-mt-940/trunk/PKGBUILD)
Deleted:
  python-mt-940/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:31:14 UTC (rev 1060734)
+++ PKGBUILD	2021-12-01 21:31:15 UTC (rev 1060735)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd <git at rxv.cc>
-
-_pyname="mt940"
-pkgname="python-mt-940"
-pkgver="4.23.0"
-pkgrel=2
-pkgdesc="A library to parse MT940 files and returns smart Python collections for statistics and manipulation"
-arch=(any)
-url="https://github.com/WoLpH/mt940"
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/WoLpH/mt940/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('be778f0e7bb23d1eb1438ab1da00cb4d75275d7253c06e801b0b8bc4c1fa076fc0e1314d4527c34edb7a3cdb28cf452e5fe23bee5ec65f661ad5c2f76cf4fb37')
-b2sums=('55dbfa387105c67c72c346a1cf2a8dfa796fca94cab71cdfe2ecc1efe62e649c1524cc257084cb11d359d8f4d72469c5ebb703a5de9d90a801b329d70b50b7c6')
-
-build() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mt-940/repos/community-staging-any/PKGBUILD (from rev 1060733, python-mt-940/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:31:15 UTC (rev 1060735)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd <git at rxv.cc>
+
+_pyname="mt940"
+pkgname="python-mt-940"
+pkgver="4.23.0"
+pkgrel=3
+pkgdesc="A library to parse MT940 files and returns smart Python collections for statistics and manipulation"
+arch=(any)
+url="https://github.com/WoLpH/mt940"
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/WoLpH/mt940/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('be778f0e7bb23d1eb1438ab1da00cb4d75275d7253c06e801b0b8bc4c1fa076fc0e1314d4527c34edb7a3cdb28cf452e5fe23bee5ec65f661ad5c2f76cf4fb37')
+b2sums=('55dbfa387105c67c72c346a1cf2a8dfa796fca94cab71cdfe2ecc1efe62e649c1524cc257084cb11d359d8f4d72469c5ebb703a5de9d90a801b329d70b50b7c6')
+
+build() {
+  cd "${_pyname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${_pyname}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list