svn commit: r392733 - in head/devel: . py-backports.shutil_get_terminal_size

Kubilay Kocak koobs at FreeBSD.org
Fri Jul 24 06:35:45 UTC 2015


On 24/07/2015 1:43 AM, Josh Paetzel wrote:
> Author: jpaetzel
> Date: Thu Jul 23 15:43:53 2015
> New Revision: 392733
> URL: https://svnweb.freebsd.org/changeset/ports/392733
> 
> Log:
>   Welcome backports.shutil_get_terminal_size to the ports tree
>   
>   Backport of the get_terminal_size function from Python 3.3's shutil
> 
> Added:
>   head/devel/py-backports.shutil_get_terminal_size/
>   head/devel/py-backports.shutil_get_terminal_size/Makefile   (contents, props changed)
>   head/devel/py-backports.shutil_get_terminal_size/distinfo   (contents, props changed)
>   head/devel/py-backports.shutil_get_terminal_size/pkg-descr   (contents, props changed)
> Modified:
>   head/devel/Makefile
> 
> Modified: head/devel/Makefile
> ==============================================================================
> --- head/devel/Makefile	Thu Jul 23 15:39:31 2015	(r392732)
> +++ head/devel/Makefile	Thu Jul 23 15:43:53 2015	(r392733)
> @@ -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
> 
> Added: head/devel/py-backports.shutil_get_terminal_size/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-backports.shutil_get_terminal_size/Makefile	Thu Jul 23 15:43:53 2015	(r392733)
> @@ -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 at FreeBSD.org
> +COMMENT=	Backport of the get_terminal_size function from Python 3.3's shutil
> +
> +LICENSE=	PSFL
> +
> +USES=		python

Given the nature of this package (backport of 3.3+ functionality, is
this meant for all python versions (USES=python) or a limited set?
(USES=python:2.7,3.4) or only 2.x (USES=python:-2.7) ?

> +USE_PYTHON=	autoplist distutils
> +
> +.include <bsd.port.mk>
> 
> Added: head/devel/py-backports.shutil_get_terminal_size/distinfo
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-backports.shutil_get_terminal_size/distinfo	Thu Jul 23 15:43:53 2015	(r392733)
> @@ -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
> 
> Added: head/devel/py-backports.shutil_get_terminal_size/pkg-descr
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-backports.shutil_get_terminal_size/pkg-descr	Thu Jul 23 15:43:53 2015	(r392733)
> @@ -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
> 




More information about the svn-ports-all mailing list