summaryrefslogtreecommitdiff
path: root/dev-python/pefile/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pefile/metadata.xml')
-rw-r--r--dev-python/pefile/metadata.xml28
1 files changed, 15 insertions, 13 deletions
diff --git a/dev-python/pefile/metadata.xml b/dev-python/pefile/metadata.xml
index 6507aecdcd19..a8d16bad5992 100644
--- a/dev-python/pefile/metadata.xml
+++ b/dev-python/pefile/metadata.xml
@@ -1,20 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>mario.haustein@hrz.tu-chemnitz.de</email>
- <name>Mario Haustein</name>
- </maintainer>
- <maintainer type="person">
- <email>sam@gentoo.org</email>
- <name>Sam James</name>
- </maintainer>
- <longdescription>
+ <maintainer type="person" proxied="yes">
+ <email>mario.haustein@hrz.tu-chemnitz.de</email>
+ <name>Mario Haustein</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
+ <longdescription>
pefile is a multi-platform Python module to parse and work with
Portable Executable (PE) files. Most of the information contained in
the PE file headers is accessible, as well as all the sections' details
and data.
</longdescription>
-
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+ <upstream>
+ <remote-id type="github">erocarrera/pefile</remote-id>
+ <remote-id type="pypi">pefile</remote-id>
+ </upstream>
+</pkgmetadata>