Date: Fri, 9 Feb 2018 14:08:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461312 - head/devel/py-ipdb Message-ID: <201802091408.w19E8qgW067949@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 9 14:08:52 2018 New Revision: 461312 URL: https://svnweb.freebsd.org/changeset/ports/461312 Log: Update to 0.10.3 - Update LICENSE - Allow concurrent installation (USE_PYTHON=concurrent) - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt Modified: head/devel/py-ipdb/Makefile head/devel/py-ipdb/distinfo head/devel/py-ipdb/pkg-descr Modified: head/devel/py-ipdb/Makefile ============================================================================== --- head/devel/py-ipdb/Makefile Fri Feb 9 14:08:46 2018 (r461311) +++ head/devel/py-ipdb/Makefile Fri Feb 9 14:08:52 2018 (r461312) @@ -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> Modified: head/devel/py-ipdb/distinfo ============================================================================== --- head/devel/py-ipdb/distinfo Fri Feb 9 14:08:46 2018 (r461311) +++ head/devel/py-ipdb/distinfo Fri Feb 9 14:08:52 2018 (r461312) @@ -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 Modified: head/devel/py-ipdb/pkg-descr ============================================================================== --- head/devel/py-ipdb/pkg-descr Fri Feb 9 14:08:46 2018 (r461311) +++ head/devel/py-ipdb/pkg-descr Fri Feb 9 14:08:52 2018 (r461312) @@ -2,4 +2,5 @@ ipdb exports functions to access the IPython debugger, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802091408.w19E8qgW067949>