Add py3-urwid 1.3.1

PR:		219612
Submitted by:	Rudolf Siegel <rs.os@t-online.de>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-30 01:48:40 +00:00
parent 049dda1698
commit fe7bd6fc6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442045
3 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= EXAMPLES
USES= python
USES?= python
USE_PYTHON= autoplist concurrent distutils
PORTEXAMPLES= *

9
devel/py3-urwid/Makefile Normal file
View file

@ -0,0 +1,9 @@
# Created by: rs.os
# $FreeBSD$
USES= python:3.3+
MASTERDIR= ${.CURDIR}/../py-urwid
.include "${MASTERDIR}/Makefile"