2020-03-15 11:36:47 UTC

This commit is contained in:
Repository mirror & CI
2020-03-15 11:36:47 +00:00
parent 77765dc2d4
commit fc7c6cb1ea
4 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
BDEPEND=test? ( dev-python/mock[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/nose[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Helpers for better testing.
EAPI=7
HOMEPAGE=https://github.com/fluxx/exam
IUSE=test python_targets_python3_6 python_targets_python3_7
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/mock[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/e/exam/exam-0.10.6.tar.gz
_eclasses_=distutils-r1 741ee6361e3e62791ae1f32ec416afc4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 4dfa39908a2b26ac08e45ca546f7c9b6 python-utils-r1 3ab704558125f1813be1cc37ed9e2667 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
_md5_=880783eca33991fa3f03efe1ecf53a20

View File

@@ -1,7 +1,7 @@
BDEPEND=sys-devel/autoconf sys-devel/automake >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig
DEFINED_PHASES=install postinst prepare
DEPEND=acct-group/fort acct-user/fort caps? ( sys-libs/libcap ) dev-libs/jansson libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0= ) filecaps? ( sys-libs/libcap )
DESCRIPTION=FORT validator is an open source RPKI validator.
DESCRIPTION=FORT validator is an open source RPKI validator
EAPI=7
HOMEPAGE=https://fortproject.net/validator?2
IUSE=caps libressl +filecaps
@@ -11,4 +11,4 @@ RDEPEND=acct-group/fort acct-user/fort caps? ( sys-libs/libcap ) dev-libs/jansso
SLOT=0
SRC_URI=https://github.com/NICMx/FORT-validator/archive/v1.2.0.tar.gz -> FORT-validator-1.2.0.tar.gz
_eclasses_=autotools ea7865c8fba1ea8d3639f355fffe1a3c fcaps 9445d60c1eb084a91c38ef4c070b2f16 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
_md5_=8ecda3d194aa3be5b6ab2ccd76c8daea
_md5_=9d4d2de4ca89571034d18ffe3308e964

View File

@@ -18,6 +18,7 @@ dev-python/atomiclong 0.1.1 9999: An AtomicLong type using CFFI.
dev-python/black 19.10_beta0: The uncompromising Python code formatter
dev-python/curio 0.9: Concurrent I/O
dev-python/dataclasses 0.7: A backport of the dataclasses module for Python 3.6
dev-python/exam 0.10.6: Helpers for better testing.
dev-python/glicko2 9999: An implementation of the Glicko-2 rating system for Python
dev-python/hstspreload 2020.2.1: Chromium HSTS Preload list as a Python package
dev-python/httptools 0.1.1: Fast HTTP parser
@@ -57,7 +58,7 @@ kde-misc/plasma-applet-thermal-monitor 1.2.9: Plasma 5 applet for monitoring CPU
media-gfx/azpainter 2.1.5: Full color painting software for Linux for illustration drawing
media-video/vidify 2.1.0: Watch music videos in real time for the songs playing on your device
media-video/vidify-audiosync 0.2: Audio synchronization feature for vidify
net-misc/FORT-validator 1.2.0: FORT validator is an open source RPKI validator.
net-misc/FORT-validator 1.2.0: FORT validator is an open source RPKI validator
sci-electronics/kactus2 3.8.0 9999: A open source IP-XACT-based tool
sci-electronics/verilator 4.026 9999: The fast free Verilog/SystemVerilog simulator
sci-libs/ann 1.1.2_p7: A Library for Approximate Nearest Neighbor Searching

View File

@@ -1 +1 @@
Sat, 14 Mar 2020 23:48:35 +0000
Sun, 15 Mar 2020 11:36:47 +0000