Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--typed-ast-1.3.1--C.14328.1552277354.253642.C.tar.bz2 229893 SHA256 211fb285f1e95cb8b400e036d6125d239a776d21d3faad76134cda516c18fdf3 SHA512 cd780518a27070f6ae84dae0d94911ac5be3ecd5ff170ba9f9252dd889b83a5972341110ac6cf46396d277ba4b5c1a39d8ae8bbf587eb9f2bf4bcab3c32151ed WHIRLPOOL 6f03106226abba879d5e22e2591bef9e563bd3b32470ad2bb66c40c706b53a5f961abc00c1feaf94790a965370f9f7d4b6b568f47f8666ce23da306f0b82ea12
|
||||
PBIN typed-ast-1.3.1.pbin-1+exheres-0 2900 SHA256 f25cbf87362d8d1f0de39029eb10b9b064133b27e88866663c8a2cbafe31f2a6 SHA512 5e0baaf25f408a90b3c01db9be0c2c6874e6d13dbd8ccd9d0e59a32f8f4ca91f794212815f4b6525e5bf4fcc6f117372b672bfbebf5329c9e99292b28e5ff2ce WHIRLPOOL 21f37d21f8ece76bc45855f1effd49f063c1106c47fe643465c0f8ce388007d3806fb012f6c3062cc840066fa6c19baf5ade62525d51460d6a82d71482b7a6c9
|
||||
DIST hasufell-binhost--dev-python--typed-ast-1.4.0--C.15541.1569244927.935208.C.tar.bz2 234054 SHA256 f289a2be741ec690473fa701f21cae46c85d9b3d72771849bce4749d1308edfd SHA512 08cf29c305375f72d6eade6cbed2810ea08febe35d289266bf01fd39aa319eea9fb0abcb2485a3527bd068794f6f4ef5b25983ffbffc9bdf7b5cb686579e04ff WHIRLPOOL 4cfd51ee34284b23c492a57051b16d0f73930f6d42c01efc0c008ad0aef261c776ba6fecc1b6cc0211cd04ba0ba76f2f26b8b834dff8fd95012917b607f18f62
|
||||
PBIN typed-ast-1.4.0.pbin-1+exheres-0 2787 SHA256 70c4560caddbdf8857b2ccc5df19d21aab211e276dfacb4c367a061862778127 SHA512 de34f71a6af753d7725f57eae09935a58b5dfe991789a61378cfb809027ebd72c32d99d2e253f3915973270553cdba078252704891469523f4e677e2084ba0a7 WHIRLPOOL 85c60342e13659404d12a1c849abe1509311f28368bb4f7496747b5baa92a45bc86733a1624c84ebc4047c8de34a26981d57b6741b254e351dc9927b45cbf8fa
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Mon Mar 11 05:09:14 CET 2019
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:22:08 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( 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: 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=" typed_ast is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard ast library. Unlike ast, the parsers in typed_ast include PEP 484 type comments and are independent of the version of Python under which they are run. The typed_ast parsers produce the standard Python AST (plus type comments), and are both fast and correct, as they are based on the CPython 2.7 and 3.6 parser"
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/typed-ast/"
|
||||
HOMEPAGE="https://pypi.org/project/typed_ast/"
|
||||
INHERITED=" github pypi multibuild easy-multibuild python setup-py typed-ast"
|
||||
MYOPTIONS="( ( ( python_abis: ( 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
LICENCES="Apache-2.0"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/t/typed-ast/typed-ast-1.3.1.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/t/typed_ast/typed_ast-1.4.0.tar.gz"
|
||||
OPTIONS="python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1552277354"
|
||||
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"
|
||||
GENERATED_TIME="1569244928"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,10 +28,10 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="hasufell"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--typed-ast-1.3.1--C.14328.1552277354.253642.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--typed-ast-1.4.0--C.15541.1569244927.935208.C.tar.bz2"
|
||||
SUMMARY="A fork of Python 2 and 3 ast modules with type comment support"
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
REMOTE_IDS=" github:python/typed_ast pypi:typed-ast"
|
||||
REMOTE_IDS=" github:python/typed_ast pypi:typed_ast"
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
Reference in New Issue
Block a user