Date: Wednesday, March 29, 2023 @ 20:47:31
  Author: alerque
Revision: 1430315

archrelease: copy trunk to community-any

Added:
  python-pydyf/repos/community-any/PKGBUILD
    (from rev 1430314, python-pydyf/trunk/PKGBUILD)
Deleted:
  python-pydyf/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-29 20:47:21 UTC (rev 1430314)
+++ PKGBUILD    2023-03-29 20:47:31 UTC (rev 1430315)
@@ -1,51 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-pydyf
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='A low-level PDF generator'
-arch=('any')
-url='https://www.courtbouillon.org/pydyf'
-license=('BSD')
-depends=('python')
-makedepends=(
-  'git'
-  'python-build'
-  'python-flit-core'
-  'python-installer'
-)
-checkdepends=(
-  'python-pytest'
-  'python-pillow'
-  'ghostscript'
-)
-_commit='4694659d31e3c844d2c0d89f230b709f62d752b5'
-source=("$pkgname::git+https://github.com/CourtBouillon/pydyf.git#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"
-
-  pytest
-}
-
-package() {
-  cd "$pkgname"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: python-pydyf/repos/community-any/PKGBUILD (from rev 1430314, 
python-pydyf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-29 20:47:31 UTC (rev 1430315)
@@ -0,0 +1,51 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-pydyf
+_commit='33fe462cc7f068fe928896264d189a4d94fcfdbc'
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='A low-level PDF generator'
+arch=('any')
+url='https://www.courtbouillon.org/pydyf'
+license=('BSD')
+depends=('python')
+makedepends=(
+  'git'
+  'python-build'
+  'python-flit-core'
+  'python-installer'
+)
+checkdepends=(
+  'python-pytest'
+  'python-pillow'
+  'ghostscript'
+)
+source=("$pkgname::git+https://github.com/CourtBouillon/pydyf.git#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"
+
+  pytest
+}
+
+package() {
+  cd "$pkgname"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to