This commit is contained in:
Your Name
2017-12-09 19:20:11 +01:00
parent 3fa7949754
commit b9336967d9
127 changed files with 713 additions and 553 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--pytest-3.2.5--C.21879.1511563415.872629.C.tar.bz2 795542 SHA256 f91be3a8f5649d486f3f8b9255b5500f04daf0aac04df09b9c46eb115e1fc906 SHA512 54725d7efd2b04397690e9c7d185b9c84831e207fd46e419204e4beda55f995676cb26db9ec0d3c05e88b70b7927553f15ac23b18266dc7d096bd602fb99869f WHIRLPOOL e7c1285babb00453295122bb74c55b84db92c9210ec07c77f7299c8195a17b3b54c5a99f36213dd6e0ea79cc29cabca808d6864e1708e3f9dc26c75b09b6e17b
PBIN pytest-3.2.5.pbin-1+exheres-0 3486 SHA256 329423987167833ca52ea14db4137a404ce7274f30576ab258577e3cf4097b01 SHA512 f374b3a3cf6187256275aa5e96d884909f56cba1ecc07e0908cdef48badcdfd69545964fb8361119dfbcaa2c8178fe58fdf5b6bfebd06dffc7edf4bf0ab4050c WHIRLPOOL d64c754ae4a22e3002b528caed101e0bd9577116fb1dbadcd4ec327949b2d1e57406f7c8478588024cb8d3c6bdaa28e1f9d51f8e5b571bff13604a6a40b8d6ac
DIST hasufell-binhost--dev-python--pytest-3.3.0--C.7061.1512829115.395714.C.tar.bz2 804555 SHA256 96a056f38f3ee5183ef2b82c223a51cb834ce77b3cb0bd7b81368c90428f834c SHA512 c0b66fb572f2ef54ec42e0d4503c7affaa034c655af24c08e3991da21d53cf2d3ec75ee732fcbc9cc60b84d0eb04a86d1772497521e6171ae1bd7401eefb7e05 WHIRLPOOL 708ac0f98144b3b896d9124b6540e77e4926039d178d035bbedc84534a9f740961132b4e413a196e82223ca1b21cbce858b55029d82a02923cda462e4f148e67
PBIN pytest-3.3.0.pbin-1+exheres-0 3623 SHA256 3df562a89c19e676c5db55aff1dcf05039d434e0a320ad055f546a96d6ccb344 SHA512 244ec55cf66a3cf651d2511a0580bc3b752baaf9f1eee6dbe1c233205a41b1247322530ae98c6bcc3de18470bba050c78d518bd8dcd4b885683cd65a11352aeb WHIRLPOOL 630d7d5d493c81e5054f2766ac01db35a4493b23626a6e02cc9213377b7e1bc96e56da501868e2996cebc2484a7e7553fc6f373da370b801fdb2dd27605b5ffe

View File

@@ -1,6 +1,6 @@
# Created by paludis-3.0.0 on Fri Nov 24 23:43:36 CET 2017
# Created by paludis-3.0.0 on Sat Dec 9 15:18:35 CET 2017
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: dev-python/py[>=1.4.33][python_abis:*(-)?] dev-python/setuptools_scm[python_abis:*(-)?] test: dev-python/hypothesis[>=3.5.2][python_abis:*(-)?] suggestion: dev-python/pytest-twisted[python_abis:*(-)?] [[ description = [ write tests for twisted apps ] ]] dev-python/mock[python_abis:*(-)?] [[ description = [ mocking functionality ] ]] dev-python/nose[python_abis:*(-)?] [[ description = [ run test suites written for nose ] ]] dev-python/pexpect[python_abis:*(-)?] [[ description = [ support for testing py.test and py.test plugins ] ]] dev-python/pytest-xdist[python_abis:*(-)?] [[ description = [ to distribute tests to CPUs and remote hosts ] ]] ) [[ defined-in = [ pytest-3.2.5.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7[sqlite] ) python_abis:3.4? ( dev-lang/python:3.4[sqlite] ) python_abis:3.5? ( dev-lang/python:3.5[sqlite] ) python_abis:3.6? ( dev-lang/python:3.6[sqlite] ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
DEPENDENCIES="( build+run: dev-python/attrs[>=17.2.0][python_abis:*(-)?] dev-python/pluggy[>=0.5&<0.7][python_abis:*(-)?] dev-python/py[>=1.5.0][python_abis:*(-)?] dev-python/setuptools_scm[python_abis:*(-)?] dev-python/six[>=1.10.0][python_abis:*(-)?] test: dev-python/hypothesis[>=3.5.2][python_abis:*(-)?] suggestion: dev-python/pytest-twisted[python_abis:*(-)?] [[ description = [ write tests for twisted apps ] ]] dev-python/mock[python_abis:*(-)?] [[ description = [ mocking functionality ] ]] dev-python/nose[python_abis:*(-)?] [[ description = [ run test suites written for nose ] ]] dev-python/pexpect[python_abis:*(-)?] [[ description = [ support for testing py.test and py.test plugins ] ]] dev-python/pytest-xdist[python_abis:*(-)?] [[ description = [ to distribute tests to CPUs and remote hosts ] ]] ) [[ defined-in = [ pytest-3.3.0.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7[sqlite] ) python_abis:3.4? ( dev-lang/python:3.4[sqlite] ) python_abis:3.5? ( dev-lang/python:3.5[sqlite] ) python_abis:3.6? ( dev-lang/python:3.6[sqlite] ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
DESCRIPTION=" The py.test library provides full-featured and mature testing environment that can scale from simple unit testing to complex functional testing. It includes many common testing methods as well as an extensive plugin and customization system."
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://pypi.python.org/pypi/pytest/"
@@ -9,10 +9,10 @@ MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3
PLATFORMS="~amd64 ~x86"
LICENCES="MIT"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pytest/pytest-3.2.5.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pytest/pytest-3.3.0.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1511563416"
GENERATED_TIME="1512829115"
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=""
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pytest-3.2.5--C.21879.1511563415.872629.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pytest-3.3.0--C.7061.1512829115.395714.C.tar.bz2"
SUMMARY="Powerful and scalable testing library for python development"
BUGS_TO="flocke@shadowice.org"
REMOTE_IDS=" pypi:pytest"