summaryrefslogtreecommitdiff
path: root/dev-python/github3-py
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/github3-py')
-rw-r--r--dev-python/github3-py/github3-py-4.0.1.ebuild2
-rw-r--r--dev-python/github3-py/metadata.xml21
2 files changed, 10 insertions, 13 deletions
diff --git a/dev-python/github3-py/github3-py-4.0.1.ebuild b/dev-python/github3-py/github3-py-4.0.1.ebuild
index 61a24dfb7a9e..3dff9efcc5ba 100644
--- a/dev-python/github3-py/github3-py-4.0.1.ebuild
+++ b/dev-python/github3-py/github3-py-4.0.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1 pypi
diff --git a/dev-python/github3-py/metadata.xml b/dev-python/github3-py/metadata.xml
index b418a1191050..67ef292383d3 100644
--- a/dev-python/github3-py/metadata.xml
+++ b/dev-python/github3-py/metadata.xml
@@ -1,19 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>nicolasbock@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>nicolasbock@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
github3.py is wrapper for the GitHub API written in python. The design
of github3.py is centered around having a logical organization of the
methods needed to interact with the API.
</longdescription>
- <upstream>
- <remote-id type="github">sigmavirus24/github3.py</remote-id>
- <remote-id type="pypi">github3.py</remote-id>
- </upstream>
+ <origin>baldeagleos-repo</origin>
</pkgmetadata>