diff --git a/www/py-pastedeploy/Makefile b/www/py-pastedeploy/Makefile index d2facdefe232..50299a65f2c1 100644 --- a/www/py-pastedeploy/Makefile +++ b/www/py-pastedeploy/Makefile @@ -1,21 +1,22 @@ PORTNAME= pastedeploy PORTVERSION= 2.1.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PasteDeploy-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Load, configure, and compose WSGI applications and servers -WWW= https://pylonsproject.org/ +WWW= https://pylonsproject.org/ \ + https://github.com/Pylons/pastedeploy LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:www/py-paste@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/www/py-pastedeploy/pkg-descr b/www/py-pastedeploy/pkg-descr index fb9d0fe0ce72..d4d3a93d216b 100644 --- a/www/py-pastedeploy/pkg-descr +++ b/www/py-pastedeploy/pkg-descr @@ -1,17 +1,15 @@ Load, configure, and compose WSGI applications and servers 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. The result is something a system administrator can install and manage without knowing any Python, or the details of the WSGI application or its container. This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file. - -See also: https://github.com/Pylons/pastedeploy