This commit is contained in:
Your Name
2020-01-11 09:34:29 +01:00
parent 2e09d5ab40
commit 1ab0a99ad1
139 changed files with 1779 additions and 258 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--pyparsing-2.2.0--C.3468.1498427105.130770.C.tar.bz2 246095 SHA256 dec9d889b17a0177de37f2536e111a8ef2e097049983145ecefa13781633d5d8 SHA512 8c959cbb9b88cf4d85542a78147b0e86983eb8d6c33955a490f0b2d39a0d9b33357591febc6b4b686a840037227494e22086522a316fc682e39e4029bbf61fc2 WHIRLPOOL 5b5186fae033afa0652fd21f395a24bac430f79093d2caf829b95c29ae2c6c1c3e1fab1a3673867f90a0220093b77230771cc53ee8c954359a293331430db3ee
PBIN pyparsing-2.2.0.pbin-1+exheres-0 2775 SHA256 73a9080465d374b1c9f6fc0cc8c1a655135cb5424cfb5776349e0debe80bd1dc SHA512 e1a23cbcfc0a4c986fbfba8b03bd0894f2ec093d55217a4a9ed6804c70ce5add148d9e11eff6d151cccd1bff23f92ccea8b3e9a282ac9fcf41e514a9fac2245d WHIRLPOOL 09eaf40924df38c1e1f1bd8efdae831cd7c481b5c245f91b4d1de4fc5faf577bcc1ddefda0ac63caab919848f642430d9f5a548d3ba072bdda302bc51d50cf02
DIST hasufell-binhost--dev-python--pyparsing-2.4.6--C.15166.1578715731.400133.C.tar.bz2 301756 SHA256 7416f370c1977178f0bf870b41a22be865bf3d66501b0ea2f6a3b119d86103bf SHA512 14065aae005d69fc7f8cb84ac4bcdc483052e8dc48d29fc1efef2cdf992ac10d4c51024ed9385e4142167f71b68ca12c29d93c50bfbf10e64247678bcfa5a887 WHIRLPOOL 4daf457338c2410d84079459956327b35d2cad2702dc4f6e4f90b6d59cd37b02843c5c35de1590c63034f7896530a1752030fa319e078d63268e11e552f146a7
PBIN pyparsing-2.4.6.pbin-1+exheres-0 2796 SHA256 117d27407d360934b80c6b88ecf38e408d171a16c81b44c7bb44f9f147f8d486 SHA512 06a1cfbd49260b94fd78b26e63009a0da2590c0a0a48831ca2a160fcd113206a6b56222877d80893af4b8b7ba087568dff6edc7c7e80215bfcff8778ed319112 WHIRLPOOL 717b70f9da48627a9d0f343cbd09261c8a7adb44f05d802a7146ead59c3194062f3987c95b9cb89916ed8728691de2e6d71b105463ddd9c21f3f9473a18b8119

View File

@@ -1,20 +1,20 @@
# Created by paludis-3.0.0 on Sun Jun 25 23:45:05 CEST 2017
# Created by paludis-3.0.0 on Sat Jan 11 05:08:51 CET 2020
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( test: dev-python/nose[python_abis:*(-)?] ) [[ defined-in = [ pyparsing-2.2.0.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 ] ]]"
DEPENDENCIES="( test: dev-python/nose[python_abis:*(-)?] ) [[ defined-in = [ pyparsing-2.4.6.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 ] ]]"
DESCRIPTION=" The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code."
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://pyparsing.wikispaces.com"
INHERITED=" pypi multibuild easy-multibuild python setup-py"
MYOPTIONS="( ( ( 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="( ( ( 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/pyparsing/pyparsing-2.2.0.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pyparsing/pyparsing-2.4.6.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1498427105"
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="1578715731"
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--pyparsing-2.2.0--C.3468.1498427105.130770.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pyparsing-2.4.6--C.15166.1578715731.400133.C.tar.bz2"
SUMMARY="A Python Parsing Module"
BUGS_TO="philantrop@exherbo.org"
REMOTE_IDS="pypi:pyparsing"