From 298f135d2263ab6cebdc734eeb7fdc974172b0d1 Mon Sep 17 00:00:00 2001 From: Bryton Lacquement <bryton.lacquement@nexedi.com> Date: Fri, 30 Aug 2019 15:17:08 +0200 Subject: [PATCH] slapos-testing: new software release targeting Python 3.5 --- software/slapos-testing/software-py3.cfg | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 software/slapos-testing/software-py3.cfg diff --git a/software/slapos-testing/software-py3.cfg b/software/slapos-testing/software-py3.cfg new file mode 100644 index 000000000..7c255a9d2 --- /dev/null +++ b/software/slapos-testing/software-py3.cfg @@ -0,0 +1,25 @@ +[buildout] +extends = + ../../component/python3/buildout.cfg + software.cfg +python = python3.5 + +[nghttp2] +environment = + PATH=${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:${m4:location}/bin:${python3.5:location}/bin:%(PATH)s + +[supervisor-repository] +<= git-clone-repository +repository = https://github.com/Supervisor/supervisor.git + +[supervisor-develop] +recipe = zc.recipe.egg:develop +egg = supervisor +setup = ${supervisor-repository:location} + +[eggs] +recipe = zc.recipe.egg +eggs += ${supervisor-develop:egg} + +[versions] +supervisor = -- 2.30.9