From owner-svn-ports-all@freebsd.org Mon Dec 3 19:58:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD35E130A135; Mon, 3 Dec 2018 19:58:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7DF066BB87; Mon, 3 Dec 2018 19:58:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 972C81A9AB; Mon, 3 Dec 2018 19:58:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3JwkcE078545; Mon, 3 Dec 2018 19:58:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JwkgT078543; Mon, 3 Dec 2018 19:58:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031958.wB3JwkgT078543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486537 - head/www/py-pastedeploy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-pastedeploy X-SVN-Commit-Revision: 486537 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7DF066BB87 X-Spamd-Result: default: False [-0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.096,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:58:51 -0000 Author: sunpoet Date: Mon Dec 3 19:58:45 2018 New Revision: 486537 URL: https://svnweb.freebsd.org/changeset/ports/486537 Log: Update to 2.0.0 - Add NO_ARCH - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://github.com/Pylons/pastedeploy/blob/master/docs/news.rst https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html Modified: head/www/py-pastedeploy/Makefile head/www/py-pastedeploy/distinfo head/www/py-pastedeploy/pkg-descr Modified: head/www/py-pastedeploy/Makefile ============================================================================== --- head/www/py-pastedeploy/Makefile Mon Dec 3 19:58:37 2018 (r486536) +++ head/www/py-pastedeploy/Makefile Mon Dec 3 19:58:45 2018 (r486537) @@ -2,20 +2,23 @@ # $FreeBSD$ PORTNAME= PasteDeploy -PORTVERSION= 1.5.2 +PORTVERSION= 2.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Load, configure, and compose WSGI applications and servers LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:www/py-paste@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:www/py-paste@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/www/py-pastedeploy/distinfo ============================================================================== --- head/www/py-pastedeploy/distinfo Mon Dec 3 19:58:37 2018 (r486536) +++ head/www/py-pastedeploy/distinfo Mon Dec 3 19:58:45 2018 (r486537) @@ -1,2 +1,3 @@ -SHA256 (PasteDeploy-1.5.2.tar.gz) = d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb -SIZE (PasteDeploy-1.5.2.tar.gz) = 24006 +TIMESTAMP = 1543763152 +SHA256 (PasteDeploy-2.0.0.tar.gz) = 8ac7aed091a46eee34bcbb687bfdce73327be1897f558534e6f49d2d4faf020e +SIZE (PasteDeploy-2.0.0.tar.gz) = 13757 Modified: head/www/py-pastedeploy/pkg-descr ============================================================================== --- head/www/py-pastedeploy/pkg-descr Mon Dec 3 19:58:37 2018 (r486536) +++ head/www/py-pastedeploy/pkg-descr Mon Dec 3 19:58:45 2018 (r486537) @@ -1,20 +1,17 @@ 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. +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. +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. +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. -WWW: http://pythonpaste.org/deploy/ +WWW: https://pylonsproject.org/