Date: Tuesday, May 16, 2023 @ 02:05:46
  Author: grawlinson
Revision: 1461894

archrelease: copy trunk to community-any

Added:
  python-poetry-dynamic-versioning/repos/community-any/PKGBUILD
    (from rev 1461893, python-poetry-dynamic-versioning/trunk/PKGBUILD)
Deleted:
  python-poetry-dynamic-versioning/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  117 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 60 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-16 02:04:39 UTC (rev 1461893)
+++ PKGBUILD    2023-05-16 02:05:46 UTC (rev 1461894)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-poetry-dynamic-versioning
-pkgver=0.21.4
-pkgrel=1
-pkgdesc='Plugin for Poetry to enable dynamic versioning based on VCS tags'
-arch=('any')
-url='https://github.com/mtkennerly/poetry-dynamic-versioning'
-license=('MIT')
-depends=(
-  'python'
-  'python-dunamai'
-  'python-tomlkit'
-  'python-jinja'
-  'python-poetry'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-poetry-core'
-)
-checkdepends=(
-  'python-pytest'
-  'python-pytest-cov'
-)
-_commit='dcfcbb7519d790c7934cc3e204bab7f9de187b02'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # integration tests are sketchy
-  pytest -v tests/test_unit.py
-}
-
-package() {
-  cd "$pkgname"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: python-poetry-dynamic-versioning/repos/community-any/PKGBUILD (from rev 
1461893, python-poetry-dynamic-versioning/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-16 02:05:46 UTC (rev 1461894)
@@ -0,0 +1,60 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-poetry-dynamic-versioning
+pkgver=0.21.5
+pkgrel=1
+pkgdesc='Plugin for Poetry to enable dynamic versioning based on VCS tags'
+arch=('any')
+url='https://github.com/mtkennerly/poetry-dynamic-versioning'
+license=('MIT')
+depends=(
+  'python'
+  'python-dunamai'
+  'python-tomlkit'
+  'python-jinja'
+  'python-poetry'
+  'python-cleo'
+  'python-poetry-core'
+  'python-packaging'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-poetry-core'
+)
+checkdepends=(
+  'python-pytest'
+  'python-pytest-cov'
+)
+_commit='1ba52145bc6645e7efc049b0fb550acfd073780e'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # integration tests are sketchy
+  pytest -v tests/test_unit.py
+}
+
+package() {
+  cd "$pkgname"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to