Date: Thursday, May 11, 2023 @ 21:13:54
  Author: grawlinson
Revision: 1460008

archrelease: copy trunk to community-any

Added:
  python-dist-meta/repos/community-any/PKGBUILD
    (from rev 1460007, python-dist-meta/trunk/PKGBUILD)
Deleted:
  python-dist-meta/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-11 21:13:33 UTC (rev 1460007)
+++ PKGBUILD    2023-05-11 21:13:54 UTC (rev 1460008)
@@ -1,48 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-dist-meta
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='Parse and create Python distribution metadata'
-arch=('any')
-url='https://dist-meta.readthedocs.io/'
-license=('MIT')
-depends=(
-  'python'
-  'python-domdf-python-tools'
-  'python-handy-archives'
-  'python-packaging'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-setuptools'
-)
-#checkdepends=('')
-#optdepends=('')
-_commit='fc32a6abee90b5195eee4611a105e96f5b192245'
-source=("$pkgname::git+https://github.com/repo-helper/dist-meta#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-dist-meta/repos/community-any/PKGBUILD (from rev 1460007, 
python-dist-meta/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-11 21:13:54 UTC (rev 1460008)
@@ -0,0 +1,48 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-dist-meta
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Parse and create Python distribution metadata'
+arch=('any')
+url='https://dist-meta.readthedocs.io/'
+license=('MIT')
+depends=(
+  'python'
+  'python-domdf-python-tools'
+  'python-handy-archives'
+  'python-packaging'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-setuptools'
+)
+#checkdepends=('')
+#optdepends=('')
+_commit='6036a6fd75717632207677615f16c27da20258e9'
+source=("$pkgname::git+https://github.com/repo-helper/dist-meta#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