![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / devel / py-types-toml / Makefile (download)
Revision 1.1, Tue Dec 7 18:01:46 2021 UTC (13 months, 3 weeks ago) by wiz
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. |
# $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 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"