From owner-svn-ports-head@freebsd.org Sat Sep 9 11:49:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC6A7E11A8F; Sat, 9 Sep 2017 11:49:35 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 938E665C14; Sat, 9 Sep 2017 11:49:35 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v89BnYQX091001; Sat, 9 Sep 2017 11:49:34 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v89BnYmv090998; Sat, 9 Sep 2017 11:49:34 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201709091149.v89BnYmv090998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 9 Sep 2017 11:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449487 - head/deskutils/py-vobject X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/deskutils/py-vobject X-SVN-Commit-Revision: 449487 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2017 11:49:35 -0000 Author: dbaio Date: Sat Sep 9 11:49:34 2017 New Revision: 449487 URL: https://svnweb.freebsd.org/changeset/ports/449487 Log: deskutils/py-vobject: Update to 0.9.5 This new version brings a better compatibility with Python 3. Move to Github and to the new Home page. Improve port (Architecture neutral, Dependencies, License, Test target). Changes: https://github.com/eventable/vobject/releases PR: 221472 Approved by: maintainer (timeout, 3 weeks) Modified: head/deskutils/py-vobject/Makefile head/deskutils/py-vobject/distinfo head/deskutils/py-vobject/pkg-descr Modified: head/deskutils/py-vobject/Makefile ============================================================================== --- head/deskutils/py-vobject/Makefile Sat Sep 9 09:44:12 2017 (r449486) +++ head/deskutils/py-vobject/Makefile Sat Sep 9 11:49:34 2017 (r449487) @@ -2,18 +2,27 @@ # $FreeBSD$ PORTNAME= vobject -PORTVERSION= 0.8.1c -PORTREVISION= 2 +PORTVERSION= 0.9.5 CATEGORIES= deskutils python -MASTER_SITES= http://vobject.skyhouseconsulting.com/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jun-g@daemonfreaks.com COMMENT= ICalendar library -RUN_DEPENDS= py*-dateutil>=1.1:devel/py-dateutil +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.4.0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six + +NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= eventable + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} tests.py .include Modified: head/deskutils/py-vobject/distinfo ============================================================================== --- head/deskutils/py-vobject/distinfo Sat Sep 9 09:44:12 2017 (r449486) +++ head/deskutils/py-vobject/distinfo Sat Sep 9 11:49:34 2017 (r449487) @@ -1,2 +1,3 @@ -SHA256 (vobject-0.8.1c.tar.gz) = 594113117f2017ed837c8f3ce727616f9053baa5a5463a7420c8249b8fc556f5 -SIZE (vobject-0.8.1c.tar.gz) = 59925 +TIMESTAMP = 1502588702 +SHA256 (eventable-vobject-0.9.5_GH0.tar.gz) = 344bd0e2b95c507a1b99fee44f4f2bf3e12991f14b6f181bf98eed42162db764 +SIZE (eventable-vobject-0.9.5_GH0.tar.gz) = 215577 Modified: head/deskutils/py-vobject/pkg-descr ============================================================================== --- head/deskutils/py-vobject/pkg-descr Sat Sep 9 09:44:12 2017 (r449486) +++ head/deskutils/py-vobject/pkg-descr Sat Sep 9 11:49:34 2017 (r449487) @@ -2,4 +2,4 @@ Vobject parses iCalendar and vCard files into Python d decoding the relevant encodings. Also serializes vobject data structures to iCalendar, vCard, or (expirementally) hCalendar unicode strings. -WWW: http://vobject.skyhouseconsulting.com/ +WWW: http://eventable.github.io/vobject/