pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-types-toml devel/py-types-toml: import py-typ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ca16a9df0523
branches: trunk
changeset: 770716:ca16a9df0523
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 07 18:01:46 2021 +0000
description:
devel/py-types-toml: import py-types-toml-0.10.1
This is a PEP 561 type stub package for the toml package. It can
be used by type-checking tools like mypy, PyCharm, pytype etc. to
check code that uses toml.
diffstat:
devel/py-types-toml/DESCR | 3 +++
devel/py-types-toml/Makefile | 14 ++++++++++++++
devel/py-types-toml/PLIST | 7 +++++++
devel/py-types-toml/distinfo | 5 +++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r 54703d84fe5e -r ca16a9df0523 devel/py-types-toml/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-types-toml/DESCR Tue Dec 07 18:01:46 2021 +0000
@@ -0,0 +1,3 @@
+This is a PEP 561 type stub package for the toml package. It can
+be used by type-checking tools like mypy, PyCharm, pytype etc. to
+check code that uses toml.
diff -r 54703d84fe5e -r ca16a9df0523 devel/py-types-toml/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-types-toml/Makefile Tue Dec 07 18:01:46 2021 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/12/07 18:01:46 wiz Exp $
+
+DISTNAME= types-toml-0.10.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/types-toml/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/python/typeshed
+COMMENT= Typing stubs for toml
+LICENSE= apache-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 54703d84fe5e -r ca16a9df0523 devel/py-types-toml/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-types-toml/PLIST Tue Dec 07 18:01:46 2021 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2021/12/07 18:01:46 wiz Exp $
+${PYSITELIB}/toml-stubs/METADATA.toml
+${PYSITELIB}/toml-stubs/__init__.pyi
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r 54703d84fe5e -r ca16a9df0523 devel/py-types-toml/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-types-toml/distinfo Tue Dec 07 18:01:46 2021 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/12/07 18:01:46 wiz Exp $
+
+BLAKE2s (types-toml-0.10.1.tar.gz) = d79c0f02ccdafb954cec05afdda4e73eb9bdd6871c45983de56ff8ce1326b2e1
+SHA512 (types-toml-0.10.1.tar.gz) = 001757f956dd3af0688a6544b90ba415b26ab3128e0fbb238f4dfaf0bab6b5795d5598bcc9422d854ea235acbc9e78b245c17f9ebc9ad9251ae3c0722b382812
+Size (types-toml-0.10.1.tar.gz) = 1853 bytes
Home |
Main Index |
Thread Index |
Old Index