summaryrefslogtreecommitdiff
path: root/dev-python/twisted/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/twisted/metadata.xml')
-rw-r--r--dev-python/twisted/metadata.xml30
1 files changed, 16 insertions, 14 deletions
diff --git a/dev-python/twisted/metadata.xml b/dev-python/twisted/metadata.xml
index 6d59e9650c5e..942b790abf87 100644
--- a/dev-python/twisted/metadata.xml
+++ b/dev-python/twisted/metadata.xml
@@ -1,11 +1,20 @@
<?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>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>Twisted is an event-based framework for internet
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">Twisted</remote-id>
+ <remote-id type="github">twisted/twisted</remote-id>
+ </upstream>
+ <use>
+ <flag name="conch">include Twisted SSHv2 implementation</flag>
+ <flag name="serial">include serial port support</flag>
+ <flag name="websockets">include websocket support</flag>
+ </use>
+ <longdescription>Twisted is an event-based framework for internet
applications, supporting Python 2.7 and Python 3.3+. It includes
modules for many different purposes, including the following:
@@ -17,11 +26,4 @@ twisted.positioning: Tools for communicating with NMEA-compatible GPS receivers
twisted.names: DNS client and tools for making your own DNS servers
twisted.trial: A unit testing framework that integrates well with Twisted-based code.
</longdescription>
-
- <use>
- <flag name="conch">include Twisted SSHv2 implementation</flag>
- <flag name="serial">include serial port support</flag>
- <flag name="websockets">include websocket support</flag>
- </use>
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+</pkgmetadata>