Tue Jan 11 19:15:37 2022 UTC ()
py-shellingham: added version 1.4.0

Shellingham detects what shell the current Python executable is running in.


(adam)
diff -r1.558 -r1.559 pkgsrc/misc/Makefile
diff -r0 -r1.1 pkgsrc/misc/py-shellingham/DESCR
diff -r0 -r1.1 pkgsrc/misc/py-shellingham/Makefile
diff -r0 -r1.1 pkgsrc/misc/py-shellingham/PLIST
diff -r0 -r1.1 pkgsrc/misc/py-shellingham/distinfo

cvs diff -r1.558 -r1.559 pkgsrc/misc/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/Makefile 2022/01/11 19:14:09 1.558
+++ pkgsrc/misc/Makefile 2022/01/11 19:15:37 1.559
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.558 2022/01/11 19:14:09 adam Exp $ 1# $NetBSD: Makefile,v 1.559 2022/01/11 19:15:37 adam Exp $
2# 2#
3 3
4COMMENT= Miscellaneous utilities 4COMMENT= Miscellaneous utilities
5 5
6SUBDIR+= 9menu 6SUBDIR+= 9menu
7SUBDIR+= Addresses 7SUBDIR+= Addresses
8SUBDIR+= JBidwatcher 8SUBDIR+= JBidwatcher
9SUBDIR+= JMdict 9SUBDIR+= JMdict
10SUBDIR+= R-Hmisc 10SUBDIR+= R-Hmisc
11SUBDIR+= R-pillar 11SUBDIR+= R-pillar
12SUBDIR+= R-praise 12SUBDIR+= R-praise
13SUBDIR+= abduco 13SUBDIR+= abduco
14SUBDIR+= ansiweather 14SUBDIR+= ansiweather
@@ -244,26 +244,27 @@ SUBDIR+= pdmenu @@ -244,26 +244,27 @@ SUBDIR+= pdmenu
244SUBDIR+= php-orangehrm 244SUBDIR+= php-orangehrm
245SUBDIR+= pick 245SUBDIR+= pick
246SUBDIR+= pinfo 246SUBDIR+= pinfo
247SUBDIR+= pixd 247SUBDIR+= pixd
248SUBDIR+= ppower 248SUBDIR+= ppower
249SUBDIR+= pty-redir 249SUBDIR+= pty-redir
250SUBDIR+= py-anita 250SUBDIR+= py-anita
251SUBDIR+= py-ansi 251SUBDIR+= py-ansi
252SUBDIR+= py-asciinema 252SUBDIR+= py-asciinema
253SUBDIR+= py-carddav 253SUBDIR+= py-carddav
254SUBDIR+= py-crashtest 254SUBDIR+= py-crashtest
255SUBDIR+= py-immutables 255SUBDIR+= py-immutables
256SUBDIR+= py-platformdirs 256SUBDIR+= py-platformdirs
 257SUBDIR+= py-shellingham
257SUBDIR+= py-sniffio 258SUBDIR+= py-sniffio
258SUBDIR+= py-stdnum 259SUBDIR+= py-stdnum
259SUBDIR+= py-tqdm 260SUBDIR+= py-tqdm
260SUBDIR+= py-trytond-carrier 261SUBDIR+= py-trytond-carrier
261SUBDIR+= py-trytond-carrier-percentage 262SUBDIR+= py-trytond-carrier-percentage
262SUBDIR+= py-trytond-carrier-weight 263SUBDIR+= py-trytond-carrier-weight
263SUBDIR+= py-trytond-company 264SUBDIR+= py-trytond-company
264SUBDIR+= py-trytond-dashboard 265SUBDIR+= py-trytond-dashboard
265SUBDIR+= py-trytond-party 266SUBDIR+= py-trytond-party
266SUBDIR+= py-trytond-party-relationship 267SUBDIR+= py-trytond-party-relationship
267SUBDIR+= py-trytond-party-siret 268SUBDIR+= py-trytond-party-siret
268SUBDIR+= py-trytond-product 269SUBDIR+= py-trytond-product
269SUBDIR+= py-trytond-product-attribute 270SUBDIR+= py-trytond-product-attribute

File Added: pkgsrc/misc/py-shellingham/DESCR
Shellingham detects what shell the current Python executable is running in.

File Added: pkgsrc/misc/py-shellingham/Makefile
# $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"

File Added: pkgsrc/misc/py-shellingham/PLIST
@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

File Added: pkgsrc/misc/py-shellingham/distinfo
$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