diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-04 03:06:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-04 03:06:31 +0800 |
commit | 8e383086a9dc1896e3b5d8792d50cb65c1b9be63 (patch) | |
tree | 87849033426913755f4f9ad62085538013e9b70b /devel | |
parent | 6291bea6cdf75f93cdf80f230ac36ed53663af38 (diff) | |
download | freebsd-ports-gnome-8e383086a9dc1896e3b5d8792d50cb65c1b9be63.tar.gz freebsd-ports-gnome-8e383086a9dc1896e3b5d8792d50cb65c1b9be63.tar.zst freebsd-ports-gnome-8e383086a9dc1896e3b5d8792d50cb65c1b9be63.zip |
New port: devel/py-ipython_genutils
Vestigial utilities from IPython.
WWW: https://pypi.python.org/pypi/ipython_genutils
PR: 213165
Submitted by: Yuri Victorovich
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-ipython_genutils/Makefile | 20 | ||||
-rw-r--r-- | devel/py-ipython_genutils/distinfo | 3 | ||||
-rw-r--r-- | devel/py-ipython_genutils/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1ea80f452e09..695198259897 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4190,6 +4190,7 @@ SUBDIR += py-ioflo SUBDIR += py-ipaddr SUBDIR += py-ipdb + SUBDIR += py-ipython_genutils SUBDIR += py-iso8601 SUBDIR += py-isodate SUBDIR += py-iterpipes diff --git a/devel/py-ipython_genutils/Makefile b/devel/py-ipython_genutils/Makefile new file mode 100644 index 000000000000..24e0f15041a3 --- /dev/null +++ b/devel/py-ipython_genutils/Makefile @@ -0,0 +1,20 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= ipython_genutils +PORTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Vestigial utilities from IPython + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING.md + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-ipython_genutils/distinfo b/devel/py-ipython_genutils/distinfo new file mode 100644 index 000000000000..a351bdef67b2 --- /dev/null +++ b/devel/py-ipython_genutils/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475448847 +SHA256 (ipython_genutils-0.1.0.tar.gz) = 3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6 +SIZE (ipython_genutils-0.1.0.tar.gz) = 22255 diff --git a/devel/py-ipython_genutils/pkg-descr b/devel/py-ipython_genutils/pkg-descr new file mode 100644 index 000000000000..11c609efc5f8 --- /dev/null +++ b/devel/py-ipython_genutils/pkg-descr @@ -0,0 +1,3 @@ +Vestigial utilities from IPython. + +WWW: https://pypi.python.org/pypi/ipython_genutils |