Date: Friday, May 12, 2023 @ 03:02:58
  Author: grawlinson
Revision: 1460045

archrelease: copy trunk to community-any

Added:
  python-dom-toml/repos/community-any/PKGBUILD
    (from rev 1460044, python-dom-toml/trunk/PKGBUILD)
Deleted:
  python-dom-toml/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 03:01:53 UTC (rev 1460044)
+++ PKGBUILD    2023-05-12 03:02:58 UTC (rev 1460045)
@@ -1,47 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-dom-toml
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="Dom's tools for Tom's Obvious, Minimal Language"
-arch=('any')
-url='https://dom_toml.readthedocs.io/'
-license=('MIT')
-depends=(
-  'python'
-  'python-domdf-python-tools'
-  'python-toml'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-flit-core'
-)
-#checkdepends=('')
-#optdepends=('')
-_commit='7066f70f13a5c6b15643a0a931d103f76cbb02d7'
-source=("$pkgname::git+https://github.com/domdfcoding/dom_toml#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-dom-toml/repos/community-any/PKGBUILD (from rev 1460044, 
python-dom-toml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-12 03:02:58 UTC (rev 1460045)
@@ -0,0 +1,47 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-dom-toml
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Dom's tools for Tom's Obvious, Minimal Language"
+arch=('any')
+url='https://dom_toml.readthedocs.io/'
+license=('MIT')
+depends=(
+  'python'
+  'python-domdf-python-tools'
+  'python-toml'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-flit-core'
+)
+#checkdepends=('')
+#optdepends=('')
+_commit='3f5a0d19225f29e8b5c3b982d61611693553ac89'
+source=("$pkgname::git+https://github.com/domdfcoding/dom_toml#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