commit:     c9d219ca8558d13803d5929a1b8b46aca0837d06
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 14:47:43 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 14:51:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d219ca

dev-python/entrypoints: Fix remote-id

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/entrypoints/metadata.xml | 37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

diff --git a/dev-python/entrypoints/metadata.xml 
b/dev-python/entrypoints/metadata.xml
index 843ca0b4843..8d61c973336 100644
--- a/dev-python/entrypoints/metadata.xml
+++ b/dev-python/entrypoints/metadata.xml
@@ -1,22 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer type="project">
-    <email>s...@gentoo.org</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>pyt...@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
-  <stabilize-allarches/>
-  <longdescription>
-    Entry points are a way for Python packages to advertise objects with
-    some common interface. The most common examples are console_scripts
-    entry points, which define shell commands by identifying a Python
-    function to run.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">takluyver/testpath</remote-id>
-  </upstream>
+       <maintainer type="project">
+               <email>s...@gentoo.org</email>
+               <name>Gentoo Science Project</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>pyt...@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <longdescription>
+               Entry points are a way for Python packages to advertise objects 
with
+               some common interface. The most common examples are 
console_scripts
+               entry points, which define shell commands by identifying a 
Python
+               function to run.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">takluyver/entrypoints</remote-id>
+               <remote-id type="pypi">entrypoints</remote-id>
+       </upstream>
 </pkgmetadata>

Reply via email to