summaryrefslogtreecommitdiff
path: root/dev-python/pythonnet
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pythonnet')
-rw-r--r--dev-python/pythonnet/metadata.xml24
1 files changed, 13 insertions, 11 deletions
diff --git a/dev-python/pythonnet/metadata.xml b/dev-python/pythonnet/metadata.xml
index 0abc453a81ac..8b6f57e251fe 100644
--- a/dev-python/pythonnet/metadata.xml
+++ b/dev-python/pythonnet/metadata.xml
@@ -1,19 +1,21 @@
<?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="project">
- <email>dotnet@gentoo.org</email>
- <name>Gentoo Dotnet Project</name>
- </maintainer>
- <longdescription>
+ <maintainer type="project">
+ <email>dotnet@gentoo.org</email>
+ <name>Gentoo Dotnet Project</name>
+ </maintainer>
+ <longdescription>
Python.NET is a package that gives Python programmers nearly seamless
integration with the .NET Common Language Runtime (CLR) and provides a
powerful application scripting tool for .NET developers. It allows Python
code to interact with the CLR, and may also be used to embed Python into a
.NET application.
</longdescription>
- <upstream>
- <bugs-to>https://github.com/pythonnet/pythonnet/issues/</bugs-to>
- </upstream>
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+ <upstream>
+ <bugs-to>https://github.com/pythonnet/pythonnet/issues/</bugs-to>
+ <remote-id type="github">pythonnet/pythonnet</remote-id>
+ <remote-id type="pypi">pythonnet</remote-id>
+ </upstream>
+</pkgmetadata>