Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--pexpect-3.3--C.24917.1498427079.297741.C.tar.bz2 134761 SHA256 35ddb9fa00fb8a0951b5aeed719d3f203d56d3dc26e0909897c67db1aea1eb99 SHA512 0771d241af9fcdab573623c1b3b6f9e8cbba6274eb5c8215b9a67b34b9b779c40e499277f8e1921bc6c75229625c899cb99c1bb26a4106f01162bb9ead6d4ed5 WHIRLPOOL fee8bccda6c31e5539230b6a91657f715e47432bec3cc808ecacdb50827f9c4f2611619010879e5f098a5da9b0c0f4efb290286427f9c9db195d4e6416d0e4ef
|
||||
PBIN pexpect-3.3.pbin-1+exheres-0 3274 SHA256 9f565c4edfe689a24756a97b4c2f112d8e5b22b985e15749b27792b8be970dd2 SHA512 4b966d6a4ac0aa7ab599a353878f68244f6728e570649d068654db1d40a07f60e7e7f273704012ea681083f6356aa952c9a307222f081e758d57c2ed8fb08af0 WHIRLPOOL 5be6b24b6d83cf909fe3015166940fe1ee4c324cf5bf030d970c96c1e4136a15e15fd2a466be22d48ea92ac89e7f94f283cafc3ac257e79780435f6dade73c7a
|
||||
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
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# Created by paludis-3.0.0 on Sun Jun 25 23:44:39 CEST 2017
|
||||
# Created by paludis-3.0.0 on Sat Nov 17 07:03:24 CET 2018
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( ) [[ defined-in = [ pexpect-3.3.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 ] ]] ( ( 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.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 ] ]]"
|
||||
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.python.org/pypi/pexpect/"
|
||||
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 ] ]] ) "
|
||||
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 ] ]] ) "
|
||||
PLATFORMS="~amd64"
|
||||
LICENCES="MIT"
|
||||
LICENCES="ISC"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-3.3.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.6.0.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1498427079"
|
||||
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"
|
||||
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"
|
||||
ASFLAGS=""
|
||||
CBUILD=""
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pexpect-3.3--C.24917.1498427079.297741.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pexpect-4.6.0--C.28406.1542434604.674369.C.tar.bz2"
|
||||
SUMMARY="Allows easy control of interactive console applications"
|
||||
BUGS_TO="alip@exherbo.org"
|
||||
REMOTE_IDS=" pypi:pexpect"
|
||||
Reference in New Issue
Block a user