diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 20:04:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 20:04:00 +0200 |
commit | 49a19d81e46515b33d1267c776b158dbddad3252 (patch) | |
tree | 6824093edd31dea680e3679f8558d0654f5e85c6 /dev-python/cstruct/metadata.xml | |
parent | dev-python/quantities: Enable py3.12 (diff) | |
download | gentoo-49a19d81e46515b33d1267c776b158dbddad3252.tar.gz gentoo-49a19d81e46515b33d1267c776b158dbddad3252.tar.bz2 gentoo-49a19d81e46515b33d1267c776b158dbddad3252.zip |
Rename dev-python/{python-cstruct → cstruct}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cstruct/metadata.xml')
-rw-r--r-- | dev-python/cstruct/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/cstruct/metadata.xml b/dev-python/cstruct/metadata.xml new file mode 100644 index 000000000000..d1468dcb4ec3 --- /dev/null +++ b/dev-python/cstruct/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zmedico@gentoo.org</email> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="github">andreax79/python-cstruct</remote-id> + <remote-id type="pypi">cstruct</remote-id> + </upstream> +</pkgmetadata> |