Date: Friday, May 12, 2023 @ 21:58:30
  Author: grawlinson
Revision: 1460135

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  118 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 21:57:49 UTC (rev 1460134)
+++ PKGBUILD    2023-05-12 21:58:30 UTC (rev 1460135)
@@ -1,59 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-whey
-pkgver=0.0.23
-pkgrel=2
-pkgdesc='A simple Python wheel builder for simple projects'
-arch=('any')
-url='https://whey.readthedocs.io/'
-license=('MIT')
-depends=(
-  'python'
-  'python-click'
-  'python-consolekit'
-  'python-dist-meta'
-  'python-dom-toml'
-  'python-domdf-python-tools'
-  'python-handy-archives'
-  'python-natsort'
-  'python-packaging'
-  'python-pyproject-parser'
-  'python-shippinglabel'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-setuptools'
-)
-optdepends=(
-  'python-docutils: readme functionality'
-  'python-readme-renderer: readme functionality'
-  'python-cmarkgfm: readme functionality'
-  'python-editables: editable installs'
-)
-_commit='ceeaccf9e0524a6d66ba3bbe7c96d509dca0d640'
-source=("$pkgname::git+https://github.com/repo-helper/whey#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-whey/repos/community-any/PKGBUILD (from rev 1460134, 
python-whey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-12 21:58:30 UTC (rev 1460135)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-whey
+pkgver=0.0.24
+pkgrel=1
+pkgdesc='A simple Python wheel builder for simple projects'
+arch=('any')
+url='https://whey.readthedocs.io/'
+license=('MIT')
+depends=(
+  'python'
+  'python-click'
+  'python-consolekit'
+  'python-dist-meta'
+  'python-dom-toml'
+  'python-domdf-python-tools'
+  'python-handy-archives'
+  'python-natsort'
+  'python-packaging'
+  'python-pyproject-parser'
+  'python-shippinglabel'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-setuptools'
+)
+optdepends=(
+  'python-docutils: readme functionality'
+  'python-readme-renderer: readme functionality'
+  'python-cmarkgfm: readme functionality'
+  'python-editables: editable installs'
+)
+_commit='fab291b973239e23c9bdc8a22d9714de43e6d0c9'
+source=("$pkgname::git+https://github.com/repo-helper/whey#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