Date: Friday, May 12, 2023 @ 03:01:07
  Author: grawlinson
Revision: 1460043

archrelease: copy trunk to community-any

Added:
  python-apeye-core/repos/community-any/PKGBUILD
    (from rev 1460042, python-apeye-core/trunk/PKGBUILD)
Deleted:
  python-apeye-core/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 03:00:16 UTC (rev 1460042)
+++ PKGBUILD    2023-05-12 03:01:07 UTC (rev 1460043)
@@ -1,46 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-apeye-core
-pkgver=1.1.0
-pkgrel=2
-pkgdesc='Core (offline) functionality for the apeye library'
-arch=('any')
-url='https://github.com/domdfcoding/apeye-core'
-license=('MIT')
-depends=(
-  'python'
-  'python-domdf-python-tools'
-  'python-idna'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-hatch-requirements-txt'
-)
-#checkdepends=('')
-#optdepends=('')
-_commit='6d41d1bf4f53f0a615f601f4f276d83a5d8dda1e'
-source=("$pkgname::git+https://github.com/domdfcoding/apeye-core#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-apeye-core/repos/community-any/PKGBUILD (from rev 1460042, 
python-apeye-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-12 03:01:07 UTC (rev 1460043)
@@ -0,0 +1,46 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-apeye-core
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='Core (offline) functionality for the apeye library'
+arch=('any')
+url='https://github.com/domdfcoding/apeye-core'
+license=('MIT')
+depends=(
+  'python'
+  'python-domdf-python-tools'
+  'python-idna'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-hatch-requirements-txt'
+)
+#checkdepends=('')
+#optdepends=('')
+_commit='1cdc69645af33307bafc4089ab8ec8f761553e35'
+source=("$pkgname::git+https://github.com/domdfcoding/apeye-core#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