pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc



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.

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@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"
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



Home | Main Index | Thread Index | Old Index