From owner-svn-ports-all@freebsd.org Tue May 30 01:48:42 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 1B351D895AE; Tue, 30 May 2017 01:48:42 +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 CAFFF6FE65; Tue, 30 May 2017 01:48:41 +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 v4U1mema018246; Tue, 30 May 2017 01:48:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1meUm018243; Tue, 30 May 2017 01:48:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705300148.v4U1meUm018243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 May 2017 01:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442045 - in head/devel: . py-urwid py3-urwid 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: Tue, 30 May 2017 01:48:42 -0000 Author: sunpoet Date: Tue May 30 01:48:40 2017 New Revision: 442045 URL: https://svnweb.freebsd.org/changeset/ports/442045 Log: Add py3-urwid 1.3.1 PR: 219612 Submitted by: Rudolf Siegel Added: head/devel/py3-urwid/ head/devel/py3-urwid/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-urwid/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 30 01:48:14 2017 (r442044) +++ head/devel/Makefile Tue May 30 01:48:40 2017 (r442045) @@ -4981,6 +4981,7 @@ SUBDIR += py3-six SUBDIR += py3-tabulate SUBDIR += py3-threema-msgapi + SUBDIR += py3-urwid SUBDIR += py3-vcversioner SUBDIR += py3-wcwidth SUBDIR += py3-xdg Modified: head/devel/py-urwid/Makefile ============================================================================== --- head/devel/py-urwid/Makefile Tue May 30 01:48:14 2017 (r442044) +++ head/devel/py-urwid/Makefile Tue May 30 01:48:40 2017 (r442045) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= EXAMPLES -USES= python +USES?= python USE_PYTHON= autoplist concurrent distutils PORTEXAMPLES= * Added: head/devel/py3-urwid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-urwid/Makefile Tue May 30 01:48:40 2017 (r442045) @@ -0,0 +1,9 @@ +# Created by: rs.os +# $FreeBSD$ + +USES= python:3.3+ + +MASTERDIR= ${.CURDIR}/../py-urwid + +.include "${MASTERDIR}/Makefile" +