Date: Friday, May 12, 2023 @ 01:08:35
  Author: grawlinson
Revision: 1460037

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 01:07:34 UTC (rev 1460036)
+++ PKGBUILD    2023-05-12 01:08:35 UTC (rev 1460037)
@@ -1,42 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-autodocsumm
-pkgver=0.2.10
-pkgrel=2
-pkgdesc='Extending your autodoc API docs with a summary'
-arch=('any')
-url='https://github.com/Chilipp/autodocsumm'
-license=('Apache')
-depends=(
-  'python'
-  'python-sphinx'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-setuptools'
-  'python-versioneer'
-)
-_commit='8ce14128954192f2b23850e9d23a4ac83b82af1e'
-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
-}
-
-package() {
-  cd "$pkgname"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: python-autodocsumm/repos/community-any/PKGBUILD (from rev 1460036, 
python-autodocsumm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-12 01:08:35 UTC (rev 1460037)
@@ -0,0 +1,43 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-autodocsumm
+pkgver=0.2.11
+pkgrel=1
+pkgdesc='Extending your autodoc API docs with a summary'
+arch=('any')
+url='https://github.com/Chilipp/autodocsumm'
+license=('Apache')
+depends=(
+  'python'
+  'python-docutils'
+  'python-sphinx'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-setuptools'
+  'python-versioneer'
+)
+_commit='7009e5ec0de58ac2675269829ca602447113d6e2'
+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
+}
+
+package() {
+  cd "$pkgname"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}

Reply via email to