diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-09 14:08:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-09 14:08:52 +0000 |
commit | 962781aa954b66c33c5be731aa681019b07080b9 (patch) | |
tree | e8d2953cefc0551af9d66c3a75e82b3e8c4099e0 | |
parent | 46ea0098926d8de5021b7b4353d86b990ba270d7 (diff) | |
download | ports-962781aa954b66c33c5be731aa681019b07080b9.tar.gz ports-962781aa954b66c33c5be731aa681019b07080b9.zip |
Notes
-rw-r--r-- | devel/py-ipdb/Makefile | 13 | ||||
-rw-r--r-- | devel/py-ipdb/distinfo | 5 | ||||
-rw-r--r-- | devel/py-ipdb/pkg-descr | 1 |
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/py-ipdb/Makefile b/devel/py-ipdb/Makefile index 306eed6a1624..4bb56e3cfe10 100644 --- a/devel/py-ipdb/Makefile +++ b/devel/py-ipdb/Makefile @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= ipdb -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.10.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= IPython-enabled pdb -LICENSE= GPLv2+ +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.10:devel/ipython@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.10.2:devel/ipython@${FLAVOR} -USES= python zip -USE_PYTHON= distutils autoplist NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> diff --git a/devel/py-ipdb/distinfo b/devel/py-ipdb/distinfo index 0857b798aec5..3c40cae569e5 100644 --- a/devel/py-ipdb/distinfo +++ b/devel/py-ipdb/distinfo @@ -1,2 +1,3 @@ -SHA256 (ipdb-0.8.1.zip) = 1763d1564113f5eb89df77879a8d3213273c4d7ff93dcb37a3070cdf0c34fd7c -SIZE (ipdb-0.8.1.zip) = 20522 +TIMESTAMP = 1517678688 +SHA256 (ipdb-0.10.3.tar.gz) = 9ea256b4280fbe12840fb9dfc3ce498c6c6de03352eca293e4400b0dfbed2b28 +SIZE (ipdb-0.10.3.tar.gz) = 9356 diff --git a/devel/py-ipdb/pkg-descr b/devel/py-ipdb/pkg-descr index 1e2d3ad99cfe..606feb6214ac 100644 --- a/devel/py-ipdb/pkg-descr +++ b/devel/py-ipdb/pkg-descr @@ -2,4 +2,5 @@ ipdb exports functions to access the IPython debugger, which features tab completion, syntax highlighting, better tracebacks, better introspection with the same interface as the pdb module. +WWW: https://pypi.python.org/pypi/ipdb WWW: https://github.com/gotcha/ipdb |