[arch-commits] Commit in python-sphinx-autodoc-typehints/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Sat Nov 2 22:31:05 UTC 2019


    Date: Saturday, November 2, 2019 @ 22:31:04
  Author: felixonmars
Revision: 522322

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx-autodoc-typehints/repos/community-staging-any/PKGBUILD
    (from rev 522321, python-sphinx-autodoc-typehints/trunk/PKGBUILD)
Deleted:
  python-sphinx-autodoc-typehints/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-02 22:30:49 UTC (rev 522321)
+++ PKGBUILD	2019-11-02 22:31:04 UTC (rev 522322)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-sphinx-autodoc-typehints
-_pyname=${pkgname/python-/}
-_gitcommit=a1afbaba3067aee273ec0b14036e0f4ac44f79a9
-pkgver=1.8.0
-pkgrel=2
-pkgdesc='Type hints support for the Sphinx autodoc extension'
-url='https://github.com/agronholm/sphinx-autodoc-typehints'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-sphinx' 'python-typing_extensions')
-makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
-checkdepends=('python-pytest')
-source=("git+https://github.com/agronholm/sphinx-autodoc-typehints#commit=${_gitcommit}")
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${_pyname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd ${_pyname}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}
-  PYTHONPATH=. py.test -k 'not test_sphinx_output'
-}
-
-package() {
-  cd ${_pyname}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sphinx-autodoc-typehints/repos/community-staging-any/PKGBUILD (from rev 522321, python-sphinx-autodoc-typehints/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-02 22:31:04 UTC (rev 522322)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-sphinx-autodoc-typehints
+_pyname=${pkgname/python-/}
+_gitcommit=a1afbaba3067aee273ec0b14036e0f4ac44f79a9
+pkgver=1.8.0
+pkgrel=3
+pkgdesc='Type hints support for the Sphinx autodoc extension'
+url='https://github.com/agronholm/sphinx-autodoc-typehints'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-sphinx' 'python-typing_extensions')
+makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
+checkdepends=('python-pytest')
+source=("git+https://github.com/agronholm/sphinx-autodoc-typehints#commit=${_gitcommit}")
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${_pyname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${_pyname}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}
+  PYTHONPATH=. py.test -k 'not test_sphinx_output'
+}
+
+package() {
+  cd ${_pyname}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list