Date: Friday, May 12, 2023 @ 03:04:17
  Author: grawlinson
Revision: 1460047

archrelease: copy trunk to community-any

Added:
  python-domdf-python-tools/repos/community-any/PKGBUILD
    (from rev 1460046, python-domdf-python-tools/trunk/PKGBUILD)
Deleted:
  python-domdf-python-tools/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 03:03:17 UTC (rev 1460046)
+++ PKGBUILD    2023-05-12 03:04:17 UTC (rev 1460047)
@@ -1,49 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-domdf-python-tools
-pkgver=3.6.0
-pkgrel=2
-pkgdesc='Helpful functions for Python'
-arch=('any')
-url='https://domdf_python_tools.readthedocs.io/'
-license=('MIT')
-# double check if the importlib packages are actually required
-depends=(
-  'python'
-  'python-natsort'
-  'python-typing_extensions'
-  'python-pandas'
-  'python-importlib-metadata'
-  'python-importlib_resources'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-setuptools'
-)
-_commit='8c9abd67c8669cfe21fefe5f4588a67dfe2e63af'
-source=("$pkgname::git+https://github.com/domdfcoding/domdf_python_tools#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-domdf-python-tools/repos/community-any/PKGBUILD (from rev 
1460046, python-domdf-python-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-12 03:04:17 UTC (rev 1460047)
@@ -0,0 +1,49 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-domdf-python-tools
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='Helpful functions for Python'
+arch=('any')
+url='https://domdf-python-tools.readthedocs.io'
+license=('MIT')
+# double check if the importlib packages are actually required
+depends=(
+  'python'
+  'python-natsort'
+  'python-typing_extensions'
+  'python-pandas'
+  'python-importlib-metadata'
+  'python-importlib_resources'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-setuptools'
+)
+_commit='d01397ae9995b0b72d5ca9f722bca36cda55b4ef'
+source=("$pkgname::git+https://github.com/domdfcoding/domdf_python_tools#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
+}

Reply via email to