pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-types-toml
Module Name: pkgsrc
Committed By: wiz
Date: Tue Dec 7 18:01:46 UTC 2021
Added Files:
pkgsrc/devel/py-types-toml: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-types-toml/DESCR \
pkgsrc/devel/py-types-toml/Makefile pkgsrc/devel/py-types-toml/PLIST \
pkgsrc/devel/py-types-toml/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-toml/DESCR
diff -u /dev/null pkgsrc/devel/py-types-toml/DESCR:1.1
--- /dev/null Tue Dec 7 18:01:46 2021
+++ pkgsrc/devel/py-types-toml/DESCR Tue Dec 7 18:01:46 2021
@@ -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.
Index: pkgsrc/devel/py-types-toml/Makefile
diff -u /dev/null pkgsrc/devel/py-types-toml/Makefile:1.1
--- /dev/null Tue Dec 7 18:01:46 2021
+++ pkgsrc/devel/py-types-toml/Makefile Tue Dec 7 18:01:46 2021
@@ -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"
Index: pkgsrc/devel/py-types-toml/PLIST
diff -u /dev/null pkgsrc/devel/py-types-toml/PLIST:1.1
--- /dev/null Tue Dec 7 18:01:46 2021
+++ pkgsrc/devel/py-types-toml/PLIST Tue Dec 7 18:01:46 2021
@@ -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
Index: pkgsrc/devel/py-types-toml/distinfo
diff -u /dev/null pkgsrc/devel/py-types-toml/distinfo:1.1
--- /dev/null Tue Dec 7 18:01:46 2021
+++ pkgsrc/devel/py-types-toml/distinfo Tue Dec 7 18:01:46 2021
@@ -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