svn commit: r485930 - in head/devel: . thonny

Wen Heping wen at FreeBSD.org
Mon Nov 26 08:35:07 UTC 2018


Author: wen
Date: Mon Nov 26 08:35:05 2018
New Revision: 485930
URL: https://svnweb.freebsd.org/changeset/ports/485930

Log:
  Thonny is a Python IDE meant for learning programming.
  
  WWW: http://thonny.org/

Added:
  head/devel/thonny/
  head/devel/thonny/Makefile   (contents, props changed)
  head/devel/thonny/distinfo   (contents, props changed)
  head/devel/thonny/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Nov 26 08:34:51 2018	(r485929)
+++ head/devel/Makefile	Mon Nov 26 08:35:05 2018	(r485930)
@@ -6295,6 +6295,7 @@
     SUBDIR += tex-libtexluajit
     SUBDIR += tex-synctex
     SUBDIR += tex-web2c
+    SUBDIR += thonny
     SUBDIR += thrift
     SUBDIR += thrift-c_glib
     SUBDIR += thrift-cpp

Added: head/devel/thonny/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/thonny/Makefile	Mon Nov 26 08:35:05 2018	(r485930)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	thonny
+PORTVERSION=	3.0.8
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
+
+MAINTAINER=	wen at FreeBSD.org
+COMMENT=	Python IDE for beginners
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	pylint:devel/pylint \
+		${PYTHON_PKGNAMEPREFIX}jedi>=0.10:devel/py-jedi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}astroid>=1.4.9:devel/py-astroid@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}docutils>=0.13.1:textproc/py-docutils@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mypy>=0.470:devel/py-mypy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0.4.0:devel/py-mypy_extensions@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyperclip>=1.5.27:devel/py-pyperclip@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}serial>=3.2.1:comms/py-serial@${PY_FLAVOR}
+
+USES=		python:3.5+
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/thonny/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/thonny/distinfo	Mon Nov 26 08:35:05 2018	(r485930)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1543141788
+SHA256 (thonny-3.0.8.tar.gz) = c5d6d9029e96cb24c6fbad36b61955fd05ad9ee742f1c8d99df35e87425c6fd4
+SIZE (thonny-3.0.8.tar.gz) = 360603

Added: head/devel/thonny/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/thonny/pkg-descr	Mon Nov 26 08:35:05 2018	(r485930)
@@ -0,0 +1,3 @@
+Thonny is a Python IDE meant for learning programming.
+
+WWW: http://thonny.org/


More information about the svn-ports-all mailing list