diff options
| author | root <root@alpha.trunkmasters.com> | 2026-05-31 21:30:14 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-05-31 21:30:14 -0500 |
| commit | 7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch) | |
| tree | 565722a7aadd75a31d89afcb22a04abea1bffb17 /dev-python/pastedeploy | |
| parent | 2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff) | |
| download | baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pastedeploy')
| -rw-r--r-- | dev-python/pastedeploy/metadata.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/dev-python/pastedeploy/metadata.xml b/dev-python/pastedeploy/metadata.xml index 37ff60d397b2..6209a0d411fd 100644 --- a/dev-python/pastedeploy/metadata.xml +++ b/dev-python/pastedeploy/metadata.xml @@ -1,19 +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 lang="en">Paste Deployment is a system for finding and configuring WSGI applications + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription lang="en">Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application.</longdescription> - <upstream> - <doc>https://docs.pylonsproject.org/projects/pastedeploy/en/latest/</doc> - </upstream> - <origin>liguros-repo</origin> - <stabilize-allarches/> -</pkgmetadata>
\ No newline at end of file + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">PasteDeploy</remote-id> + <remote-id type="github">Pylons/pastedeploy</remote-id> + <doc>https://docs.pylonsproject.org/projects/pastedeploy/en/latest/</doc> + </upstream> +</pkgmetadata> |
