Skip to content
Open
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
8 changes: 8 additions & 0 deletions srcpkgs/cppman/patches/bs4.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--- a/requirements.txt 2026-03-26 20:14:13.253264733 +0100
+++ b/requirements.txt 2026-03-26 20:14:24.588698198 +0100
@@ -1,5 +1,4 @@
beautifulsoup4==4.13.3
-bs4==0.0.2
html5lib==1.1
lxml==5.3.2
six==1.17.0
13 changes: 7 additions & 6 deletions srcpkgs/cppman/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'cppman'
pkgname=cppman
version=0.5.7
revision=2
version=0.6.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-BeautifulSoup4 python3-html5lib python3-lxml"
depends="python3-BeautifulSoup4 python3-html5lib python3-lxml python3-six
python3-soupsieve python3-typing_extensions python3-webencodings"
checkdepends="$depends"
short_desc="C++ 98/11/14 manual pages for Linux"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/aitjcize/cppman"
changelog="https://raw.githubusercontent.com/aitjcize/cppman/master/ChangeLog"
distfiles="https://github.com/aitjcize/cppman/archive/refs/tags/${version}.tar.gz"
checksum=df42088a9c8601289e18589aba3506a803eba8bb31446c183153de6936700526
changelog="https://raw.githubusercontent.com/aitjcize/cppman/refs/heads/main/ChangeLog"
distfiles="https://github.com/aitjcize/cppman/archive/refs/tags/v${version}.tar.gz"
checksum=2f8c3269de6649e1c030509ff8f675b096353a47a8f59e67b2fb053c9adfaf00

post_install() {
mv ${DESTDIR}/usr/share/bash-completion/completions/cppman{.bash,}
Expand Down