2020-12-06 19:35:26 UTC

This commit is contained in:
Repository mirror & CI
2020-12-06 19:35:26 +00:00
parent 9000d35a0a
commit f803f39de8
3 changed files with 15 additions and 14 deletions

View File

@@ -1,15 +1,14 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)]
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=UK postcode parser library
EAPI=7
HOMEPAGE=https://github.com/hamstah/ukpostcodeparser
IUSE=test python_targets_pypy3 python_targets_python3_7 python_targets_python3_8
IUSE=python_targets_pypy3 python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_7 python_targets_python3_8 )
RESTRICT=!test? ( test )
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=https://github.com/hamstah/ukpostcodeparser/archive/v1.1.2.tar.gz -> ukpostcodeparser-1.1.2.tar.gz
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multibuild b2c915190b051f55a23b9354b9849847 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8d03325e7e3cf3e1465d9c32031e2517 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=0affeb6b596380a2052f584fe27b0115
_md5_=5ae681bbdf7e57516022b3eab93cb6a3

View File

@@ -1,14 +1,16 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=compile install
DEPEND=media-libs/fontconfig >=dev-lang/ruby-2.2 dev-ruby/rubygems dev-ruby/bundler dev-libs/libffi sys-apps/coreutils
BDEPEND=test? ( ruby_targets_ruby25? ( dev-ruby/bundler[ruby_targets_ruby25(-)] dev-ruby/rubygems[ruby_targets_ruby25(-)] dev-ruby/open4[ruby_targets_ruby25(-)] dev-ruby/highline[ruby_targets_ruby25(-)] dev-ruby/json[ruby_targets_ruby25(-)] dev-ruby/multi_json[ruby_targets_ruby25(-)] dev-ruby/rack[ruby_targets_ruby25(-)] dev-ruby/rack-protection[ruby_targets_ruby25(-)] dev-ruby/rack-test[ruby_targets_ruby25(-)] dev-ruby/thor[ruby_targets_ruby25(-)] dev-ruby/ethon[ruby_targets_ruby25(-)] dev-ruby/thin[ruby_targets_ruby25(-)] dev-ruby/tilt[ruby_targets_ruby25(-)] dev-ruby/sinatra[ruby_targets_ruby25(-)] dev-ruby/open4[ruby_targets_ruby25(-)] dev-ruby/backports[ruby_targets_ruby25(-)] ) ruby_targets_ruby26? ( dev-ruby/bundler[ruby_targets_ruby26(-)] dev-ruby/rubygems[ruby_targets_ruby26(-)] dev-ruby/open4[ruby_targets_ruby26(-)] dev-ruby/highline[ruby_targets_ruby26(-)] dev-ruby/json[ruby_targets_ruby26(-)] dev-ruby/multi_json[ruby_targets_ruby26(-)] dev-ruby/rack[ruby_targets_ruby26(-)] dev-ruby/rack-protection[ruby_targets_ruby26(-)] dev-ruby/rack-test[ruby_targets_ruby26(-)] dev-ruby/thor[ruby_targets_ruby26(-)] dev-ruby/ethon[ruby_targets_ruby26(-)] dev-ruby/thin[ruby_targets_ruby26(-)] dev-ruby/tilt[ruby_targets_ruby26(-)] dev-ruby/sinatra[ruby_targets_ruby26(-)] dev-ruby/open4[ruby_targets_ruby26(-)] dev-ruby/backports[ruby_targets_ruby26(-)] ) ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) virtual/pkgconfig
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=media-libs/fontconfig dev-libs/libffi sys-apps/coreutils ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 )
DESCRIPTION=Pacemaker/Corosync Configuration System
EAPI=7
HOMEPAGE=https://github.com/ClusterLabs/pcs
IUSE=snmp systemd
IUSE=snmp systemd test python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 ruby_targets_ruby25 ruby_targets_ruby26
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=media-libs/fontconfig >=dev-lang/ruby-2.2 dev-ruby/rubygems dev-ruby/bundler dev-libs/libffi sys-apps/coreutils >=www-servers/tornado-6.0 <www-servers/tornado-7.0 dev-python/python-dateutil dev-python/distro dev-python/dacite dev-python/lxml dev-python/pyopenssl dev-python/pycurl dev-python/pyparsing sys-process/psmisc dev-libs/openssl dev-ruby/open4 dev-ruby/highline dev-ruby/json dev-ruby/multi_json dev-ruby/rack dev-ruby/rack-protection dev-ruby/rack-test dev-ruby/thor dev-ruby/ethon dev-ruby/thin dev-ruby/tilt dev-ruby/sinatra dev-ruby/open4 dev-ruby/backports sys-libs/pam >=sys-cluster/corosync-3.0 >=sys-cluster/pacemaker-2.0
RDEPEND=media-libs/fontconfig dev-libs/libffi sys-apps/coreutils >=www-servers/tornado-6.0 <www-servers/tornado-7.0 dev-python/python-dateutil[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/distro[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/dacite[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/lxml[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/pyopenssl[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/pycurl[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/pyparsing[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] sys-process/psmisc dev-libs/openssl sys-libs/pam >=sys-cluster/corosync-3.0 >=sys-cluster/pacemaker-2.0 ruby_targets_ruby25? ( dev-ruby/bundler[ruby_targets_ruby25(-)] dev-ruby/rubygems[ruby_targets_ruby25(-)] dev-ruby/open4[ruby_targets_ruby25(-)] dev-ruby/highline[ruby_targets_ruby25(-)] dev-ruby/json[ruby_targets_ruby25(-)] dev-ruby/multi_json[ruby_targets_ruby25(-)] dev-ruby/rack[ruby_targets_ruby25(-)] dev-ruby/rack-protection[ruby_targets_ruby25(-)] dev-ruby/rack-test[ruby_targets_ruby25(-)] dev-ruby/thor[ruby_targets_ruby25(-)] dev-ruby/ethon[ruby_targets_ruby25(-)] dev-ruby/thin[ruby_targets_ruby25(-)] dev-ruby/tilt[ruby_targets_ruby25(-)] dev-ruby/sinatra[ruby_targets_ruby25(-)] dev-ruby/open4[ruby_targets_ruby25(-)] dev-ruby/backports[ruby_targets_ruby25(-)] ) ruby_targets_ruby26? ( dev-ruby/bundler[ruby_targets_ruby26(-)] dev-ruby/rubygems[ruby_targets_ruby26(-)] dev-ruby/open4[ruby_targets_ruby26(-)] dev-ruby/highline[ruby_targets_ruby26(-)] dev-ruby/json[ruby_targets_ruby26(-)] dev-ruby/multi_json[ruby_targets_ruby26(-)] dev-ruby/rack[ruby_targets_ruby26(-)] dev-ruby/rack-protection[ruby_targets_ruby26(-)] dev-ruby/rack-test[ruby_targets_ruby26(-)] dev-ruby/thor[ruby_targets_ruby26(-)] dev-ruby/ethon[ruby_targets_ruby26(-)] dev-ruby/thin[ruby_targets_ruby26(-)] dev-ruby/tilt[ruby_targets_ruby26(-)] dev-ruby/sinatra[ruby_targets_ruby26(-)] dev-ruby/open4[ruby_targets_ruby26(-)] dev-ruby/backports[ruby_targets_ruby26(-)] ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 )
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 ) || ( ruby_targets_ruby25 ruby_targets_ruby26 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ClusterLabs/pcs/archive/v0.10.7.tar.gz -> pcs-0.10.7.tar.gz
_eclasses_=multilib d410501a125f99ffb560b0c523cd3d1e python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 systemd 69be00334d73f9f50261554b94be0879 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=1a8044e751fec4a23d747580728e6723
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da estack 686eaab303305a908fd57b2fd7617800 multibuild b2c915190b051f55a23b9354b9849847 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8d03325e7e3cf3e1465d9c32031e2517 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 ruby-ng 676004cfb6cdf3dedf1c778d56346624 ruby-utils 927b40774937983813d360c726615e54 systemd 69be00334d73f9f50261554b94be0879 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=d91bea5c210804e03206bfa1c94ec017

View File

@@ -1 +1 @@
Sun, 06 Dec 2020 19:05:26 +0000
Sun, 06 Dec 2020 19:35:26 +0000