Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
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
|
||||
DIST hasufell-binhost--dev-python--pexpect-4.8.0--C.2273.1605740711.71102.C.tar.bz2 171472 SHA256 3799223852cc7a9ec706570286329695b3fbcce1da4af1c9935fb5332bd094b3 SHA512 ffbcdbc8cd3a7510090023155c7b9c5f764e68ea87d50874aae7f6edeedbc9b8c236bbd27b4a54708debdc7d9d1990d297fff3545a727613796f8948ef36f525 WHIRLPOOL 1aae330d6479f1536bd16e8b543c07d76a13af0d81fb9ec88daad992004f8598cda4a473090ad004c53afd3d57f2b137b4d9b57c202ef1a103b63d900ff33a8a
|
||||
PBIN pexpect-4.8.0.pbin-1+exheres-0 3324 SHA256 dc5d5b04161c0112c084b25a2724d9bd1ec3c725dbbcb23e34651619c4ecda5d SHA512 ccdb50d2102ce2c57f1ee8facc7efe3439f76c91faa90502747877536551ab0d17ac08578fa177d5c072c8c3cc984ca856e8a0ed2e02e8ac960abeddd8f62f16 WHIRLPOOL e4c47110b0fc67e78b1016654e23bb9b84b6e220aff3cd49d78692d447720d218adca7343ccfd6baf659bd9ce9464ceb90cd754d6f56f37b7663b1d266e4599c
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# Created by paludis-3.0.0 on Mon 23 Sep 2019 03:20:38 PM CEST
|
||||
# Created by paludis-3.0.0 on Thu 19 Nov 2020 12:05:11 AM CET
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
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 ] ]]"
|
||||
DEPENDENCIES="( build+run: dev-python/ptyprocess[>=0.5][python_abis:*(-)?] ) [[ defined-in = [ pexpect-4.8.0.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) 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 ) python_abis:3.9? ( dev-lang/python:3.9 ) ) [[ 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.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.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] 3.9 [[ description = [ Use Python ABI 3.9 ] ]] ) [[ 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.7.0.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.8.0.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1569244838"
|
||||
GENERATED_TIME="1605740711"
|
||||
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=""
|
||||
@@ -28,9 +28,9 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pexpect-4.7.0--C.26050.1569244837.935545.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pexpect-4.8.0--C.2273.1605740711.71102.C.tar.bz2"
|
||||
SUMMARY="Allows easy control of interactive console applications"
|
||||
BUGS_TO="alip@exherbo.org"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:pexpect"
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
Reference in New Issue
Block a user