Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2015 05:32:32 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404546 - in head/devel: . py-contextlib2
Message-ID:  <201512270532.tBR5WWIp017346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sun Dec 27 05:32:32 2015
New Revision: 404546
URL: https://svnweb.freebsd.org/changeset/ports/404546

Log:
  Add py-contextlib2 0.4.0, backports and enhancements for the contextlib
  module.
  
  PR:		205639
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Added:
  head/devel/py-contextlib2/
  head/devel/py-contextlib2/Makefile   (contents, props changed)
  head/devel/py-contextlib2/distinfo   (contents, props changed)
  head/devel/py-contextlib2/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Dec 27 05:29:20 2015	(r404545)
+++ head/devel/Makefile	Sun Dec 27 05:32:32 2015	(r404546)
@@ -3970,6 +3970,7 @@
     SUBDIR += py-configobj
     SUBDIR += py-configparser
     SUBDIR += py-construct
+    SUBDIR += py-contextlib2
     SUBDIR += py-country
     SUBDIR += py-cov-core
     SUBDIR += py-coverage

Added: head/devel/py-contextlib2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-contextlib2/Makefile	Sun Dec 27 05:32:32 2015	(r404546)
@@ -0,0 +1,19 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	contextlib2
+PORTVERSION=	0.4.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@rawbw.com
+COMMENT=	Backports and enhancements for the contextlib module
+
+LICENSE=	BSD2CLAUSE
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-contextlib2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-contextlib2/distinfo	Sun Dec 27 05:32:32 2015	(r404546)
@@ -0,0 +1,2 @@
+SHA256 (contextlib2-0.4.0.tar.gz) = 55a5dc78f7a742a0e756645134ffb39bbe11da0fea2bc0f7070d40dac208b732
+SIZE (contextlib2-0.4.0.tar.gz) = 18741

Added: head/devel/py-contextlib2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-contextlib2/pkg-descr	Sun Dec 27 05:32:32 2015	(r404546)
@@ -0,0 +1,3 @@
+Backport of the standard library's contextlib module to earlier Python versions.
+
+WWW:https://pypi.python.org/pypi/contextlib2/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512270532.tBR5WWIp017346>