This commit is contained in:
Your Name
2017-08-18 00:53:17 +02:00
parent 7c248b8bd7
commit bea640c8a6
26 changed files with 104 additions and 104 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--pytest-3.2.0--C.31094.1502659222.378430.C.tar.bz2 786742 SHA256 894241de56c0a91e5cdab5257f5d4cc1839fa597b8987cdec4eb8a441d70d797 SHA512 ea631e81e661325dacdb10ba71251ca1bfbe2ca93de44190f5f6ffe8be27da974d74558370740e3f30c03e6ec041f6bb170c46abb87e96fa3a61f57a970c96f3 WHIRLPOOL aa7a1f3cfab53191e17afbd79d5c2b18c740152a82ac476cfc5297e2d46cf46914c9c1dc8ba7cf6fd5b96e7a33d2b01058ad1a72887fa3c3d85953d66fd7a76e
PBIN pytest-3.2.0.pbin-1+exheres-0 3583 SHA256 1106e0f590a869d9e5f71814fac37621b71e7d11a2f9bfc991063bc640c5a49c SHA512 499fb0e75f09ede386937ada5f718a87796fb7b32c7cea74c8da18db12763f6cb15be66a0839a7ed221f4949e3720ebfd5cb3f640a0899e698e327d8f330f634 WHIRLPOOL 8dd874b7e693cda363cb588269f43fadc8c593ce839dbdf154a7d66a49981cfdb5c9f45bcf546489e11fa3ed8fc954eb978afb65d31816a49bf3b6211a111aba
DIST hasufell-binhost--dev-python--pytest-3.2.1--C.32047.1503008670.419546.C.tar.bz2 788429 SHA256 4faf225c5c306985349ac910e774bdefff52b40f62019d8b4d82db9f8207ba6c SHA512 ce072ec45cd93504d4fce32e176b270a07f1de8ca680309dc9bba79bdc1b4e84c3dc0a4a5620fab69dfc56bf63d1790f735df488d8af797bcbed5b2939fee970 WHIRLPOOL a3e4272e8481e39e02845fd1dff1cc8349c269f10cd901b0e8cf870ad60a574fb725021092193255059b5aa4669219073400189890c8a934e02b5de07b9b852f
PBIN pytest-3.2.1.pbin-1+exheres-0 3583 SHA256 b07ce39a975c513bcc1b3026a687bb4b1cfb3bd3f96ca6d8159a2415f430a163 SHA512 91b9258a2ca4d500605bbd4b5dfa424eca2e3aeb92090d0b370b6458683d9857b63ec12bbf412f43415fc13a40e2bfbcab9d6daa5eb0ac57082e7b2cd54bcbad WHIRLPOOL b37f795612c3c42cc75eeaceb14576ba78406da0332a58592f6fa7eb3a9facadde4558a0aacf369a7232335c4bbe9dfb9ed49acb31c0a18815e43d6ffc8c6e5f

View File

@@ -1,6 +1,6 @@
# Created by paludis-3.0.0 on Sun Aug 13 23:20:22 CEST 2017
# Created by paludis-3.0.0 on Fri Aug 18 00:24:30 CEST 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.0.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7[sqlite] ) python_abis:3.3? ( dev-lang/python:3.3[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/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.1.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7[sqlite] ) python_abis:3.3? ( dev-lang/python:3.3[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.0.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pytest/pytest-3.2.1.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1502659222"
GENERATED_TIME="1503008670"
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.0--C.31094.1502659222.378430.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pytest-3.2.1--C.32047.1503008670.419546.C.tar.bz2"
SUMMARY="Powerful and scalable testing library for python development"
BUGS_TO="flocke@shadowice.org"
REMOTE_IDS=" pypi:pytest"