pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-types-ujson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 27 09:44:02 UTC 2022

Added Files:
        pkgsrc/devel/py-types-ujson: DESCR Makefile PLIST distinfo

Log Message:
devel/py-types-ujson: import py-types-ujson-4.2.1

This is a PEP 561 type stub package for the ujson package. It can
be used by type-checking tools like mypy, PyCharm, pytype etc. to
check code that uses ujson.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-types-ujson/DESCR \
    pkgsrc/devel/py-types-ujson/Makefile pkgsrc/devel/py-types-ujson/PLIST \
    pkgsrc/devel/py-types-ujson/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-types-ujson/DESCR
diff -u /dev/null pkgsrc/devel/py-types-ujson/DESCR:1.1
--- /dev/null   Thu Jan 27 09:44:02 2022
+++ pkgsrc/devel/py-types-ujson/DESCR   Thu Jan 27 09:44:02 2022
@@ -0,0 +1,3 @@
+This is a PEP 561 type stub package for the ujson package. It can
+be used by type-checking tools like mypy, PyCharm, pytype etc. to
+check code that uses ujson.
Index: pkgsrc/devel/py-types-ujson/Makefile
diff -u /dev/null pkgsrc/devel/py-types-ujson/Makefile:1.1
--- /dev/null   Thu Jan 27 09:44:02 2022
+++ pkgsrc/devel/py-types-ujson/Makefile        Thu Jan 27 09:44:02 2022
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2022/01/27 09:44:02 wiz Exp $
+
+DISTNAME=      types-ujson-4.2.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-ujson/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/python/typeshed
+COMMENT=       Typing stubs for ujson
+LICENSE=       apache-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-types-ujson/PLIST
diff -u /dev/null pkgsrc/devel/py-types-ujson/PLIST:1.1
--- /dev/null   Thu Jan 27 09:44:02 2022
+++ pkgsrc/devel/py-types-ujson/PLIST   Thu Jan 27 09:44:02 2022
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/27 09:44:02 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ujson-stubs/METADATA.toml
+${PYSITELIB}/ujson-stubs/__init__.pyi
Index: pkgsrc/devel/py-types-ujson/distinfo
diff -u /dev/null pkgsrc/devel/py-types-ujson/distinfo:1.1
--- /dev/null   Thu Jan 27 09:44:02 2022
+++ pkgsrc/devel/py-types-ujson/distinfo        Thu Jan 27 09:44:02 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/27 09:44:02 wiz Exp $
+
+BLAKE2s (types-ujson-4.2.1.tar.gz) = 554ce4008bd8fb211fa88d51ced6d75cbc3c50309e923f34455d456a9f79d0a5
+SHA512 (types-ujson-4.2.1.tar.gz) = 39cef03030bbdeeb9a0b17b4b74f032ada85c6131c9b78fabb43b46d9d2c66366267bc9bea376d90108f58eb3f4f7c1f9f24c5adb32985c564298132facd8bf4
+Size (types-ujson-4.2.1.tar.gz) = 1890 bytes



Home | Main Index | Thread Index | Old Index