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

George Rawlinson grawlinson at gemini.archlinux.org
Tue Aug 10 22:03:21 UTC 2021


    Date: Tuesday, August 10, 2021 @ 22:03:20
  Author: grawlinson
Revision: 997415

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-10 22:02:33 UTC (rev 997414)
+++ PKGBUILD	2021-08-10 22:03:20 UTC (rev 997415)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: George Rawlinson <grawlinson at archlinux.org>
-
-pkgname=python-xlsxwriter
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter"
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/RELEASE_${pkgver}.tar.gz")
-sha256sums=('e7939898b52f2bdde11955ebb82f1f3a033aa5e6c9d4834bf85758e3b416ad35')
-
-build() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python -m unittest discover
-}
-
-package() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 997414, python-xlsxwriter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-10 22:03:20 UTC (rev 997415)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: George Rawlinson <grawlinson at archlinux.org>
+
+pkgname=python-xlsxwriter
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter"
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/RELEASE_${pkgver}.tar.gz")
+sha256sums=('27d053943ee0fe302d711687ad37335187b9352db001f3b5d6b1c527a528667f')
+
+build() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python -m unittest discover
+}
+
+package() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list