Date: Tuesday, April 25, 2023 @ 19:34:47
Author: polyzen
Revision: 1448727
archrelease: copy trunk to community-any
Added:
python-sphinx-autodoc-typehints/repos/community-any/PKGBUILD
(from rev 1448726, python-sphinx-autodoc-typehints/trunk/PKGBUILD)
Deleted:
python-sphinx-autodoc-typehints/repos/community-any/PKGBUILD
----------+
PKGBUILD | 69 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-25 19:34:28 UTC (rev 1448726)
+++ PKGBUILD 2023-04-25 19:34:47 UTC (rev 1448727)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-sphinx-autodoc-typehints
-_pyname=${pkgname/python-/}
-pkgver=1.19.5
-pkgrel=2
-pkgdesc='Type hints support for the Sphinx autodoc extension'
-url='https://github.com/tox-dev/sphinx-autodoc-typehints'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-sphinx' 'python-typing_extensions')
-makedepends=('git' 'python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
-checkdepends=('python-pytest' 'python-sphobjinv' 'python-nptyping')
-source=("git+$url.git#tag=${pkgver}")
-sha512sums=('SKIP')
-
-build() {
- cd ${_pyname}
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd ${_pyname}
- PYTHONPATH="$PWD/src" pytest
-}
-
-package() {
- cd ${_pyname}
- python -m installer --destdir="${pkgdir}" dist/*.whl
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-sphinx-autodoc-typehints/repos/community-any/PKGBUILD (from rev
1448726, python-sphinx-autodoc-typehints/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-25 19:34:47 UTC (rev 1448727)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-sphinx-autodoc-typehints
+_pyname=${pkgname/python-/}
+_commit=09197b80cd5a5aa3a3a7a69fcea4d0ca410d1e9f
+pkgver=1.23.0
+pkgrel=1
+pkgdesc='Type hints support for the Sphinx autodoc extension'
+url='https://github.com/tox-dev/sphinx-autodoc-typehints'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-sphinx' 'python-typing_extensions')
+makedepends=('git' 'python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
+checkdepends=('python-pytest' 'python-sphobjinv' 'python-nptyping')
+source=("git+$url.git#commit=${_commit}")
+sha512sums=('SKIP')
+
+build() {
+ cd ${_pyname}
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd ${_pyname}
+ PYTHONPATH="$PWD/src" pytest
+}
+
+package() {
+ cd ${_pyname}
+ python -m installer --destdir="${pkgdir}" dist/*.whl
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: