Skip to content

Commit

Permalink
add: python3-sphinx-hawkmoth (#6762)
Browse files Browse the repository at this point in the history
pacdeps: python3-editables

---------

Co-authored-by: xdavius <[email protected]>
  • Loading branch information
Xdavius and xdavius authored Jan 14, 2025
1 parent d222308 commit fa1fb5d
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ python3-levenshtein-deb
python3-material-color-utilities
python3-moddb
python3-pypresence
python3-sphinx-hawkmoth
python3-vkbasalt-cli
python3-zombie-imp
qogir-gtk-theme-bin
Expand Down
25 changes: 25 additions & 0 deletions packages/python3-sphinx-hawkmoth/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
pkgbase = python3-sphinx-hawkmoth
gives = python3-sphinx-hawkmoth
pkgver = 0.19.0
pkgrel = 2
pkgdesc = Sphinx autodoc C extension
url = https://github.com/jnikula/hawkmoth
arch = any
depends = clang
depends = python3
depends = python3-docutils
depends = python3-sphinx
depends = python3-clang
makedepends = git
makedepends = python3-build
makedepends = python3-hatchling
makedepends = python3-installer
makedepends = python3-setuptools
makedepends = python3-wheel
pacdeps = python3-editables
license = BSD-2-Clause
maintainer = xdavius <[email protected]>
source = python3-sphinx-hawkmoth::https://github.com/jnikula/hawkmoth/archive/refs/tags/v0.19.0.tar.gz
sha256sums = 998b1d031383b8993b20622f851b88e787a71c0ece41f86d996c1402a3ef42ae

pkgname = python3-sphinx-hawkmoth
25 changes: 25 additions & 0 deletions packages/python3-sphinx-hawkmoth/python3-sphinx-hawkmoth.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
pkgname=python3-sphinx-hawkmoth
gives=python3-sphinx-hawkmoth
pkgver=0.19.0
pkgrel=2
pkgdesc='Sphinx autodoc C extension'
url='https://github.com/jnikula/hawkmoth'
arch=("any")
license=('BSD-2-Clause')
maintainer=("xdavius <[email protected]>")
depends=('clang' 'python3' 'python3-docutils' 'python3-sphinx' 'python3-clang')
makedepends=('git' 'python3-build' 'python3-hatchling' 'python3-installer' 'python3-setuptools' 'python3-wheel')
pacdeps=("python3-editables")
source=("${pkgname}::https://github.com/jnikula/hawkmoth/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('998b1d031383b8993b20622f851b88e787a71c0ece41f86d996c1402a3ef42ae')

build() {
cd "hawkmoth-${pkgver}"
python3 -m build --wheel --no-isolation
}

package() {
cd "hawkmoth-${pkgver}"
python3 -m installer --destdir="${pkgdir}" dist/*.whl
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
26 changes: 26 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -9480,6 +9480,32 @@ pkgbase = python3-pypresence

pkgname = python3-pypresence
---
pkgbase = python3-sphinx-hawkmoth
gives = python3-sphinx-hawkmoth
pkgver = 0.19.0
pkgrel = 2
pkgdesc = Sphinx autodoc C extension
url = https://github.com/jnikula/hawkmoth
arch = any
depends = clang
depends = python3
depends = python3-docutils
depends = python3-sphinx
depends = python3-clang
makedepends = git
makedepends = python3-build
makedepends = python3-hatchling
makedepends = python3-installer
makedepends = python3-setuptools
makedepends = python3-wheel
pacdeps = python3-editables
license = BSD-2-Clause
maintainer = xdavius <[email protected]>
source = python3-sphinx-hawkmoth::https://github.com/jnikula/hawkmoth/archive/refs/tags/v0.19.0.tar.gz
sha256sums = 998b1d031383b8993b20622f851b88e787a71c0ece41f86d996c1402a3ef42ae

pkgname = python3-sphinx-hawkmoth
---
pkgbase = python3-vkbasalt-cli
pkgver = 3.1.1
pkgdesc = Command-line utility for vkBasalt
Expand Down

0 comments on commit fa1fb5d

Please sign in to comment.