summaryrefslogtreecommitdiff
path: root/dev-python/paste
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
committerroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
commit7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch)
tree565722a7aadd75a31d89afcb22a04abea1bffb17 /dev-python/paste
parent2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff)
downloadbaldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip
Adding metadata
Diffstat (limited to 'dev-python/paste')
-rw-r--r--dev-python/paste/metadata.xml22
1 files changed, 12 insertions, 10 deletions
diff --git a/dev-python/paste/metadata.xml b/dev-python/paste/metadata.xml
index b9b60324d3dc..a16d4c84e24a 100644
--- a/dev-python/paste/metadata.xml
+++ b/dev-python/paste/metadata.xml
@@ -1,15 +1,17 @@
<?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">This package provides several pieces of "middleware" (or filters) that can
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <longdescription lang="en">This package provides several pieces of "middleware" (or filters) that can
be nested to build web applications. Each piece of middleware uses the WSGI
(PEP 333) interface, and should be compatible with other middleware based on
those interfaces.</longdescription>
-
- <origin>liguros-repo</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">pasteorg/paste</remote-id>
+ <remote-id type="pypi">Paste</remote-id>
+ </upstream>
+</pkgmetadata>