Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--PyYAML-3.12--C.4317.1498427368.118474.C.tar.bz2 358737 SHA256 2d2d09deaca4d08cd24e8590ab72ae8f21ce5e2b7a6611edc3cb0f4cd5ed989f SHA512 cd10c48fe11608fb7d359bcdd9159ff5ca9b72505a12fec7f0a461874f9b07fa98db56f1e57946732710967d0fdb85ef1f05290cb045c284579bb3fe5545b9fe WHIRLPOOL ede5cbe2518fed344b51e524d59130109949b96bb12535042f3a04b8120466f191980389830ca0bc0f641fdf05781ac01afb3d2c9befe1a7a445b474ccc78907
|
||||
PBIN PyYAML-3.12.pbin-1+exheres-0 3310 SHA256 b62a85426b26d5c7d0387a62c523dfda17db8f21bdb6f1319a58a26229c5f377 SHA512 862fdd47b17bf81495ca3bebfc1741c61b67c2cfc00464ff21d85bbbf69aef58f6060ee6a7ab011109c674355443de08e767b044c0881254817c5af52e53d7e0 WHIRLPOOL e07432d41dd8a3167bb544ce970597cfa8edbca773734632b27ad5104a3ead755c38a5eca70ecccb5203123375c777d666328013c5dc53408a2d391c73325416
|
||||
DIST hasufell-binhost--dev-python--PyYAML-5.3.1--C.19348.1588169638.290218.C.tar.bz2 430384 SHA256 13c9c9446e31dcd08549fb4bf21a77586b1b5a8a274ab13f8f826fcd089ea331 SHA512 e66cba414cb822db7ebab8862d7a76f1fcd2b248593415d399d46f1e70047f3eac4adc6399e0672c98072b677c412caea1a6955e6c58787cd89236c93d0fb106 WHIRLPOOL 7f466f11f89b83f21dee4eac503ba8dc9acd7a05c8f3fba44f6bdbfd77cf9003218c711509a9b2238bc6c6210c6dfced14683ff3eb4ca3efe41813d7c9b08fc6
|
||||
PBIN PyYAML-5.3.1.pbin-1+exheres-0 3333 SHA256 489cada9245ff7724366b92f964ab5f82433ae75b2029eb055a4e282985f88a9 SHA512 aebaa46db6b807703ec9846cedb5db54d5f3461aace1c15e9bd99c1c5688652e07faf3a1fb447b235c57a4cac6301768541bfa3166d05b96fe8c2f7138cd1dbf WHIRLPOOL 980b000a454d352f8a268c8f3bcd36691df5a70e6036e33de6714e6aa0f16f7f511c5bf670e76b013c80e6563d56504845144253f0b11c9caffddc3895af7414
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Sun Jun 25 23:49:28 CEST 2017
|
||||
# Created by paludis-3.0.0 on Wed Apr 29 16:13:58 CEST 2020
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: dev-libs/libyaml ) [[ defined-in = [ PyYAML-3.12.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.3? ( dev-lang/python:3.3 ) 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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: dev-libs/libyaml ) [[ defined-in = [ PyYAML-5.3.1.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) 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:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=" PyYAML features * A complete YAML 1.1 parser. In particular, PyYAML can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. * Unicode support including UTF-8/UTF-16 input/output and \\u escape sequences. * low-level event-based parser and emitter API (like SAX). * high-level API for serializing and deserializing native Python objects (like DOM or pickle). * support for all types from the YAML types repository. A simple extension API is provided. * both pure-Python and fast LibYAML-based parsers and emitters. * relatively sensible error messages."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/PyYAML/ http://pyyaml.org/wiki/PyYAML"
|
||||
HOMEPAGE="https://pypi.org/project/PyYAML/ https://pyyaml.org/wiki/PyYAML"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py"
|
||||
MYOPTIONS="( ( examples [[ description = [ Install example source code ] ]] ) [[ defined-in = [ PyYAML-3.12.exheres-0 ] ]] ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.3 [[ description = [ Use Python ABI 3.3 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS="( ( examples [[ description = [ Install example source code ] ]] ) [[ defined-in = [ PyYAML-5.3.1.exheres-0 ] ]] ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 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 ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-3.12.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-5.3.1.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1498427368"
|
||||
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"
|
||||
GENERATED_TIME="1588169638"
|
||||
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"
|
||||
@@ -26,9 +26,9 @@ CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--PyYAML-3.12--C.4317.1498427368.118474.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--PyYAML-5.3.1--C.19348.1588169638.290218.C.tar.bz2"
|
||||
SUMMARY="YAML parser and emitter for Python"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:PyYAML"
|
||||
Reference in New Issue
Block a user