Date: Monday, April 17, 2023 @ 21:28:10
Author: arojas
Revision: 1447074
archrelease: copy trunk to community-staging-x86_64
Added:
hotdoc/repos/community-staging-x86_64/PKGBUILD
(from rev 1447073, hotdoc/trunk/PKGBUILD)
Deleted:
hotdoc/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-17 21:28:01 UTC (rev 1447073)
+++ PKGBUILD 2023-04-17 21:28:10 UTC (rev 1447074)
@@ -1,38 +0,0 @@
-# Contributor: Eli Schwartz <[email protected]>
-
-_pkgname=hotdoc
-pkgname=hotdoc
-pkgver=0.14.0
-pkgrel=3
-pkgdesc="the tastiest API documentation system"
-arch=('x86_64')
-url="https://github.com/${_pkgname}/${_pkgname}"
-license=('LGPL')
-_py_deps=('appdirs' 'charset-normalizer' 'dbus-deviation' 'lxml' 'networkx'
- 'pkgconfig' 'schema' 'toposort' 'wheezy-template' 'yaml' 'feedgen')
-depends=("${_py_deps[@]/#/python-}" 'json-glib')
-makedepends=('python-setuptools' 'python-build' 'python-installer'
- 'python-wheel' '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=('35538b39225713932dae8f35708d0fae2e1c3c4b65ad4021e066577def44bd5c')
-b2sums=('204163f8e6b6e5e379620f63ff0a592c1b6ecee48fd5612d6be7a6850d9ca8a954c2c5632bdc73ac55e3c6af47e24a2f6b2f2031e4378cd97ce6975ba3eaf559')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd ${pkgname}-${pkgver}/build/lib.linux-$CARCH-cpython-*
-
- python -m unittest
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- python -m installer --destdir="${pkgdir}" dist/*.whl
-}
Copied: hotdoc/repos/community-staging-x86_64/PKGBUILD (from rev 1447073,
hotdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-17 21:28:10 UTC (rev 1447074)
@@ -0,0 +1,38 @@
+# Contributor: Eli Schwartz <[email protected]>
+
+_pkgname=hotdoc
+pkgname=hotdoc
+pkgver=0.14.1
+pkgrel=2
+pkgdesc="the tastiest API documentation system"
+arch=('x86_64')
+url="https://github.com/${_pkgname}/${_pkgname}"
+license=('LGPL')
+_py_deps=('appdirs' 'charset-normalizer' 'dbus-deviation' 'lxml' 'networkx'
+ 'pkgconfig' 'schema' 'toposort' 'wheezy-template' 'yaml' 'feedgen')
+depends=("${_py_deps[@]/#/python-}" 'json-glib')
+makedepends=('python-setuptools' 'python-build' 'python-installer'
+ 'python-wheel' '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=('c11c7d9f495c4b20150f77393402f01f0ce0d9f650cb5f644a359d53f50b7982')
+b2sums=('4c0d8e8cad1246db90f13327b8d21edf8fea0aa79403a2e3370dff0a9a97e88d149e3b1fd16c0cb37df2c3d418b3662f2d6d789567c1bd208543007f83508c79')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd ${pkgname}-${pkgver}/build/lib.linux-$CARCH-cpython-*
+
+ python -m unittest
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ python -m installer --destdir="${pkgdir}" dist/*.whl
+}