[arch-commits] Commit in python-xlsxwriter/repos/community-any (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Mon Mar 2 09:53:41 UTC 2020
Date: Monday, March 2, 2020 @ 09:53:40
Author: aginiewicz
Revision: 588448
archrelease: copy trunk to community-any
Added:
python-xlsxwriter/repos/community-any/PKGBUILD
(from rev 588447, python-xlsxwriter/trunk/PKGBUILD)
Deleted:
python-xlsxwriter/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-02 09:53:38 UTC (rev 588447)
+++ PKGBUILD 2020-03-02 09:53:40 UTC (rev 588448)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-xlsxwriter
-pkgver=1.2.7
-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=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz")
-sha256sums=('39e9aaa6a2326f81a2d458c3cceb09e54e1c61f39a01d505c367a9faa5cc5dba')
-
-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 588447, python-xlsxwriter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-02 09:53:40 UTC (rev 588448)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-xlsxwriter
+pkgver=1.2.8
+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=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz")
+sha256sums=('ca1645d759ca049c29c36a61a6b035402d64ef873f4f27f58dd9e58c050c8925')
+
+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