commit:     f9b4d8a6df7f9e2a3bbac32d376b43d91d80d95f
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 10:13:11 2018 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 10:13:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b4d8a6

dev-python/mypy: Bump to 0.630.  Resolves bug 666260.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/mypy/Manifest          |  2 ++
 dev-python/mypy/mypy-0.630.ebuild | 68 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 90f240ee282..20cafab2e93 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,6 +1,8 @@
 DIST mypy-0.570.tar.gz 1050041 BLAKE2B 
034d49627242ad67283689a653d416e956ae0b78287f78d910aa2b3b2b07af5a07d08503259a2c26bbf37154a52b120fcad1bfbb3daccbd9b80d4c1e9fedbddf
 SHA512 
f0822d9e757faedd9cbce5e8b47782fae02523244688a3900a9f202de9f68b5ae094da65526fba79911a42d4d0621c4e5bf1984e57201117db8f5b630314ea4c
 DIST mypy-0.590.tar.gz 1081426 BLAKE2B 
396083f81a1bf6f8230abe3e3e48b9fcf0288edfa6ae2bbcb7b6bd8f50f4e8dd093cacc326d561f5f10fce0bfd213e559d98e32a35a712bd022d8d0682f239d2
 SHA512 
129356a4326e80e292645e3b44b673ab463b1ad9b6388396680ca15a4c9aad6da2a3734a3da5d4ab005fb0572fd08863b20ba80e71af2e87d11546abc7fd78c0
 DIST mypy-0.600.tar.gz 1097269 BLAKE2B 
ee3327cdd7383a93f319335017815bb3341d1b91e3620f7bdc69d1c401e3c8aaa3157cfd8d4657fe072ad90b672017fc2b948ad4ff217d5e4ab91b8946d4569e
 SHA512 
8e89bcbb53d385bbc3bf72de123d4a99230ee5154e1af19adccff7133f86495aa366058e04092356a80036214113ac90ecddcf5e30da59ae2a7c6f3d320b07ef
+DIST mypy-0.630.tar.gz 1172089 BLAKE2B 
672f05f5fa45b922ddebb5ea802358f8a63eecf2671540e9fd53419e9bf04f9513815bdb9cca546b4f9483443ea0d4b55bca259d972f124a33f3a77c4b853e17
 SHA512 
42e2874c2334d04a08a4ac95ea3adae6e910a7811abc9f8a480ae7b87b3034fa8096c12b4dba1d3a9722a2857da8bb76813dd1d858b828934273c1147bc7387d
 DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.590.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.600-2dc7d39.tar.gz 425045 BLAKE2B 
e2ef63f2ed988f77f52e2a01c158ff8e3fbdec118c1f613ffe6c57d025da8d5bcf6dc0e6bcbc1bb8655fbf340a0f358535d7e1ed214a5a1af8e3188f2dde5459
 SHA512 
9c960c2dcb2cd5ed36d77efa47a5632698e841b685386f8d5a31200c61235b68d627fc450d070955ab14962d6a70a2d538929e2dc845512e83161c0299d91807
+DIST mypy-typeshed-0.630-8ed0159.tar.gz 451750 BLAKE2B 
8d59204bf71fadc36788d93e817fe22cd498dfee08709f4c72ba67bca34d0db4792ea1a01f5632b5b52e94298c183e804357c9bb043e28e0628d82320d20852c
 SHA512 
6c5a03853da452f6540b8411bd702ec59e70aae8ca6f923c16959bdba1ee97a619704c5825faa9e428151898b648f0436f9c9dd0c5ef20f5022598e3b88afcb3

diff --git a/dev-python/mypy/mypy-0.630.ebuild 
b/dev-python/mypy/mypy-0.630.ebuild
new file mode 100644
index 00000000000..d75453b988a
--- /dev/null
+++ b/dev-python/mypy/mypy-0.630.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+if [ "${PV}" == "9999" ]; then
+       inherit distutils-r1 git-r3
+       EGIT_REPO_URI="https://github.com/python/${PN}";
+       SRC_URI=""
+else
+       inherit distutils-r1
+       TYPESHED_COMMIT="8ed0159"
+       SRC_URI="https://github.com/python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+                       
https://api.github.com/repos/python/typeshed/tarball/${TYPESHED_COMMIT} -> 
mypy-typeshed-${PV}-${TYPESHED_COMMIT}.tar.gz"
+fi
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+       doc? (
+               dev-python/sphinx[${PYTHON_USEDEP}]
+               dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+       )
+"
+CDEPEND="
+       !dev-util/stubgen
+       >=dev-python/psutil-5.4.0[${PYTHON_USEDEP}]
+       <dev-python/psutil-5.5.0[${PYTHON_USEDEP}]
+       >=dev-python/typed-ast-1.1.0[${PYTHON_USEDEP}]
+       <dev-python/typed-ast-1.2.0[${PYTHON_USEDEP}]
+       "
+
+RDEPEND="${CDEPEND}"
+
+src_unpack() {
+       if [ "${PV}" == "9999" ]; then
+               git-r3_src_unpack
+       else
+               unpack ${A}
+               rmdir "${S}/mypy/typeshed"
+               mv "${WORKDIR}/python-typeshed-${TYPESHED_COMMIT}" 
"${S}/mypy/typeshed"
+       fi
+}
+
+python_compile_all() {
+       use doc && emake -C docs html
+}
+
+python_test() {
+       local PYTHONPATH="$(pwd)"
+
+       "${PYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+       use doc && local HTML_DOCS=( docs/build/html/. )
+
+       distutils-r1_python_install_all
+}

Reply via email to