pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-types-ujson devel/py-types-ujson: import py-t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bba1f184f8b
branches:  trunk
changeset: 372562:9bba1f184f8b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 27 09:44:02 2022 +0000

description:
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.

diffstat:

 devel/py-types-ujson/DESCR    |   3 +++
 devel/py-types-ujson/Makefile |  14 ++++++++++++++
 devel/py-types-ujson/PLIST    |   7 +++++++
 devel/py-types-ujson/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 33788277bebd -r 9bba1f184f8b devel/py-types-ujson/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-types-ujson/DESCR        Thu Jan 27 09:44:02 2022 +0000
@@ -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.
diff -r 33788277bebd -r 9bba1f184f8b devel/py-types-ujson/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-types-ujson/Makefile     Thu Jan 27 09:44:02 2022 +0000
@@ -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"
diff -r 33788277bebd -r 9bba1f184f8b devel/py-types-ujson/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-types-ujson/PLIST        Thu Jan 27 09:44:02 2022 +0000
@@ -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
diff -r 33788277bebd -r 9bba1f184f8b devel/py-types-ujson/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-types-ujson/distinfo     Thu Jan 27 09:44:02 2022 +0000
@@ -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