This commit is contained in:
Your Name
2018-06-23 06:26:22 +02:00
parent 74ae3f172d
commit 7ee23ddc65
94 changed files with 874 additions and 234 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--mypy-0.570--C.24991.1528550023.730125.C.tar.bz2 1500610 SHA256 49022aabc76c7482da081bafbe42cc050fc5fc7f27626881e74a6e8e0227811d SHA512 eacd772668554c5c681b227f238e91070f3eb8b450f2b047f7b423c6f3f60b52e20889ad06aade5602c86331714d538fdb0aa4d617146d0edfbc56c0f605f551 WHIRLPOOL 09eb8d03d512f9a0b0597e1eaf4733bd6311b2fbcf3e31e361ad7f37b3648360ea0f45888bb9ef36d8a8c36eefdc2c47b98f7aaa4ee39c5d40650f61b14cdc90
PBIN mypy-0.570.pbin-1+exheres-0 2994 SHA256 a1a09c88c36e4ee8be11e8c55ce1a1a02ba297253d77f24787dc46a943f534e0 SHA512 8cf60fabd4e481f1407860f3715983c69f8d42222910b7a99c5c97457e48ec90d207138d4df4b5aa7b4edc6e436954ddb2528aa447469694ef991bdb5e6666ac WHIRLPOOL 0c003d797fed52eae2ec3ce0a44ecb2dd5771e9ce48ccc63b2210200813cb6cb225243ccfb09b44e9664f6174042e0d0b8d5c2f19f87666a8d5295a7d89c05e2
DIST hasufell-binhost--dev-python--mypy-0.610--C.3053.1529715483.586253.C.tar.bz2 1590486 SHA256 fa2703d09fa19302a488b62eeaaf71e35af0a6f51f6540a53e1513e661644382 SHA512 193a74f20ab4186dcb89071898917f0e60ffff19e6122f0e5079eb3040da7bc90af4a0b8bdb4405103f220593a96fffaf1a8f86ed2e4dc336bc8f3db3319cd71 WHIRLPOOL e07fb46613734139a2482fc5a3c4e86bb42c9bb25ef1cfe6b0efc9e351cb33913674537b325f1c0a1d6fa0e34616334956f8144241ea7ff0d904319ec55808d5
PBIN mypy-0.610.pbin-1+exheres-0 3261 SHA256 08e02e74bdede54fed8b175e40faa251d8d62a36b0bee09f220bc9d09e3bd112 SHA512 de790de39989bbf757cf5d60ad426d503fc44d17a32341a8f2ba3aad1553ab2523b6191025ac0e9f814cee84c81022cdc23ee0571c47168f23a0888768efafe1 WHIRLPOOL f3a39b631757ca2c8a19774e9dfd2ec55346451d99ccd38f68c0e9b0677f17665b4cab8a1882fa176ca94c0387be80e76df1155e3c7908dfa7064291aa390008

View File

@@ -1,6 +1,6 @@
# Created by paludis-3.0.0 on Sat Jun 9 15:13:44 CEST 2018
# Created by paludis-3.0.0 on Sat Jun 23 02:58:04 CEST 2018
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: dev-python/typed-ast[>=1.1.0&<1.2.0][python_abis:*(-)?] dev-python/psutil[>=5.4.0&<5.5.0][python_abis:*(-)?] python_abis:3.4? ( dev-python/typing[>=3.5.3][python_abis:3.4] ) ) [[ defined-in = [ mypy-0.570.exheres-0 ] ]] ( build+run: python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
DEPENDENCIES="( build+run: dev-python/typed-ast[>=1.1.0&<1.2.0][python_abis:*(-)?] python_abis:3.4? ( dev-python/typing[>=3.5.3][python_abis:3.4] ) test: dev-python/py[>=1.5.2][python_abis:*(-)?] dev-python/pytest[>=3.0][python_abis:*(-)?] dev-python/pytest-cov[>=2.4.0][python_abis:*(-)?] dev-python/pytest-xdist[>=1.18][python_abis:*(-)?] suggestion: dev-python/psutil[>=5.4.0&<5.5.0][python_abis:*(-)?] [[ description = [ Show memory stats in 'dmypy status -v' ] ]] ) [[ defined-in = [ mypy-0.610.exheres-0 ] ]] ( build+run: python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
DESCRIPTION=" Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types."
EAPI="pbin-1+exheres-0"
HOMEPAGE="http://www.mypy-lang.org https://pypi.org/project/mypy/"
@@ -9,10 +9,10 @@ MYOPTIONS="( ( ( python_abis: ( 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3
PLATFORMS="~amd64 ~x86"
LICENCES="MIT"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.570.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.610.tar.gz"
OPTIONS="python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1528550024"
GENERATED_TIME="1529715484"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
ASFLAGS=""
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="hasufell"
PLATFORMS="~amd64 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--mypy-0.570--C.24991.1528550023.730125.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--mypy-0.610--C.3053.1529715483.586253.C.tar.bz2"
SUMMARY="Optional static typing for Python"
BUGS_TO="hasufell@posteo.de"
REMOTE_IDS=" github:python/mypy pypi:mypy"