Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2019 23:14:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492393 - head/www/py-waitress
Message-ID:  <201902072314.x17NE9dE033818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb  7 23:14:09 2019
New Revision: 492393
URL: https://svnweb.freebsd.org/changeset/ports/492393

Log:
  Update to 1.2.1
  
  - Add LICENSE_FILE
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Update pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://github.com/Pylons/waitress/blob/master/CHANGES.txt

Modified:
  head/www/py-waitress/Makefile
  head/www/py-waitress/distinfo
  head/www/py-waitress/pkg-descr

Modified: head/www/py-waitress/Makefile
==============================================================================
--- head/www/py-waitress/Makefile	Thu Feb  7 23:14:03 2019	(r492392)
+++ head/www/py-waitress/Makefile	Thu Feb  7 23:14:09 2019	(r492393)
@@ -2,18 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	waitress
-PORTVERSION=	1.2.0
+PORTVERSION=	1.2.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	python@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python WSGI server
 
 LICENSE=	ZPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-waitress/distinfo
==============================================================================
--- head/www/py-waitress/distinfo	Thu Feb  7 23:14:03 2019	(r492392)
+++ head/www/py-waitress/distinfo	Thu Feb  7 23:14:09 2019	(r492393)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548197107
-SHA256 (waitress-1.2.0.tar.gz) = e624c829656ffc99b33d661072b2814885ae92835cf835ee8ab283ddb7c915b9
-SIZE (waitress-1.2.0.tar.gz) = 161902
+TIMESTAMP = 1549565190
+SHA256 (waitress-1.2.1.tar.gz) = c369e238bd81ef7d61f04825f06f107c42094de60d13d8de8e71952c7c683dfe
+SIZE (waitress-1.2.1.tar.gz) = 162588

Modified: head/www/py-waitress/pkg-descr
==============================================================================
--- head/www/py-waitress/pkg-descr	Thu Feb  7 23:14:03 2019	(r492392)
+++ head/www/py-waitress/pkg-descr	Thu Feb  7 23:14:09 2019	(r492393)
@@ -1,3 +1,5 @@
-Waitress, is pure Python WSGI server.
+Waitress is meant to be a production-quality pure-Python WSGI server with very
+acceptable performance. It has no dependencies except ones which live in the
+Python standard library.
 
-WWW: https://pypi.org/project/waitress/
+WWW: https://github.com/Pylons/waitress



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902072314.x17NE9dE033818>