Date: Thu, 20 Dec 2018 02:07:33 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487826 - head/devel/py-sarge Message-ID: <201812200207.wBK27XbR056662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans (src committer) Date: Thu Dec 20 02:07:33 2018 New Revision: 487826 URL: https://svnweb.freebsd.org/changeset/ports/487826 Log: devel/py-sarge: Update to 0.1.5 Highlights of the update: - Improved errors - Fixed compatibility with Python 3.7 (async is now a keyword) - Updated tutorial example on progress monitoring PR: 233298 Submitted by: Mattias Lindvall <mattias.lindvall@gmail.com> Reviewed by: koobs (ports) Approved by: koobs (ports), kevans (maintainer) Modified: head/devel/py-sarge/Makefile head/devel/py-sarge/distinfo head/devel/py-sarge/pkg-descr Modified: head/devel/py-sarge/Makefile ============================================================================== --- head/devel/py-sarge/Makefile Thu Dec 20 02:06:59 2018 (r487825) +++ head/devel/py-sarge/Makefile Thu Dec 20 02:07:33 2018 (r487826) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= sarge -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 +DISTVERSIONSUFFIX= .post0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kevans@FreeBSD.org +MAINTAINER= mattias.lindvall@gmail.com COMMENT= Wrapper for subprocess which provides command pipeline functionality -LICENSE= BSD2CLAUSE +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python Modified: head/devel/py-sarge/distinfo ============================================================================== --- head/devel/py-sarge/distinfo Thu Dec 20 02:06:59 2018 (r487825) +++ head/devel/py-sarge/distinfo Thu Dec 20 02:07:33 2018 (r487826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475906135 -SHA256 (sarge-0.1.4.tar.gz) = 59f93216723ddd9062d17cbbb90ed9e69267b84825cf0bde0b7f8d934c424823 -SIZE (sarge-0.1.4.tar.gz) = 50472 +TIMESTAMP = 1542564450 +SHA256 (sarge-0.1.5.post0.tar.gz) = da8cc90883f8e5ab4af0d746438f608662f5f2a35da2e858517927edefa134b0 +SIZE (sarge-0.1.5.post0.tar.gz) = 17860 Modified: head/devel/py-sarge/pkg-descr ============================================================================== --- head/devel/py-sarge/pkg-descr Thu Dec 20 02:06:59 2018 (r487825) +++ head/devel/py-sarge/pkg-descr Thu Dec 20 02:07:33 2018 (r487826) @@ -1,7 +1,3 @@ - - - - The sarge package provides a wrapper for subprocess which provides command pipeline functionality. @@ -15,9 +11,9 @@ https://bitbucket.org/vinay.sajip/sarge/ The latest documentation (kept updated between releases) is on Read The Docs: -http://sarge.readthedocs.org/ +https://sarge.readthedocs.org/ Please report any problems or suggestions for improvement either via the mailing list or the issue tracker. -WWW: http://sarge.readthedocs.org/ +WWW: https://sarge.readthedocs.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200207.wBK27XbR056662>