1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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)
This commit is contained in:
Kyle Evans 2018-12-20 02:07:33 +00:00
parent bcbbf6c909
commit ce1bcafbe1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487826
3 changed files with 9 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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/