From 8ddb094e52b4a7a02f65e5c68ea78fc3da2ad562 Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Thu, 26 Mar 2026 19:35:47 +0100 Subject: [PATCH] cppman: update to 0.6.0 --- srcpkgs/cppman/patches/bs4.patch | 8 ++++++++ srcpkgs/cppman/template | 13 +++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 srcpkgs/cppman/patches/bs4.patch diff --git a/srcpkgs/cppman/patches/bs4.patch b/srcpkgs/cppman/patches/bs4.patch new file mode 100644 index 00000000000000..0c878a6e305070 --- /dev/null +++ b/srcpkgs/cppman/patches/bs4.patch @@ -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 diff --git a/srcpkgs/cppman/template b/srcpkgs/cppman/template index b37f56faac2885..1942cbdbe82094 100644 --- a/srcpkgs/cppman/template +++ b/srcpkgs/cppman/template @@ -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 " 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,}