svn commit: r487826 - head/devel/py-sarge
Kyle Evans
kevans at FreeBSD.org
Thu Dec 20 02:07:34 UTC 2018
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 at 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 at FreeBSD.org
+MAINTAINER= mattias.lindvall at 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/
More information about the svn-ports-head
mailing list