Date: Fri, 26 Jan 2018 18:11:50 +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: r460023 - head/devel/py-fastimport Message-ID: <201801261811.w0QIBosf012969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jan 26 18:11:50 2018 New Revision: 460023 URL: https://svnweb.freebsd.org/changeset/ports/460023 Log: Update to 0.9.6 - Change MASTER_SITES to CHEESESHOP - Update LICENSE - Add LICENSE_FILE - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/jelmer/python-fastimport/blob/master/NEWS Modified: head/devel/py-fastimport/Makefile head/devel/py-fastimport/distinfo head/devel/py-fastimport/pkg-descr Modified: head/devel/py-fastimport/Makefile ============================================================================== --- head/devel/py-fastimport/Makefile Fri Jan 26 18:11:44 2018 (r460022) +++ head/devel/py-fastimport/Makefile Fri Jan 26 18:11:50 2018 (r460023) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= fastimport -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.6 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/99879696/ \ - http://www.c-s.li/ports/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Fastimport parser in Python +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fastimport parser and generator in Python -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION} +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> Modified: head/devel/py-fastimport/distinfo ============================================================================== --- head/devel/py-fastimport/distinfo Fri Jan 26 18:11:44 2018 (r460022) +++ head/devel/py-fastimport/distinfo Fri Jan 26 18:11:50 2018 (r460023) @@ -1,2 +1,3 @@ -SHA256 (fastimport-0.9.2.tar.gz) = fd60f1173e64a5da7c5d783f17402f795721b7548ea3a75e29c39d89a60f261e -SIZE (fastimport-0.9.2.tar.gz) = 30762 +TIMESTAMP = 1516895417 +SHA256 (fastimport-0.9.6.tar.gz) = 83d0ae7b14f58c90cf56d0bf190d339abbd8bf1be702492c3d15d74c6cd412ab +SIZE (fastimport-0.9.6.tar.gz) = 33333 Modified: head/devel/py-fastimport/pkg-descr ============================================================================== --- head/devel/py-fastimport/pkg-descr Fri Jan 26 18:11:44 2018 (r460022) +++ head/devel/py-fastimport/pkg-descr Fri Jan 26 18:11:50 2018 (r460023) @@ -1,6 +1,3 @@ -This is the Python parser that was originally developed for bzr-fastimport, but -extracted so it can be used by other projects. -It is currently used by bzr-fastimport and dulwich. hg-fastimport and -git-remote-hg use a slightly modified version of it. +This package provides a parser for and generator of the Git fastimport format. -WWW: https://launchpad.net/python-fastimport +WWW: https://pypi.python.org/pypi/fastimport
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801261811.w0QIBosf012969>