Date: Monday, April 10, 2023 @ 12:03:41
  Author: felixonmars
Revision: 1444163

archrelease: copy trunk to community-staging-any

Added:
  python-isoduration/repos/community-staging-any/PKGBUILD
    (from rev 1444162, python-isoduration/trunk/PKGBUILD)
Deleted:
  python-isoduration/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 12:03:35 UTC (rev 1444162)
+++ PKGBUILD    2023-04-10 12:03:41 UTC (rev 1444163)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-isoduration
-_pkgname="${pkgname#python-}"
-pkgver=20.11.0
-pkgrel=2
-pkgdesc='Operations with ISO 8601 durations'
-arch=('any')
-url='https://github.com/bolsote/isoduration'
-license=('ISC')
-depends=('python' 'python-arrow')
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-setuptools'
-)
-checkdepends=(
-  'python-pytest'
-  'python-pytest-benchmark'
-  'python-isodate'
-  'python-hypothesis'
-)
-_commit='f7316c5dad4d087d823795feaa401653906ac340'
-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"
-
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest -v
-}
-
-package() {
-  cd "$pkgname"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: python-isoduration/repos/community-staging-any/PKGBUILD (from rev 
1444162, python-isoduration/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 12:03:41 UTC (rev 1444163)
@@ -0,0 +1,57 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-isoduration
+_pkgname="${pkgname#python-}"
+pkgver=20.11.0
+pkgrel=3
+pkgdesc='Operations with ISO 8601 durations'
+arch=('any')
+url='https://github.com/bolsote/isoduration'
+license=('ISC')
+depends=('python' 'python-arrow')
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-setuptools'
+)
+checkdepends=(
+  'python-pytest'
+  'python-pytest-benchmark'
+  'python-isodate'
+  'python-hypothesis'
+)
+_commit='f7316c5dad4d087d823795feaa401653906ac340'
+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"
+
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest -v
+}
+
+package() {
+  cd "$pkgname"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to