pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-wat-inspector



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 28 09:40:03 UTC 2024

Added Files:
        pkgsrc/devel/py-wat-inspector: DESCR Makefile PLIST distinfo

Log Message:
devel/py-wat-inspector: import py-wat-inspector-0.2.1

WAT is a powerful inspection tool that allows you to delve into
and examine unknown objects at runtime.

If you find yourself deep within the Python console, feeling dazed
and confused, wondering "WAT? What's that thing?", that's where
the `wat` inspector comes in handy.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-wat-inspector/DESCR \
    pkgsrc/devel/py-wat-inspector/Makefile \
    pkgsrc/devel/py-wat-inspector/PLIST \
    pkgsrc/devel/py-wat-inspector/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-wat-inspector/DESCR
diff -u /dev/null pkgsrc/devel/py-wat-inspector/DESCR:1.1
--- /dev/null   Sun Jul 28 09:40:03 2024
+++ pkgsrc/devel/py-wat-inspector/DESCR Sun Jul 28 09:40:03 2024
@@ -0,0 +1,6 @@
+WAT is a powerful inspection tool that allows you to delve into
+and examine unknown objects at runtime.
+
+If you find yourself deep within the Python console, feeling dazed
+and confused, wondering "WAT? What's that thing?", that's where
+the `wat` inspector comes in handy.
Index: pkgsrc/devel/py-wat-inspector/Makefile
diff -u /dev/null pkgsrc/devel/py-wat-inspector/Makefile:1.1
--- /dev/null   Sun Jul 28 09:40:03 2024
+++ pkgsrc/devel/py-wat-inspector/Makefile      Sun Jul 28 09:40:03 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2024/07/28 09:40:03 wiz Exp $
+
+DISTNAME=      wat_inspector-0.2.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wat_inspector/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/wat_inspector/
+COMMENT=       Deep inspection of Python objects
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-wat-inspector/PLIST
diff -u /dev/null pkgsrc/devel/py-wat-inspector/PLIST:1.1
--- /dev/null   Sun Jul 28 09:40:03 2024
+++ pkgsrc/devel/py-wat-inspector/PLIST Sun Jul 28 09:40:03 2024
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2024/07/28 09:40:03 wiz Exp $
+${PYSITELIB}/wat/__init__.py
+${PYSITELIB}/wat/__init__.pyc
+${PYSITELIB}/wat/__init__.pyo
+${PYSITELIB}/wat/inspection/__init__.py
+${PYSITELIB}/wat/inspection/__init__.pyc
+${PYSITELIB}/wat/inspection/__init__.pyo
+${PYSITELIB}/wat/inspection/inspection.py
+${PYSITELIB}/wat/inspection/inspection.pyc
+${PYSITELIB}/wat/inspection/inspection.pyo
+${PYSITELIB}/wat/py.typed
+${PYSITELIB}/wat/version.py
+${PYSITELIB}/wat/version.pyc
+${PYSITELIB}/wat/version.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
Index: pkgsrc/devel/py-wat-inspector/distinfo
diff -u /dev/null pkgsrc/devel/py-wat-inspector/distinfo:1.1
--- /dev/null   Sun Jul 28 09:40:03 2024
+++ pkgsrc/devel/py-wat-inspector/distinfo      Sun Jul 28 09:40:03 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/07/28 09:40:03 wiz Exp $
+
+BLAKE2s (wat_inspector-0.2.1.tar.gz) = fb5051fa7068a68d54b47bb415a18c261d5f31adeae8dad1bc5f4c48bb301668
+SHA512 (wat_inspector-0.2.1.tar.gz) = 4cc7acf8db984238a88ea4d016d5f786e66640f3ec0d6eb48f7206d825d01f038768378c8a868876e2650dd4e681efd73d01ab3728fc89d0e8abd15144157fb1
+Size (wat_inspector-0.2.1.tar.gz) = 20102 bytes



Home | Main Index | Thread Index | Old Index