Date: Thu, 31 Dec 2020 09:12:05 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559712 - in head/devel: . py-helpdev Message-ID: <202012310912.0BV9C5kJ071871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= helpdev +PORTVERSION= 0.7.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012310912.0BV9C5kJ071871>