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
This commit is contained in:
William Grzybowski 2017-09-01 18:10:09 +00:00
parent a589a9f030
commit 226b65e4d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449092
4 changed files with 25 additions and 0 deletions

View file

@ -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

16
devel/py-pydevd/Makefile Normal file
View file

@ -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>

3
devel/py-pydevd/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1504290206
SHA256 (pydevd-1.1.1.tar.gz) = 738d2fd9e5171d87daa1d9b444d97c41849c9cbbb7eb7848a042e7afc81f7943
SIZE (pydevd-1.1.1.tar.gz) = 1044283

View file

@ -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