diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-12-27 05:32:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-12-27 05:32:32 +0000 |
commit | 00c9fac4ddc6fc3e8d2b82c398e4b9153e1dd3dc (patch) | |
tree | c4dce9d0b32f0b46ed84b31644d2feaa75c739ba /devel | |
parent | 56fee9c19565d76cb7817bf4663dd0407ba0d510 (diff) | |
download | ports-00c9fac4ddc6fc3e8d2b82c398e4b9153e1dd3dc.tar.gz ports-00c9fac4ddc6fc3e8d2b82c398e4b9153e1dd3dc.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-contextlib2/Makefile | 19 | ||||
-rw-r--r-- | devel/py-contextlib2/distinfo | 2 | ||||
-rw-r--r-- | devel/py-contextlib2/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a56a967f92b8..2becaf88cef9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-contextlib2/Makefile b/devel/py-contextlib2/Makefile new file mode 100644 index 000000000000..1064d5479f8b --- /dev/null +++ b/devel/py-contextlib2/Makefile @@ -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> diff --git a/devel/py-contextlib2/distinfo b/devel/py-contextlib2/distinfo new file mode 100644 index 000000000000..d9c829e4d2c8 --- /dev/null +++ b/devel/py-contextlib2/distinfo @@ -0,0 +1,2 @@ +SHA256 (contextlib2-0.4.0.tar.gz) = 55a5dc78f7a742a0e756645134ffb39bbe11da0fea2bc0f7070d40dac208b732 +SIZE (contextlib2-0.4.0.tar.gz) = 18741 diff --git a/devel/py-contextlib2/pkg-descr b/devel/py-contextlib2/pkg-descr new file mode 100644 index 000000000000..8ee0e7ac26b7 --- /dev/null +++ b/devel/py-contextlib2/pkg-descr @@ -0,0 +1,3 @@ +Backport of the standard library's contextlib module to earlier Python versions. + +WWW:https://pypi.python.org/pypi/contextlib2/ |