Date: Monday, March 27, 2023 @ 16:47:06
Author: kpcyrd
Revision: 1429837
archrelease: copy trunk to community-any
Added:
python-mt-940/repos/community-any/PKGBUILD
(from rev 1429836, python-mt-940/trunk/PKGBUILD)
Deleted:
python-mt-940/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-27 16:46:48 UTC (rev 1429836)
+++ PKGBUILD 2023-03-27 16:47:06 UTC (rev 1429837)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd <[email protected]>
-
-_pyname="mt940"
-pkgname="python-mt-940"
-pkgver="4.28.0"
-pkgrel=1
-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=('d4cf4d7e256ee307d02eb5971c2df69d809337117a6d01d6835a4958fb5e213ad5cfedb5e9c58d15397009af4a6865e747a320f5ac5539973f78c0934ca68b59')
-b2sums=('ec501cae6a8eee6569bc0feefa2621cda33a8e08fd3f0cf61d243ec3e74b5436a344496922e09074883f1345402dbe2f77c95ce1c465caf4e94997915188d755')
-
-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-any/PKGBUILD (from rev 1429836,
python-mt-940/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-27 16:47:06 UTC (rev 1429837)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd <[email protected]>
+
+_pyname="mt940"
+pkgname="python-mt-940"
+pkgver="4.29.0"
+pkgrel=1
+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=('df177e1d9e96e49dbfaccce8561abcd5893bf634971c39972e375a2b07ba3d3b35fbaf73b2ce08ffe65831214c0bc2b61aa2f2bafa2d4d1d78701709e1af3fbd')
+b2sums=('e397224273db59cfc5ead1025e57d3043bdbfdd2d6f56efe0594338ff8802a55b420168dc9c046ae775d88e6849207745454800f95e4d9858a99914ccca91ae6')
+
+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: