diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-17 12:56:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-17 12:58:43 +0100 |
commit | 6d41a7e51dd49b109390128aec45678b6ddd5836 (patch) | |
tree | 5685d8fde8b33effa61840272bb2b465750b17d2 /dev-python/github3-py/metadata.xml | |
parent | dev-python/github3: Add MY_P prior to rename (diff) | |
download | gentoo-6d41a7e51dd49b109390128aec45678b6ddd5836.tar.gz gentoo-6d41a7e51dd49b109390128aec45678b6ddd5836.tar.bz2 gentoo-6d41a7e51dd49b109390128aec45678b6ddd5836.zip |
Rename dev-python/{github3 → github3-py}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/github3-py/metadata.xml')
-rw-r--r-- | dev-python/github3-py/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/github3-py/metadata.xml b/dev-python/github3-py/metadata.xml new file mode 100644 index 000000000000..b418a1191050 --- /dev/null +++ b/dev-python/github3-py/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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"> + 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> +</pkgmetadata> |