Date: Fri, 1 Sep 2017 18:10:09 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449092 - in head/devel: . py-pydevd Message-ID: <201709011810.v81IA9Aj037978@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Fri Sep 1 18:10:09 2017 New Revision: 449092 URL: https://svnweb.freebsd.org/changeset/ports/449092 Log: devel/py-pydevd: The sources for the PyDev.Debugger (used in PyDev & PyCharm) It is available so that it can be installed for doing remote debugging. WWW: https://pypi.python.org/pypi/pydevd Added: head/devel/py-pydevd/ head/devel/py-pydevd/Makefile (contents, props changed) head/devel/py-pydevd/distinfo (contents, props changed) head/devel/py-pydevd/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 1 17:11:25 2017 (r449091) +++ head/devel/Makefile Fri Sep 1 18:10:09 2017 (r449092) @@ -4655,6 +4655,7 @@ SUBDIR += py-pycodestyle SUBDIR += py-pycparser SUBDIR += py-pydenticon + SUBDIR += py-pydevd SUBDIR += py-pydispatcher SUBDIR += py-pydocstyle SUBDIR += py-pydoop Added: head/devel/py-pydevd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pydevd/Makefile Fri Sep 1 18:10:09 2017 (r449092) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= pydevd +PORTVERSION= 1.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Debugger used in PyDev and PyCharm + +USES= python +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-pydevd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pydevd/distinfo Fri Sep 1 18:10:09 2017 (r449092) @@ -0,0 +1,3 @@ +TIMESTAMP = 1504290206 +SHA256 (pydevd-1.1.1.tar.gz) = 738d2fd9e5171d87daa1d9b444d97c41849c9cbbb7eb7848a042e7afc81f7943 +SIZE (pydevd-1.1.1.tar.gz) = 1044283 Added: head/devel/py-pydevd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pydevd/pkg-descr Fri Sep 1 18:10:09 2017 (r449092) @@ -0,0 +1,5 @@ +The sources for the PyDev.Debugger (used in PyDev & PyCharm) + +It is available so that it can be installed for doing remote debugging. + +WWW: https://pypi.python.org/pypi/pydevd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709011810.v81IA9Aj037978>