From owner-svn-ports-all@freebsd.org Thu Dec 31 09:12:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B40D14BA188; Thu, 31 Dec 2020 09:12:06 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D62Ty4nfQz4VPf; Thu, 31 Dec 2020 09:12:06 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97704606E; Thu, 31 Dec 2020 09:12:06 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BV9C61f071875; Thu, 31 Dec 2020 09:12:06 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BV9C5kJ071871; Thu, 31 Dec 2020 09:12:05 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202012310912.0BV9C5kJ071871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 31 Dec 2020 09:12:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559712 - in head/devel: . py-helpdev X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/devel: . py-helpdev X-SVN-Commit-Revision: 559712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2020 09:12:06 -0000 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 +# $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 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/