summaryrefslogtreecommitdiff
path: root/dev-python/mechanize/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mechanize/metadata.xml')
-rw-r--r--dev-python/mechanize/metadata.xml23
1 files changed, 13 insertions, 10 deletions
diff --git a/dev-python/mechanize/metadata.xml b/dev-python/mechanize/metadata.xml
index 1c8ff96d92b2..73e4c8307de8 100644
--- a/dev-python/mechanize/metadata.xml
+++ b/dev-python/mechanize/metadata.xml
@@ -1,11 +1,12 @@
<?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 lang="en">
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <longdescription lang="en">
mechanize is a Python module for static programmatic web browsing in
Python, after Andy Lester's Perl module WWW::Mechanize. With the Browser
subclass any url can be opened - not just http - and UserAgentBase
@@ -15,7 +16,9 @@
link parsing and following, browser history with .back() and .reload()
methods and automatic handling of HTTP-Equiv and Refresh.
</longdescription>
-
- <origin>liguros-repo</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
+ <upstream>
+ <remote-id type="sourceforge">wwwsearch</remote-id>
+ <remote-id type="pypi">mechanize</remote-id>
+ <remote-id type="github">python-mechanize/mechanize</remote-id>
+ </upstream>
+</pkgmetadata>