Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E0EAC1A9239 for ; Tue, 11 Jan 2022 19:15:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2700B84EA7; Tue, 11 Jan 2022 19:15:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 55B1484EAC for ; Tue, 11 Jan 2022 19:15:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VqXdbbwmgQDN for ; Tue, 11 Jan 2022 19:15:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AB92384CFC for ; Tue, 11 Jan 2022 19:15:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A32DEFB24; Tue, 11 Jan 2022 19:15:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641928537202530" MIME-Version: 1.0 Date: Tue, 11 Jan 2022 19:15:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220111191537.A32DEFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641928537202530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 11 19:15:37 UTC 2022 Modified Files: pkgsrc/misc: Makefile Added Files: pkgsrc/misc/py-shellingham: DESCR Makefile PLIST distinfo Log Message: py-shellingham: added version 1.4.0 Shellingham detects what shell the current Python executable is running in. To generate a diff of this commit: cvs rdiff -u -r1.558 -r1.559 pkgsrc/misc/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/misc/py-shellingham/DESCR \ pkgsrc/misc/py-shellingham/Makefile pkgsrc/misc/py-shellingham/PLIST \ pkgsrc/misc/py-shellingham/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641928537202530 Content-Disposition: inline Content-Length: 3452 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.558 pkgsrc/misc/Makefile:1.559 --- pkgsrc/misc/Makefile:1.558 Tue Jan 11 19:14:09 2022 +++ pkgsrc/misc/Makefile Tue Jan 11 19:15:37 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.558 2022/01/11 19:14:09 adam Exp $ +# $NetBSD: Makefile,v 1.559 2022/01/11 19:15:37 adam Exp $ # COMMENT= Miscellaneous utilities @@ -254,6 +254,7 @@ SUBDIR+= py-carddav SUBDIR+= py-crashtest SUBDIR+= py-immutables SUBDIR+= py-platformdirs +SUBDIR+= py-shellingham SUBDIR+= py-sniffio SUBDIR+= py-stdnum SUBDIR+= py-tqdm Added files: Index: pkgsrc/misc/py-shellingham/DESCR diff -u /dev/null pkgsrc/misc/py-shellingham/DESCR:1.1 --- /dev/null Tue Jan 11 19:15:37 2022 +++ pkgsrc/misc/py-shellingham/DESCR Tue Jan 11 19:15:37 2022 @@ -0,0 +1 @@ +Shellingham detects what shell the current Python executable is running in. Index: pkgsrc/misc/py-shellingham/Makefile diff -u /dev/null pkgsrc/misc/py-shellingham/Makefile:1.1 --- /dev/null Tue Jan 11 19:15:37 2022 +++ pkgsrc/misc/py-shellingham/Makefile Tue Jan 11 19:15:37 2022 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2022/01/11 19:15:37 adam Exp $ + +DISTNAME= shellingham-1.4.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= misc python +MASTER_SITES= ${MASTER_SITE_PYPI:=s/shellingham/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/sarugaku/shellingham +COMMENT= Tool to detect surrounding shell +LICENSE= isc + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/misc/py-shellingham/PLIST diff -u /dev/null pkgsrc/misc/py-shellingham/PLIST:1.1 --- /dev/null Tue Jan 11 19:15:37 2022 +++ pkgsrc/misc/py-shellingham/PLIST Tue Jan 11 19:15:37 2022 @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2022/01/11 19:15:37 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/zip-safe +${PYSITELIB}/shellingham/__init__.py +${PYSITELIB}/shellingham/__init__.pyc +${PYSITELIB}/shellingham/__init__.pyo +${PYSITELIB}/shellingham/_core.py +${PYSITELIB}/shellingham/_core.pyc +${PYSITELIB}/shellingham/_core.pyo +${PYSITELIB}/shellingham/nt.py +${PYSITELIB}/shellingham/nt.pyc +${PYSITELIB}/shellingham/nt.pyo +${PYSITELIB}/shellingham/posix/__init__.py +${PYSITELIB}/shellingham/posix/__init__.pyc +${PYSITELIB}/shellingham/posix/__init__.pyo +${PYSITELIB}/shellingham/posix/_core.py +${PYSITELIB}/shellingham/posix/_core.pyc +${PYSITELIB}/shellingham/posix/_core.pyo +${PYSITELIB}/shellingham/posix/proc.py +${PYSITELIB}/shellingham/posix/proc.pyc +${PYSITELIB}/shellingham/posix/proc.pyo +${PYSITELIB}/shellingham/posix/ps.py +${PYSITELIB}/shellingham/posix/ps.pyc +${PYSITELIB}/shellingham/posix/ps.pyo Index: pkgsrc/misc/py-shellingham/distinfo diff -u /dev/null pkgsrc/misc/py-shellingham/distinfo:1.1 --- /dev/null Tue Jan 11 19:15:37 2022 +++ pkgsrc/misc/py-shellingham/distinfo Tue Jan 11 19:15:37 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/01/11 19:15:37 adam Exp $ + +BLAKE2s (shellingham-1.4.0.tar.gz) = d360dc5c34e73500cd1c6150ce547efcfd5dd68739dc03b93bee6244f2b57302 +SHA512 (shellingham-1.4.0.tar.gz) = fb071566be34e5f20b380b23166a8d6d7e9d412404387c8b6e5f83c0cd88622adfc1459a55774dfaf2bf7aba5fb1d7e1e5de7c3d2e340d69a864568abe398878 +Size (shellingham-1.4.0.tar.gz) = 9599 bytes --_----------=_1641928537202530--