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

Eli Schwartz eschwartz at archlinux.org
Mon Mar 15 02:26:18 UTC 2021


    Date: Monday, March 15, 2021 @ 02:26:18
  Author: eschwartz
Revision: 891371

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 02:26:03 UTC (rev 891370)
+++ PKGBUILD	2021-03-15 02:26:18 UTC (rev 891371)
@@ -1,45 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=hotdoc
-pkgname=hotdoc
-pkgver=0.13.2
-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=('243bc53fa8ed321b00066a673ab518e0e63c6d34bdd78eab56c68ecceb967916')
-b2sums=('cfe4d1bbb9ea912af9efadfd332dd29c731bd2c3db471e5fd1eb1b659af3810bcdec7b6a9be73a03b3c7fe65558f0a352eadbe2573dcec6c11579c75b33f28dd')
-
-prepare() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    # remove crucial file that isn't in git and crucially prints '42' when imported
-    # (just kidding, the sdist accidentally disted it)
-    rm hotdoc/foo.py
-}
-
-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 891370, hotdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-15 02:26:18 UTC (rev 891371)
@@ -0,0 +1,37 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=hotdoc
+pkgname=hotdoc
+pkgver=0.13.3
+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=('226042da44a7a710316112fba1083c3165fe26bdfd701835569934c077a95cb1')
+b2sums=('bb01759ca7029f4fed448643316301c058fc81cc315d37b9bbddb9df117955c33ca5800c1e81eee8174e9e31f882dd0166d38fa23c59f8f6a3ee2d0528885a41')
+
+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