mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add py3-urwid 1.3.1
PR: 219612 Submitted by: Rudolf Siegel <rs.os@t-online.de>
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
9
devel/py3-urwid/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Created by: rs.os
|
||||
# $FreeBSD$
|
||||
|
||||
USES= python:3.3+
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-urwid
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Add table
Reference in a new issue