Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--astroid-2.3.3--C.25606.1578715851.96993.C.tar.bz2 387339 SHA256 84879673ddb2eda10644b59a3675dc18d6d4b0ebaf00e24e112c0e0191802914 SHA512 268f132b289c724c18056afb24cdaf22173a8f05421a3e60a30795401fdd482a45b8163d2a4b154f8875e47e25f18efdb0d7dbb897146a5e11400c2a9060f888 WHIRLPOOL 17e653833c4cf17cc7a4dd55a49a9b87077ab65eca105959dc65f753bb2299d3bbd968bdf49be903b6ee56c255350701cc0a20cb9f9917ee0f611108206b2f80
|
||||
PBIN astroid-2.3.3.pbin-1+exheres-0 3697 SHA256 0efc8599810e89542ff00f9c04a91dc17c49682d11b1903ae4f62bd2c4ab9cba SHA512 8157e732a9a06d746543bacf320b001785d26cd193d67dd595a30314d7dda078d04b51ac2a8bd1633d5a895fc8131ff9cda667bc2b70c9a5efed4ba8283de1ba WHIRLPOOL 0bd4585baa7ab0828c8f3c594f78e91a0df7cfb99851280296594e63c862e0aa67774085713805fdbfb667c71295a10fd4cbf277f84ff85cc91eec873d8373ec
|
||||
DIST hasufell-binhost--dev-python--astroid-2.4.2-r1--C.13933.1605741672.660919.C.tar.bz2 412966 SHA256 44a92464b97c61ab2b8d99f5b9b090e9e4f0a7b8bc764b6b528de5a234a186e8 SHA512 cb376787905a81e25052f039a38222404c9cf1001f45417039eb71c55cce7b4271f2ab2c68de78b866929d8109e10043f68f5095514e429d9e0e194ce8fea228 WHIRLPOOL 1a93db15fa86997351bb95db32a231b61ac53735770d22cb9b942df55cb6cef2e8ec955392d09b44ae16e15ff1d1a3c2928c3e30ff7f80a95243b4e73cc1389b
|
||||
PBIN astroid-2.4.2-r1.pbin-1+exheres-0 3633 SHA256 0fd5c8d202395d17e99f995e102704d2d35f9b42df4248151af4061873c2956c SHA512 8caceb5dae77155895234eea0441492303c13a7e8bad1fe14d99bca4cacf01aab21641c2bf2e02fcba5c7599e256254d4f15783a13a5a4555ae2b41739c7faec WHIRLPOOL 04f99e12aba9d9a7718e36eb15900c94c0815708fdb9a992d771778792925665b120c25a15406b620774a38088313a6cee74b7d45617f42f32df661fe1bf6ebc
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# Created by paludis-3.0.0 on Sat Jan 11 05:10:51 CET 2020
|
||||
# Created by paludis-3.0.0 on Thu Nov 19 00:21:13 CET 2020
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: 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 ) python_abis:3.8? ( dev-lang/python:3.8 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]] ( run: dev-python/lazy-object-proxy[~>1.4.0][python_abis:*(-)?] dev-python/six[~>1.12][python_abis:*(-)?] dev-python/wrapt[~>1.11.0][python_abis:*(-)?] test: dev-python/pytest[python_abis:*(-)?] dev-python/nose[python_abis:*(-)?] dev-python/python-dateutil[python_abis:*(-)?] build+run: python_abis:3.5? ( dev-python/typed-ast[~>1.4.0][python_abis:3.5] ) python_abis:3.6? ( dev-python/typed-ast[~>1.4.0][python_abis:3.6] ) python_abis:3.7? ( dev-python/typed-ast[~>1.4.0][python_abis:3.7] ) post: dev-python/pylint[>=2] ) [[ defined-in = [ astroid.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) python_abis:3.8? ( dev-lang/python:3.8 ) python_abis:3.9? ( dev-lang/python:3.9 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]] ( run: dev-python/lazy-object-proxy[~>1.4.0][python_abis:*(-)?] dev-python/six[~>1.12][python_abis:*(-)?] dev-python/wrapt[~>1.11.0][python_abis:*(-)?] test: dev-python/pytest[python_abis:*(-)?] dev-python/nose[python_abis:*(-)?] dev-python/python-dateutil[python_abis:*(-)?] build+run: python_abis:3.6? ( dev-python/typed-ast[~>1.4.0][python_abis:3.6] ) python_abis:3.7? ( dev-python/typed-ast[~>1.4.0][python_abis:3.7] ) post: dev-python/pylint[>=2] ) [[ defined-in = [ astroid.exlib ] ]]"
|
||||
DESCRIPTION=" The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs. It used to be called logilab-astng. It provides a compatible representation which comes from the _ast module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name scopes. Furthermore, astroid builds partial trees by inspecting living objects."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://github.com/PyCQA/astroid"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py astroid"
|
||||
MYOPTIONS="( ( ( python_abis: ( 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
MYOPTIONS="( ( ( python_abis: ( 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] 3.9 [[ description = [ Use Python ABI 3.9 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64"
|
||||
LICENCES="LGPL-2.1"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/a/astroid/astroid-2.3.3.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/a/astroid/astroid-2.4.2.tar.gz"
|
||||
OPTIONS="python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1578715851"
|
||||
GENERATED_TIME="1605741673"
|
||||
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 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 PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--astroid-2.3.3--C.25606.1578715851.96993.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--astroid-2.4.2-r1--C.13933.1605741672.660919.C.tar.bz2"
|
||||
SUMMARY="A common base representation of python source code for pylint and other projects"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:astroid"
|
||||
Reference in New Issue
Block a user