This commit is contained in:
Your Name
2019-09-24 00:51:36 +02:00
parent 1b33bc19ca
commit dd5d39c8fd
508 changed files with 3982 additions and 3382 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--pexpect-4.6.0--C.28406.1542434604.674369.C.tar.bz2 157200 SHA256 23247b56d3f8c9b4822ada7a8013b5caafeea819ae875ce55c8512595bd2f1fa SHA512 95364b9bc009f67c1e23c6b73bc5cca0f4b7d9b1a644003f4d8eb7bedf855992318982ffb88d473532d6cf57437e2428a601a7cb0cbf35f266e91a4c085f88c8 WHIRLPOOL d3b0d4dfd104591504cbf9d8c754a3ecd83daee336250e519ba41a41868c83f32d019c6b3299246db63e40bc0682fa6bdbe1c97c28b64c8c181af9154492535c
PBIN pexpect-4.6.0.pbin-1+exheres-0 3365 SHA256 0ab4f0aaabedd3d613d4fc131df3fe2d81f03f31d43d3bce50803316193f6f76 SHA512 b03dd5d6a6d08b24d8d735e839016cb5a006d8a101e45821f5b0d3fd8035281fbeb379fd6492c25809d0014ae95497ad0ed0a1e67311aa035ef82dfbe12c83d1 WHIRLPOOL c4f48e0d75518ae58e9f8a990b2508f526463480c86bba77ad16c8bf37fea94d7535b548c45c3ccbd205ea64282b83396ae9774deb99bd450db5fc65356e6aac
DIST hasufell-binhost--dev-python--pexpect-4.7.0--C.26050.1569244837.935545.C.tar.bz2 165050 SHA256 170ca2cd312e6a2123467b186c857095025cd1fbe8c8a8a459f618ec5d336431 SHA512 e3f814045954b71bb56346206016620c49f61a1971f6f5f00af886fbc34db8ca420be8b3911ba1c3fd6a0b7f9c6e3322d17b075c8e1945ed7080f75151cc1033 WHIRLPOOL b2f66e3c6bf41b4dd628f9e4d5be98941060d9424978c9abd60c1a8f87ca8863029901e3c90e1b7777de44cd746c33b1f467d9296388ffcdd9ceef17542023fe
PBIN pexpect-4.7.0.pbin-1+exheres-0 3255 SHA256 ea4e8b7628684250a9c6451e5c865c1d1548696e9436a343cec7a2654e0f8e8d SHA512 597cc210b1a3d6437519ed0a542a6ec8163d4d17d8459d124adff130d61eeff3024b4cce654b97f74d423465270765ebb3594b4c1e849295c2a3f016eb48ecd3 WHIRLPOOL 38426d725012e013294159413d0d1959102c944e0dfb54a7713a3d77a19e4117285f598d2b2038e8ab32e7b76f14a447fe77ae818bb26b76f842177a0bc6c080

View File

@@ -1,20 +1,20 @@
# Created by paludis-3.0.0 on Sat Nov 17 07:03:24 CET 2018
# Created by paludis-3.0.0 on Mon 23 Sep 2019 03:20:38 PM CEST
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: dev-python/ptyprocess[>=0.5][python_abis:*(-)?] ) [[ defined-in = [ pexpect-4.6.0.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) 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 ] ]] ( ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
DEPENDENCIES="( build+run: dev-python/ptyprocess[>=0.5][python_abis:*(-)?] ) [[ defined-in = [ pexpect-4.7.0.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 ) ) [[ defined-in = [ python.exlib ] ]] ( ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
DESCRIPTION=" Pexpect is a Python module for spawning child applications and controlling them automatically. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Other Expect-like modules for Python require TCL and Expect or require C extensions to be compiled. Pexpect does not use C, Expect, or TCL extensions. It should work on any platform that supports the standard Python pty module. The Pexpect interface focuses on ease of use so that simple tasks are easy."
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://pypi.org/project/pexpect/"
INHERITED=" utf8-locale pypi multibuild easy-multibuild python setup-py"
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 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: ( 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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
PLATFORMS="~amd64"
LICENCES="ISC"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.6.0.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.7.0.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1542434604"
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="1569244838"
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,7 +28,7 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pexpect-4.6.0--C.28406.1542434604.674369.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pexpect-4.7.0--C.26050.1569244837.935545.C.tar.bz2"
SUMMARY="Allows easy control of interactive console applications"
BUGS_TO="alip@exherbo.org"
REMOTE_IDS=" pypi:pexpect"