svn commit: r565533 - in head/devel: . py-devtools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 17 17:51:11 UTC 2021


Author: sunpoet
Date: Wed Feb 17 17:51:08 2021
New Revision: 565533
URL: https://svnweb.freebsd.org/changeset/ports/565533

Log:
  Add py-devtools 0.6.1
  
  Python devtools provides Python's missing debug print command and other
  development tools.
  
  WWW: https://github.com/samuelcolvin/python-devtools

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Feb 17 17:50:58 2021	(r565532)
+++ head/devel/Makefile	Wed Feb 17 17:51:08 2021	(r565533)
@@ -4339,6 +4339,7 @@
     SUBDIR += py-demjson
     SUBDIR += py-deprecated
     SUBDIR += py-deprecation
+    SUBDIR += py-devtools
     SUBDIR += py-dexml
     SUBDIR += py-diazo
     SUBDIR += py-dill

Added: head/devel/py-devtools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-devtools/Makefile	Wed Feb 17 17:51:08 2021	(r565533)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	devtools
+PORTVERSION=	0.6.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Debug print command and other development tools
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-devtools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-devtools/distinfo	Wed Feb 17 17:51:08 2021	(r565533)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1613478301
+SHA256 (devtools-0.6.1.tar.gz) = a054307594d35d28fae8df7629967363e851ae0ac7b2152640a8a401c39d42d7
+SIZE (devtools-0.6.1.tar.gz) = 15757

Added: head/devel/py-devtools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-devtools/pkg-descr	Wed Feb 17 17:51:08 2021	(r565533)
@@ -0,0 +1,4 @@
+Python devtools provides Python's missing debug print command and other
+development tools.
+
+WWW: https://github.com/samuelcolvin/python-devtools


More information about the svn-ports-all mailing list