Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--mypy-0.630--C.17238.1539588777.827051.C.tar.bz2 1659769 SHA256 c73c1bf612c932ec5c0b4361b2442bb1e2562154e016ec273ce2eb45370a7217 SHA512 52ea36d91f8e63468bc38b5a1ad4f4b86d98edd20316e2f9dc0bccc37cd201abef7c2453ec8555f6fa9dc030e181a6a220e563c20a187aaa52ff14464292e79e WHIRLPOOL 857efdd6ca976e08060646a520f9f73ca801408b0d6a33b262dec85381df942d89df3518456242b17b1e385b5d492819bc6a9f9ad41879457da35b71d908e683
|
||||
PBIN mypy-0.630.pbin-1+exheres-0 3384 SHA256 242f1dec9c9adfd887f82947945646ca28241d26baba8f685dde6eee054cba02 SHA512 a55f144e2a5f39c224e1d6e295ff30f70fb0c8642f2adb4f19776958fb5fe39a4ea7bcfe37178478dcfe23daea04d660dc8273f3bd1085d46d87e77970584cdd WHIRLPOOL 405e3934bba4928d2e0c1cfcb9cc6017c5f97c6b41b9af3f3da027b22be40ea7ba1cbb4e28499671c5583698a9d9efb6a8abf8b85ad64dff554b6205cffba4e3
|
||||
DIST hasufell-binhost--dev-python--mypy-0.670--C.19862.1552277370.643606.C.tar.bz2 2003142 SHA256 95047aff835634f56341f04538683fc13535752a944abab7bf172de9754025cb SHA512 ff69959fefcab10fcd2fa16e81a6956f4d3b9585daeb229884aaeae6e89fadac62092a6f229830b4802ef76756869db9cf74545b59d3ce430ee877cc399694a0 WHIRLPOOL dd6b318b932d6e4db1050c2806af1126528fbdb8ae088e8dbe8c03fc94f37de6a946d46df774424941949746e247640c804704dd3bc1e2fd101fdcaa10293683
|
||||
PBIN mypy-0.670.pbin-1+exheres-0 3383 SHA256 5ad4757b829b9f710573b2200faf69b346f3f6431bd91d4b2fecb7e00e4274e6 SHA512 38e91532f7ad61c1c815b290cd5fa934460b2228d058f2cabbb1dac8f9f15dee23b92d107557d6597a497952a1d4ee8aa8f2883da5354dff606df23687514ec9 WHIRLPOOL 95d0fb440cf967ba60bbf4011d0198c3e1f24e4e9798dfbe5504d9fa58054390b0d4d5a31deb58efc9e571024f75b096d267610769e411920d8e59ff1054f36c
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Created by paludis-3.0.0 on Mon Oct 15 09:32:58 CEST 2018
|
||||
# Created by paludis-3.0.0 on Mon Mar 11 05:09:31 CET 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: dev-python/typed-ast[>=1.1.0&<1.2.0][python_abis:*(-)?] dev-python/mypy_extensions[>=0.4.0&<0.5.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:*(-)?] dev-python/virtualenv[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.630.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.3.1&<1.4.0][python_abis:*(-)?] dev-python/mypy_extensions[>=0.4.0&<0.5.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:*(-)?] dev-python/virtualenv[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.670.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.630.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.670.tar.gz"
|
||||
OPTIONS="python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1539588778"
|
||||
GENERATED_TIME="1552277371"
|
||||
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 POSTGRESQL_SERVERS 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.630--C.17238.1539588777.827051.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--mypy-0.670--C.19862.1552277370.643606.C.tar.bz2"
|
||||
SUMMARY="Optional static typing for Python"
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
REMOTE_IDS=" github:python/mypy pypi:mypy"
|
||||
Reference in New Issue
Block a user