[arch-commits] Commit in python-xlsxwriter/repos/community-any (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sat Dec 7 12:15:51 UTC 2019
Date: Saturday, December 7, 2019 @ 12:15:50
Author: aginiewicz
Revision: 536276
archrelease: copy trunk to community-any
Added:
python-xlsxwriter/repos/community-any/PKGBUILD
(from rev 536275, python-xlsxwriter/trunk/PKGBUILD)
Deleted:
python-xlsxwriter/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-07 12:15:48 UTC (rev 536275)
+++ PKGBUILD 2019-12-07 12:15:50 UTC (rev 536276)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname='python-xlsxwriter'
-pkgver=1.2.2
-pkgrel=2
-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=('227279fa4389808b8b894830dfc4e0ae3f3055e81767677a24ee8da03527a98e')
-
-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 536275, python-xlsxwriter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-07 12:15:50 UTC (rev 536276)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-xlsxwriter
+pkgver=1.2.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=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz")
+sha256sums=('79ceee888be5352bede823a1fa5858eb7024e4b1d0d4d5763f7b7a5c8ff19950')
+
+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