Date: Wednesday, April 5, 2023 @ 08:39:35
Author: grawlinson
Revision: 1436603
archrelease: copy trunk to community-any
Added:
python-xlsxwriter/repos/community-any/PKGBUILD
(from rev 1436601, python-xlsxwriter/trunk/PKGBUILD)
Deleted:
python-xlsxwriter/repos/community-any/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-05 08:39:17 UTC (rev 1436602)
+++ PKGBUILD 2023-04-05 08:39:35 UTC (rev 1436603)
@@ -1,48 +0,0 @@
-# Maintainer: Andrzej Giniewicz <[email protected]>
-# Contributor: George Rawlinson <[email protected]>
-
-pkgname=python-xlsxwriter
-pkgver=3.0.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=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-wheel'
- 'python-setuptools'
-)
-_commit='fdc7771173384efa71044885ff59493740498194'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^RELEASE_//'
-}
-
-build() {
- cd "$pkgname"
-
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "$pkgname"
-
- python -m unittest discover
-}
-
-package() {
- cd "$pkgname"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
-}
Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 1436601,
python-xlsxwriter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-05 08:39:35 UTC (rev 1436603)
@@ -0,0 +1,48 @@
+# Maintainer: Andrzej Giniewicz <[email protected]>
+# Contributor: George Rawlinson <[email protected]>
+
+pkgname=python-xlsxwriter
+pkgver=3.0.9
+pkgrel=1
+pkgdesc='A Python module for creating Excel XLSX files'
+arch=('any')
+url='https://github.com/jmcnamara/XlsxWriter'
+license=('BSD')
+depends=('python')
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-installer'
+ 'python-wheel'
+ 'python-setuptools'
+)
+_commit='fc0ddff3d908aa8939226d95dc8265f5d718f1b9'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^RELEASE_//'
+}
+
+build() {
+ cd "$pkgname"
+
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "$pkgname"
+
+ python -m unittest discover
+}
+
+package() {
+ cd "$pkgname"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
+}