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

Andrzej Giniewicz aginiewicz at archlinux.org
Wed Oct 7 16:26:05 UTC 2020


    Date: Wednesday, October 7, 2020 @ 16:26:05
  Author: aginiewicz
Revision: 720756

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-07 16:26:03 UTC (rev 720755)
+++ PKGBUILD	2020-10-07 16:26:05 UTC (rev 720756)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-xlsxwriter
-pkgver=1.3.3
-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::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz")
-sha256sums=('26d22e70b2cb7ce6bf0f34d8ae9a4952972dc5a17bfa5ee51a5603f9129c74d2')
-
-build() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-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 720755, python-xlsxwriter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-07 16:26:05 UTC (rev 720756)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-xlsxwriter
+pkgver=1.3.6
+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::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz")
+sha256sums=('6737c1e90ff85d1a6229bcc3e7e040217df0e071ad1c367ebe86f1450dff1902')
+
+build() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+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