Date: Friday, May 12, 2023 @ 21:52:49
Author: grawlinson
Revision: 1460131
archrelease: copy trunk to community-any
Added:
python-shippinglabel/repos/community-any/PKGBUILD
(from rev 1460130, python-shippinglabel/trunk/PKGBUILD)
Deleted:
python-shippinglabel/repos/community-any/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-12 21:52:04 UTC (rev 1460130)
+++ PKGBUILD 2023-05-12 21:52:49 UTC (rev 1460131)
@@ -1,52 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-shippinglabel
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Utilities for handling Python packages'
-arch=('any')
-url='https://shippinglabel.readthedocs.io/'
-license=('MIT')
-depends=(
- 'python'
- 'python-apeye'
- 'python-dist-meta'
- 'python-dom-toml'
- 'python-domdf-python-tools'
- 'python-packaging'
- 'python-platformdirs'
- 'python-typing-extensions'
-)
-makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-wheel'
- 'python-setuptools'
-)
-#checkdepends=('')
-#optdepends=('')
-_commit='c61c0a2060f13ce7e51d3c68b5a3f322bc4efbfd'
-source=("$pkgname::git+https://github.com/domdfcoding/shippinglabel#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd "$pkgname"
-
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd "$pkgname"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
Copied: python-shippinglabel/repos/community-any/PKGBUILD (from rev 1460130,
python-shippinglabel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-12 21:52:49 UTC (rev 1460131)
@@ -0,0 +1,52 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-shippinglabel
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Utilities for handling Python packages'
+arch=('any')
+url='https://shippinglabel.readthedocs.io/'
+license=('MIT')
+depends=(
+ 'python'
+ 'python-apeye'
+ 'python-dist-meta'
+ 'python-dom-toml'
+ 'python-domdf-python-tools'
+ 'python-packaging'
+ 'python-platformdirs'
+ 'python-typing-extensions'
+)
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-installer'
+ 'python-wheel'
+ 'python-setuptools'
+)
+#checkdepends=('')
+#optdepends=('')
+_commit='b6add8beeaf906b45de96b156c6990182bec28c9'
+source=("$pkgname::git+https://github.com/domdfcoding/shippinglabel#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd "$pkgname"
+
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd "$pkgname"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}