pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc py-shellingham: added version 1.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c51454c8cbd5
branches: trunk
changeset: 371672:c51454c8cbd5
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jan 11 19:15:37 2022 +0000
description:
py-shellingham: added version 1.4.0
Shellingham detects what shell the current Python executable is running in.
diffstat:
misc/Makefile | 3 ++-
misc/py-shellingham/DESCR | 1 +
misc/py-shellingham/Makefile | 16 ++++++++++++++++
misc/py-shellingham/PLIST | 27 +++++++++++++++++++++++++++
misc/py-shellingham/distinfo | 5 +++++
5 files changed, 51 insertions(+), 1 deletions(-)
diffs (82 lines):
diff -r 07da4e7db16f -r c51454c8cbd5 misc/Makefile
--- a/misc/Makefile Tue Jan 11 19:14:09 2022 +0000
+++ b/misc/Makefile Tue Jan 11 19:15:37 2022 +0000
@@ -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-crashtest
SUBDIR+= py-immutables
SUBDIR+= py-platformdirs
+SUBDIR+= py-shellingham
SUBDIR+= py-sniffio
SUBDIR+= py-stdnum
SUBDIR+= py-tqdm
diff -r 07da4e7db16f -r c51454c8cbd5 misc/py-shellingham/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-shellingham/DESCR Tue Jan 11 19:15:37 2022 +0000
@@ -0,0 +1,1 @@
+Shellingham detects what shell the current Python executable is running in.
diff -r 07da4e7db16f -r c51454c8cbd5 misc/py-shellingham/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-shellingham/Makefile Tue Jan 11 19:15:37 2022 +0000
@@ -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@localhost
+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"
diff -r 07da4e7db16f -r c51454c8cbd5 misc/py-shellingham/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-shellingham/PLIST Tue Jan 11 19:15:37 2022 +0000
@@ -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
diff -r 07da4e7db16f -r c51454c8cbd5 misc/py-shellingham/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-shellingham/distinfo Tue Jan 11 19:15:37 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index