This commit is contained in:
Your Name
2017-06-22 22:00:39 +02:00
parent a5c14f4595
commit 3820251323
79 changed files with 376 additions and 416 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--PyYAML-3.11--C.1571.1471185278.351852.C.tar.bz2 300459 SHA256 35b97bbaf56ad9f44f7442b10daaff94d300526c2d9f4fbc48a4e954fc165417 SHA512 d90ac9a066ab1b756dea3e11a0f625ef36c49622c8532bfa622ec92dcc9f6658081d9902ccbc0cd2d7ab209dca64eab0dfbf6166112e0b9723d6b1d6100244ea WHIRLPOOL ddc0fd763d8b60908e193942dc13d0e56dee0b9abd155cf9df7224602746c042247fa149f7d63083ffc2d015f636c66968ecd62826ba667938d17a29f8998f50
PBIN PyYAML-3.11.pbin-1+exheres-0 3282 SHA256 418a4513a8cda80062a5e6699bee1aa5515bdb6f83a6579f6e36854b3b65b486 SHA512 15d0643f97f8a47051645e18be14566d4336534ccb2e48c6af54a912978f7a655aa65116da9813ff925e1c5dcc0d9f5d7969ec47e37dbe7275d9b2bc677b47be WHIRLPOOL bdc4fffa2253ff55d5e9f28f5ec5de5fa13f19cfd710c7c47bbd5469e675510823e1b10362b6aa808f68daa958e1a00e790e7e79239f9ce24a71cbda9fee10e0
DIST hasufell-binhost--dev-python--PyYAML-3.12--C.4720.1498155964.683936.C.tar.bz2 359459 SHA256 c1306fc5c648a9084fcd11b4cd10a058ca491f6927a1ec9e00dc895c7ea503c1 SHA512 9a5bfe6b53c5b28aacb290d4792ccd35b654a73c3a72670408520ccf79734c3505195f46f5d234031ac9950af453e611e8b190151382c0fc81d681d02c8b1adf WHIRLPOOL ed9a5fa61f4114dff4af3cb2059ab11fd2c1eb32be50c93015aa94527d39988fed3b8f029b108674246df95f642b40f60d5d0119bcc56bd1a3bfd1c328753531
PBIN PyYAML-3.12.pbin-1+exheres-0 3310 SHA256 d0712e3442b40dbafd9ab4b7e682b184c2793c5ad02dcd449d1638ebc10ec242 SHA512 049c208817e9f396b7396216ccfd6eebb53ffc9e6f00b2dbcadec8080fdc158e9a0f0dbbcce91e6ed37ac248b9e36e5d4f96397389760c90817fda533ab7e216 WHIRLPOOL 6b18a899df5a3a1a876fbcf377d582183cc0dd12a281d501f5e70fd8d1c196f0fd92fe429c62e2cd6fe288bf31fe5558285e1138305535c7ff79425ad2f17173

View File

@@ -1,34 +1,34 @@
# Created by paludis-2.6.0-git-2.6.0-13-g7d83832 on Sun Aug 14 16:34:38 CEST 2016
# Created by paludis-3.0.0 on Thu Jun 22 20:26:04 CEST 2017
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: dev-libs/libyaml ) [[ defined-in = [ PyYAML-3.11.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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
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 ] ]]"
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"
INHERITED=" pypi multibuild easy-multibuild python setup-py"
MYOPTIONS="( ( examples [[ description = [ Install example source code ] ]] ) [[ defined-in = [ PyYAML-3.11.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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
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"
LICENCES="MIT"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-3.11.tar.gz http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-3.12.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.5 "
GENERATED_USING="paludis-2.6.0-git-2.6.0-13-g7d83832"
GENERATED_TIME="1471185278"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES 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"
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1498155964"
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=""
CBUILD=""
CC="x86_64-pc-linux-gnu-cc"
CFLAGS="-march=core2 -pipe -O2"
CFLAGS="-march=native -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CTARGET=""
CXX="x86_64-pc-linux-gnu-c++"
CXXFLAGS="-march=core2 -pipe -O2"
CXXFLAGS="-march=native -pipe -O2"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--PyYAML-3.11--C.1571.1471185278.351852.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--PyYAML-3.12--C.4720.1498155964.683936.C.tar.bz2"
SUMMARY="YAML parser and emitter for Python"
BUGS_TO=""
REMOTE_IDS=" pypi:PyYAML"