summaryrefslogtreecommitdiff
path: root/dev-python/python-telegram-bot
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-telegram-bot')
-rw-r--r--dev-python/python-telegram-bot/metadata.xml17
-rw-r--r--dev-python/python-telegram-bot/python-telegram-bot-22.7.ebuild2
-rw-r--r--dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild2
3 files changed, 10 insertions, 11 deletions
diff --git a/dev-python/python-telegram-bot/metadata.xml b/dev-python/python-telegram-bot/metadata.xml
index 220e7f12e29d..1670d41474fa 100644
--- a/dev-python/python-telegram-bot/metadata.xml
+++ b/dev-python/python-telegram-bot/metadata.xml
@@ -1,11 +1,10 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">python-telegram-bot/python-telegram-bot</remote-id>
- <doc>https://docs.python-telegram-bot.org/en/stable/</doc>
- <bugs-to>https://github.com/python-telegram-bot/python-telegram-bot/issues</bugs-to>
- <changelog>https://python-telegram-bot.readthedocs.io/en/stable/changelog.html</changelog>
- </upstream>
+ <upstream>
+ <doc>https://docs.python-telegram-bot.org/en/stable/</doc>
+ <bugs-to>https://github.com/python-telegram-bot/python-telegram-bot/issues</bugs-to>
+ <changelog>https://python-telegram-bot.readthedocs.io/en/stable/changelog.html</changelog>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
</pkgmetadata>
diff --git a/dev-python/python-telegram-bot/python-telegram-bot-22.7.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-22.7.ebuild
index 6e33b05c00df..66517b946d7e 100644
--- a/dev-python/python-telegram-bot/python-telegram-bot-22.7.ebuild
+++ b/dev-python/python-telegram-bot/python-telegram-bot-22.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1 optfeature
diff --git a/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild
index 1be846f60f94..e37e71b9e28f 100644
--- a/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild
+++ b/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1 optfeature
DESCRIPTION="Python wrapper of telegram bots API"