svn commit: r404546 - in head/devel: . py-contextlib2
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Dec 27 05:32:34 UTC 2015
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 at 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 at rawbw.com>
+# $FreeBSD$
+
+PORTNAME= contextlib2
+PORTVERSION= 0.4.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri at 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/
More information about the svn-ports-head
mailing list