pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py-mypy_extensions py-mypy_extensions: added vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c35f3c77a03e
branches:  trunk
changeset: 315664:c35f3c77a03e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 28 08:14:57 2018 +0000

description:
py-mypy_extensions: added version 0.4.1

The "mypy_extensions" module defines experimental extensions to the standard
"typing" module that are supported by the mypy typechecker.

diffstat:

 lang/py-mypy_extensions/DESCR    |   2 ++
 lang/py-mypy_extensions/Makefile |  23 +++++++++++++++++++++++
 lang/py-mypy_extensions/PLIST    |   9 +++++++++
 lang/py-mypy_extensions/distinfo |   6 ++++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 408aec5fa682 -r c35f3c77a03e lang/py-mypy_extensions/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-mypy_extensions/DESCR     Wed Nov 28 08:14:57 2018 +0000
@@ -0,0 +1,2 @@
+The "mypy_extensions" module defines experimental extensions to the standard
+"typing" module that are supported by the mypy typechecker.
diff -r 408aec5fa682 -r c35f3c77a03e lang/py-mypy_extensions/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-mypy_extensions/Makefile  Wed Nov 28 08:14:57 2018 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2018/11/28 08:14:57 adam Exp $
+
+DISTNAME=      mypy_extensions-0.4.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    lang python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mypy_extensions/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.mypy-lang.org/
+COMMENT=       Experimental type system extensions
+LICENSE=       mit
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 34
+DEPENDS+=      ${PYPKGPREFIX}-typing>=3.5.3:../../devel/py-typing
+.endif
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 408aec5fa682 -r c35f3c77a03e lang/py-mypy_extensions/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-mypy_extensions/PLIST     Wed Nov 28 08:14:57 2018 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/28 08:14:57 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/mypy_extensions.py
+${PYSITELIB}/mypy_extensions.pyc
+${PYSITELIB}/mypy_extensions.pyo
diff -r 408aec5fa682 -r c35f3c77a03e lang/py-mypy_extensions/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-mypy_extensions/distinfo  Wed Nov 28 08:14:57 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/11/28 08:14:57 adam Exp $
+
+SHA1 (mypy_extensions-0.4.1.tar.gz) = c5b4df957b9f8484768a26276e6a12e7127793ed
+RMD160 (mypy_extensions-0.4.1.tar.gz) = a894abb0f05f169f059e39761d7dcf0f37afd12d
+SHA512 (mypy_extensions-0.4.1.tar.gz) = eeba8fc372cf49a80e78eb099b7eca348a65785d64efef01d11a8258ebab43162eafd2c041cd66d3ba6efe3cda1447510e6077bbde85b16fc81d62928cee0f10
+Size (mypy_extensions-0.4.1.tar.gz) = 4048 bytes



Home | Main Index | Thread Index | Old Index