#!/bin/sh #---------------------------------------------------------------------------- # _do_python38-hypothesis - joblist to do befor mktarball.sh work # # Creation : 2018-04-06 holbru # Last update: $Id$ #---------------------------------------------------------------------------- #exec 2> python38-hypothesis-trace$$.log #set -x # backup path call_dir=$(pwd) # set package name package_name="python38-hypothesis" package_folder="hypothesis" package_internal_name="hypothesis" package_lib=false lib_folder=no eis_folder=eis_python38_hypothesis # change into $package cd python3/${package_folder}/_ADMIN . ../../../_ADMIN/_do_main_package # change to old path from backup cd ${call_dir}