repo/proj/guru:dev commit in: net-client/offpunk/
"Anna Vyalkova" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786110924.82e9720d20b15d6622231e5637ba37ed2e7062db.cybertailor@gentoo> |
commit: 82e9720d20b15d6622231e5637ba37ed2e7062db
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Aug 7 13:37:36 2026 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Aug 7 13:55:24 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82e9720d
net-client/offpunk: add 3.2, drop old
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-client/offpunk/Manifest | 3 +-
net-client/offpunk/offpunk-2.7.1.ebuild | 45 ----------------------
.../{offpunk-2.8.ebuild => offpunk-3.2.ebuild} | 10 +++--
3 files changed, 7 insertions(+), 51 deletions(-)
diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
index 0ab4c735ec..f4a1846ad3 100644
--- a/net-client/offpunk/Manifest
+++ b/net-client/offpunk/Manifest
@@ -1,3 +1,2 @@
-DIST offpunk-2.7.1.tar.gz 1027067 BLAKE2B b0c352765d2dee411a98c0addd4e9772127d30d93779a3bd6d846d5e15509ae3cedacfb3ba952889c692ddcf7970e831b4312f2a76ee5babe4ca190044646332 SHA512 401c3ddd6201a9ea5f9b01cbbb3ae6655b3183b9c9728e18f351dff2f7e02987dab5160502dce14dc79a54083b590735fe8b2c7de8d264222f463ffc50c51592
-DIST offpunk-2.8.tar.gz 1028091 BLAKE2B c18909ca4b10e5ecf40e37079de657f115c356bccf0128cc0b7659a731e7656a0c6e506b445cee341a629524abdd77de6ccdf0f34ffd69b8eef4710dfb589055 SHA512 e062bbef4cbe77527e8f824a40c29edb59cdedeafea80fb6d0e2c98a76366ecd11b32b2196a770a51cd203f54c27eb3f8f5cceee235e181191ab6761a08dccbf
DIST offpunk-3.0.tar.gz 1117042 BLAKE2B 3e22d699cbf96e6ef2421a7275a6935760bf1f79a8b9e2e9ba3bb6d7027b929f9b06fbcf7433c8368b75ff761073813053c6c7f669b0d70a0c120c50fe5fa4f5 SHA512 1f6e0972b975c7a8cda1591dc99dbe3b6bbf715efbb932b424a40789b355bef9b86cda3c2203a931132d9b33199de5da9cb57f515a70d1ddc05d8c7557b17498
+DIST offpunk-3.2.tar.gz 1191304 BLAKE2B 31817914c2f3797d928d400acc41987f141a2d840c094ec5fcfffce88ee7708db99c9599e151e2e4e41e056084f324665e1da83c3b05f586df7013f017f74ef6 SHA512 e061070922bc1fbb9e92d0364af04d9d79957d8860dffb11f1ddbdec4e9d2837ca8fcdc74beb07abbaa6a0d48b05c9482123a207462bb1f0b418a09ee992f64d
diff --git a/net-client/offpunk/offpunk-2.7.1.ebuild b/net-client/offpunk/offpunk-2.7.1.ebuild
deleted file mode 100644
index 99031b9b11..0000000000
--- a/net-client/offpunk/offpunk-2.7.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{12..14} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=hatchling
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Offline-First Gemini/Web/Gopher/RSS reader and browser"
-HOMEPAGE="
- https://offpunk.net/
- https://sr.ht/~lioploum/offpunk/
-"
-SRC_URI="https://git.sr.ht/~lioploum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DOCS=( doc/. CHANGELOG CONTRIBUTORS README.md TODO )
-
-EPYTEST_PLUGINS=( pytest-mock )
-
-distutils_enable_tests pytest
-
-src_install() {
- distutils-r1_src_install
- doman man/*
-}
-
-pkg_postinst() {
- optfeature "HTML support" "dev-python/beautifulsoup4 dev-python/readability-lxml"
- optfeature "HTTP support" dev-python/requests
- optfeature "RSS/Atom feed support" dev-python/feedparser
- optfeature "Wayland clipboard support" gui-apps/wl-clipboard
- optfeature "X11 clipboard support" x11-misc/xsel x11-misc/xclip
- optfeature "XDG support" x11-misc/xdg-utils
- optfeature "better TOFU certificate validation" dev-python/cryptography
- optfeature "custom process title support" dev-python/setproctitle
- optfeature "inline images support" media-gfx/chafa media-gfx/timg
- optfeature "text encoding detection" dev-python/chardet
-}
diff --git a/net-client/offpunk/offpunk-2.8.ebuild b/net-client/offpunk/offpunk-3.2.ebuild
similarity index 82%
rename from net-client/offpunk/offpunk-2.8.ebuild
rename to net-client/offpunk/offpunk-3.2.ebuild
index a845316669..01a71dfc88 100644
--- a/net-client/offpunk/offpunk-2.8.ebuild
+++ b/net-client/offpunk/offpunk-3.2.ebuild
@@ -20,7 +20,9 @@ LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
-DOCS=( doc/. CHANGELOG CONTRIBUTORS README.md TODO )
+DOCS=( CHANGELOG CONTRIBUTORS README.md )
+
+BDEPEND="sys-devel/gettext"
EPYTEST_PLUGINS=( pytest-mock )
@@ -33,13 +35,13 @@ src_install() {
pkg_postinst() {
optfeature "HTML support" "dev-python/beautifulsoup4 dev-python/readability-lxml"
- optfeature "HTTP support" dev-python/requests
+ optfeature "HTTP/HTTPS/Gopher support" net-misc/curl
optfeature "RSS/Atom feed support" dev-python/feedparser
optfeature "Wayland clipboard support" gui-apps/wl-clipboard
optfeature "X11 clipboard support" x11-misc/xsel x11-misc/xclip
optfeature "XDG support" x11-misc/xdg-utils
optfeature "better TOFU certificate validation" dev-python/cryptography
optfeature "custom process title support" dev-python/setproctitle
- optfeature "inline images support" media-gfx/chafa media-gfx/timg
- optfeature "text encoding detection" dev-python/chardet
+ optfeature "inline images support" media-gfx/chafa
+ optfeature "text encoding detection" dev-python/charset-normalizer
}