Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: python3-sphinx-hawkmoth #6762

Merged
merged 6 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -9476,6 +9476,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
Loading