svn commit: r559712 - in head/devel: . py-helpdev

Emanuel Haupt ehaupt at FreeBSD.org
Thu Dec 31 09:12:06 UTC 2020


Author: ehaupt
Date: Thu Dec 31 09:12:05 2020
New Revision: 559712
URL: https://svnweb.freebsd.org/changeset/ports/559712

Log:
  Add py-helpdev 0.7.1, extracts information about the Python environment
  easily.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Dec 31 08:35:13 2020	(r559711)
+++ head/devel/Makefile	Thu Dec 31 09:12:05 2020	(r559712)
@@ -4469,6 +4469,7 @@
     SUBDIR += py-gyp
     SUBDIR += py-hash_ring
     SUBDIR += py-heapdict
+    SUBDIR += py-helpdev
     SUBDIR += py-hg-evolve
     SUBDIR += py-hglib
     SUBDIR += py-hgtools

Added: head/devel/py-helpdev/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-helpdev/Makefile	Thu Dec 31 09:12:05 2020	(r559712)
@@ -0,0 +1,22 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	helpdev
+PORTVERSION=	0.7.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt at FreeBSD.org
+COMMENT=	Extracts information about the Python environment easily
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>=5.6:sysutils/py-psutil@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-helpdev/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-helpdev/distinfo	Thu Dec 31 09:12:05 2020	(r559712)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609405322
+SHA256 (helpdev-0.7.1.tar.gz) = bb62a79acbac141dadf42cadeb92bb7450dd18b9824a62043b6a0b149190db3d
+SIZE (helpdev-0.7.1.tar.gz) = 51575

Added: head/devel/py-helpdev/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-helpdev/pkg-descr	Thu Dec 31 09:12:05 2020	(r559712)
@@ -0,0 +1,3 @@
+Helpdev is a library to easily extract information about the Python environment.
+
+WWW: https://pypi.org/project/helpdev/


More information about the svn-ports-all mailing list