aboutsummaryrefslogtreecommitdiffstats
path: root/.extras
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-21 15:35:33 +0200
committerDanilo M. <danix@danix.xyz>2026-08-21 15:35:33 +0200
commitcb0cfdccf84a927335691ff21fac5efc16d3f5d6 (patch)
treecae3191fe9b873bc577c6c453bfe75871d82259b /.extras
parenta7ced294e1d3ab38aa210cbf2ab2c8809d7cef99 (diff)
downloadsbo-slackbuilds-cb0cfdccf84a927335691ff21fac5efc16d3f5d6.tar.gz
sbo-slackbuilds-cb0cfdccf84a927335691ff21fac5efc16d3f5d6.zip
Added python3-telethonHEADmaster
Diffstat (limited to '.extras')
-rw-r--r--.extras/nvchecker.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index c953560..9afeb41 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -53,3 +53,13 @@ prefix = "v"
source = "regex"
url = "https://apt.metasploit.com/"
regex = "metasploit-framework_([A-Za-z0-9._-]+)~.*_amd64.deb"
+
+# Tracked from the codeberg tags, matching DOWNLOAD: the PyPI sdist omits
+# telethon_generator/ and cannot be built from source. Codeberg is Forgejo,
+# so the gitea source works against it with a host override.
+[python3-telethon]
+source = "gitea"
+gitea = "Lonami/Telethon"
+host = "codeberg.org"
+use_max_tag = true
+prefix = "v"