diff options
author | gblach <gblach@FreeBSD.org> | 2015-11-08 02:49:25 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2015-11-08 02:49:25 +0800 |
commit | c3014794b0bdf774698e08413a3454adcc5dd13f (patch) | |
tree | d6aa86b0f51d774a9710807240c37f1ef01f3faf /devel | |
parent | 8193b17210a3b403b952ec8a3cb6b62b3f491391 (diff) | |
download | freebsd-ports-gnome-c3014794b0bdf774698e08413a3454adcc5dd13f.tar.gz freebsd-ports-gnome-c3014794b0bdf774698e08413a3454adcc5dd13f.tar.zst freebsd-ports-gnome-c3014794b0bdf774698e08413a3454adcc5dd13f.zip |
Add new port: devel/py-backports_abc
A backport of recent additions to the 'collections.abc' module.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-backports_abc/Makefile | 18 | ||||
-rw-r--r-- | devel/py-backports_abc/distinfo | 2 | ||||
-rw-r--r-- | devel/py-backports_abc/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d6ac336874b3..05bcf288891c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-backports_abc/Makefile b/devel/py-backports_abc/Makefile new file mode 100644 index 000000000000..990cfe004d05 --- /dev/null +++ b/devel/py-backports_abc/Makefile @@ -0,0 +1,18 @@ +# Created by: Grzegorz Blach <gblach@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= backports_abc +PORTVERSION= 0.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gblach@FreeBSD.org +COMMENT= Backport of recent additions to the 'collections.abc' module + +LICENSE= PSFL + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/devel/py-backports_abc/distinfo b/devel/py-backports_abc/distinfo new file mode 100644 index 000000000000..5e76842d4964 --- /dev/null +++ b/devel/py-backports_abc/distinfo @@ -0,0 +1,2 @@ +SHA256 (backports_abc-0.4.tar.gz) = 8b3e4092ba3d541c7a2f9b7d0d9c0275b21c6a01c53a61c731eba6686939d0a5 +SIZE (backports_abc-0.4.tar.gz) = 5593 diff --git a/devel/py-backports_abc/pkg-descr b/devel/py-backports_abc/pkg-descr new file mode 100644 index 000000000000..e3554ced923e --- /dev/null +++ b/devel/py-backports_abc/pkg-descr @@ -0,0 +1,3 @@ +A backport of recent additions to the 'collections.abc' module. + +WWW: https://github.com/cython/backports_abc |