[arch-commits] Commit in hotdoc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 30 19:02:22 UTC 2021


    Date: Thursday, September 30, 2021 @ 19:02:22
  Author: arojas
Revision: 1026213

archrelease: copy trunk to community-x86_64

Added:
  hotdoc/repos/community-x86_64/PKGBUILD
    (from rev 1026212, hotdoc/trunk/PKGBUILD)
Deleted:
  hotdoc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-30 19:02:13 UTC (rev 1026212)
+++ PKGBUILD	2021-09-30 19:02:22 UTC (rev 1026213)
@@ -1,37 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=hotdoc
-pkgname=hotdoc
-pkgver=0.13.4
-pkgrel=1
-pkgdesc="the tastiest API documentation system"
-arch=('x86_64')
-url="https://github.com/${_pkgname}/${_pkgname}"
-license=('LGPL')
-_py_deps=('appdirs' 'cchardet' 'dbus-deviation' 'lxml' 'networkx' 'pkgconfig'
-          'schema' 'toposort' 'wheezy-template' 'yaml')
-depends=("${_py_deps[@]/#/python-}" 'json-glib')
-makedepends=('python-setuptools' 'cmake')
-optdepends=('clang: for the C extension'
-            'llvm: for the C extension')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('2d917b20f084717ca607d39b4bc498292f9d170ddf3c94f21062cda7a3d5ab91')
-b2sums=('e9fa7d39970237a47c77d0c275fd84bf5ce3a446efabf810b23430ef06150d696e6ad223118fdd04632be297a0e564962cf3bbddafcfe9f3795036fbf0dc32a7')
-
-build() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    python setup.py build
-}
-
-check() {
-    cd "${srcdir}"/${pkgname}-${pkgver}/build/lib.linux-$CARCH-3*
-
-    python -m unittest
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: hotdoc/repos/community-x86_64/PKGBUILD (from rev 1026212, hotdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-30 19:02:22 UTC (rev 1026213)
@@ -0,0 +1,37 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=hotdoc
+pkgname=hotdoc
+pkgver=0.13.7
+pkgrel=1
+pkgdesc="the tastiest API documentation system"
+arch=('x86_64')
+url="https://github.com/${_pkgname}/${_pkgname}"
+license=('LGPL')
+_py_deps=('appdirs' 'cchardet' 'dbus-deviation' 'lxml' 'networkx' 'pkgconfig'
+          'schema' 'toposort' 'wheezy-template' 'yaml')
+depends=("${_py_deps[@]/#/python-}" 'json-glib')
+makedepends=('python-setuptools' 'cmake')
+optdepends=('clang: for the C extension'
+            'llvm: for the C extension')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('1123a659e2c94972c32813ec301191d333db24712a83f7e3d06dd58d47cf0098')
+b2sums=('89a2f2797d8f4ef3a004b37feb29a22d251d2d728d3695da1688dbce58257897305be92ae95397154fb5f8cb8e295e46f7f880bfcfe3266c94ab9c6b30501e94')
+
+build() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    python setup.py build
+}
+
+check() {
+    cd "${srcdir}"/${pkgname}-${pkgver}/build/lib.linux-$CARCH-3*
+
+    python -m unittest
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list