Welcome backports.shutil_get_terminal_size to the ports tree

Backport of the get_terminal_size function from Python 3.3's shutil
This commit is contained in:
Josh Paetzel 2015-07-23 15:43:53 +00:00
parent 2389e5446d
commit 80337dfb01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392733
4 changed files with 23 additions and 0 deletions

View file

@ -3831,6 +3831,7 @@
SUBDIR += py-avro
SUBDIR += py-babel
SUBDIR += py-babelfish
SUBDIR += py-backports.shutil_get_terminal_size
SUBDIR += py-bcdoc
SUBDIR += py-billiard
SUBDIR += py-binplist

View file

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= backports.shutil_get_terminal_size
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= Backport of the get_terminal_size function from Python 3.3's shutil
LICENSE= PSFL
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (backports.shutil_get_terminal_size-1.0.0.tar.gz) = 713e7a8228ae80341c70586d1cc0a8caa5207346927e23d09dcbcaf18eadec80
SIZE (backports.shutil_get_terminal_size-1.0.0.tar.gz) = 4279

View file

@ -0,0 +1,3 @@
A backport of the get_terminal_size function from Python 3.3's shutil.
WWW: https://github.com/chrippa/backports.shutil_get_terminal_size