Date: Sun, 25 Apr 2021 20:38:31 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dfabd07bd2df - main - devel/py-fastimport: Update to 0.9.11 Message-ID: <202104252038.13PKcVSg078277@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfabd07bd2dff36a7f9ea9fc201f4da853180c6d commit dfabd07bd2dff36a7f9ea9fc201f4da853180c6d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-25 20:14:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-25 20:35:24 +0000 devel/py-fastimport: Update to 0.9.11 - Update WWW Changes: https://github.com/jelmer/python-fastimport/blob/master/NEWS --- devel/py-fastimport/Makefile | 8 ++++---- devel/py-fastimport/distinfo | 6 +++--- devel/py-fastimport/pkg-descr | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/py-fastimport/Makefile b/devel/py-fastimport/Makefile index 36d70af2269b..543adaef38eb 100644 --- a/devel/py-fastimport/Makefile +++ b/devel/py-fastimport/Makefile @@ -1,8 +1,7 @@ # Created by: Carlo Strub PORTNAME= fastimport -PORTVERSION= 0.9.8 -PORTREVISION= 1 +PORTVERSION= 0.9.11 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +12,9 @@ COMMENT= Fastimport parser and generator in Python LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -NO_ARCH= yes -USES= python:3.6+ +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/devel/py-fastimport/distinfo b/devel/py-fastimport/distinfo index 1294a22ead5b..621d5f8eb444 100644 --- a/devel/py-fastimport/distinfo +++ b/devel/py-fastimport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523978868 -SHA256 (fastimport-0.9.8.tar.gz) = b2f2e8eb97000256e1aab83d2a0a053fc7b93c3aa4f7e9b971a5703dfc5963b9 -SIZE (fastimport-0.9.8.tar.gz) = 39512 +TIMESTAMP = 1619198491 +SHA256 (fastimport-0.9.11.tar.gz) = ec81ddc3148f35ac5c77cce894995cf2ad66028831b73327190e1363a5f049d9 +SIZE (fastimport-0.9.11.tar.gz) = 41764 diff --git a/devel/py-fastimport/pkg-descr b/devel/py-fastimport/pkg-descr index e7ac9a9c1ec4..9e466002a0e4 100644 --- a/devel/py-fastimport/pkg-descr +++ b/devel/py-fastimport/pkg-descr @@ -1,3 +1,3 @@ This package provides a parser for and generator of the Git fastimport format. -WWW: https://pypi.org/project/fastimport/ +WWW: https://github.com/jelmer/python-fastimport
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104252038.13PKcVSg078277>