From owner-svn-ports-all@freebsd.org Mon Jun 12 10:39:08 2017 Return-Path: Delivered-To: svn-ports-all@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 9F5C0BF9650; Mon, 12 Jun 2017 10:39:08 +0000 (UTC) (envelope-from sunpoet@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 6A47866D7B; Mon, 12 Jun 2017 10:39:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5CAd7vF023947; Mon, 12 Jun 2017 10:39:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5CAd7mJ023944; Mon, 12 Jun 2017 10:39:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706121039.v5CAd7mJ023944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Jun 2017 10:39:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443437 - in head/devel: . py-icalendar py3-icalendar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2017 10:39:08 -0000 Author: sunpoet Date: Mon Jun 12 10:39:07 2017 New Revision: 443437 URL: https://svnweb.freebsd.org/changeset/ports/443437 Log: Add py3-icalendar 3.11.1 - While I'm here: - Fix indent - Sort USE_PYTHON PR: 219610 Submitted by: Rudolf Siegel Approved by: maintainer (timeout, 15 days) Added: head/devel/py3-icalendar/ head/devel/py3-icalendar/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-icalendar/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 12 10:39:01 2017 (r443436) +++ head/devel/Makefile Mon Jun 12 10:39:07 2017 (r443437) @@ -4963,6 +4963,7 @@ SUBDIR += py3-freezegun SUBDIR += py3-gobject3 SUBDIR += py3-hgtools + SUBDIR += py3-icalendar SUBDIR += py3-jedi SUBDIR += py3-jsonschema SUBDIR += py3-libpeas Modified: head/devel/py-icalendar/Makefile ============================================================================== --- head/devel/py-icalendar/Makefile Mon Jun 12 10:39:01 2017 (r443436) +++ head/devel/py-icalendar/Makefile Mon Jun 12 10:39:07 2017 (r443437) @@ -13,11 +13,11 @@ COMMENT= Parser and generator of iCalender files for P LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \ +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz -USES= python -USE_PYTHON= distutils concurrent autoplist +USES?= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes PORTDOCS= * Added: head/devel/py3-icalendar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-icalendar/Makefile Mon Jun 12 10:39:07 2017 (r443437) @@ -0,0 +1,11 @@ +# Created by: rs.os +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-icalendar + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py3-dateutil \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py3-pytz + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile"