From 8ed852e56dbfcfbc6d985cb6816a27877624ed34 Mon Sep 17 00:00:00 2001 From: Alexander Kapshuna Date: Wed, 12 Jun 2019 17:27:30 +0300 Subject: [PATCH] supervisor: version bump to 4.0.3 --- ...supervisor-3.3.5.exheres-0 => supervisor-4.0.3.exheres-0} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename packages/app-admin/supervisor/{supervisor-3.3.5.exheres-0 => supervisor-4.0.3.exheres-0} (78%) diff --git a/packages/app-admin/supervisor/supervisor-3.3.5.exheres-0 b/packages/app-admin/supervisor/supervisor-4.0.3.exheres-0 similarity index 78% rename from packages/app-admin/supervisor/supervisor-3.3.5.exheres-0 rename to packages/app-admin/supervisor/supervisor-4.0.3.exheres-0 index a5f41e6a..e8ef2458 100644 --- a/packages/app-admin/supervisor/supervisor-3.3.5.exheres-0 +++ b/packages/app-admin/supervisor/supervisor-4.0.3.exheres-0 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 require openrc-service [ openrc_confd_files=[ "${FILES}"/openrc/confd ] ] -require setup-py [ import=setuptools blacklist="3" ] +require setup-py [ import=setuptools test=pytest ] require pypi SUMMARY="A system for controlling process state under UNIX" @@ -17,7 +17,8 @@ DEPENDENCIES=" run: dev-python/meld3[python_abis:*(-)?] test: - dev-python/mock[python_abis:*(-)?] + dev-python/pexpect[python_abis:*(-)?] + python_abis:2.7? ( dev-python/mock[python_abis:2.7] ) " RESTRICT="test" # sydbox violations