svn commit: r401016 - in head/devel: . py-backports_abc

Kubilay Kocak koobs at FreeBSD.org
Sun Nov 8 04:53:08 UTC 2015


On 8/11/2015 5:49 AM, Grzegorz Blach wrote:
> Author: gblach
> Date: Sat Nov  7 18:49:25 2015
> New Revision: 401016
> URL: https://svnweb.freebsd.org/changeset/ports/401016
> 
> Log:
>   Add new port: devel/py-backports_abc
>   
>   A backport of recent additions to the 'collections.abc' module.
> 
> Added:
>   head/devel/py-backports_abc/
>   head/devel/py-backports_abc/Makefile   (contents, props changed)
>   head/devel/py-backports_abc/distinfo   (contents, props changed)
>   head/devel/py-backports_abc/pkg-descr   (contents, props changed)
> Modified:
>   head/devel/Makefile
> 
> Modified: head/devel/Makefile
> ==============================================================================
> --- head/devel/Makefile	Sat Nov  7 18:26:02 2015	(r401015)
> +++ head/devel/Makefile	Sat Nov  7 18:49:25 2015	(r401016)
> @@ -3915,6 +3915,7 @@
>      SUBDIR += py-babel
>      SUBDIR += py-babelfish
>      SUBDIR += py-backports.shutil_get_terminal_size
> +    SUBDIR += py-backports_abc
>      SUBDIR += py-bcdoc
>      SUBDIR += py-billiard
>      SUBDIR += py-binplist
> 
> Added: head/devel/py-backports_abc/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-backports_abc/Makefile	Sat Nov  7 18:49:25 2015	(r401016)
> @@ -0,0 +1,18 @@
> +# Created by: Grzegorz Blach <gblach at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=	backports_abc
> +PORTVERSION=	0.4
> +CATEGORIES=	devel python
> +MASTER_SITES=	CHEESESHOP
> +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> +
> +MAINTAINER=	gblach at FreeBSD.org
> +COMMENT=	Backport of recent additions to the 'collections.abc' module
> +
> +LICENSE=	PSFL

Is there a LICENSE_FILE in WRKSRC?

> +
> +USES=		python

Given this is a backport, shouldn't this be version limited to -3.something?

> +USE_PYTHON=	autoplist distutils
> +
> +.include <bsd.port.mk>
> 




More information about the svn-ports-all mailing list