Justin Lecher eaaface92e
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-24 12:49:19 +02:00

15 lines
727 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<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>
<remote-id type="pypi">PasteDeploy</remote-id>
</upstream>
</pkgmetadata>