I don't really see many situations where you would run into this exact problem, so there is no 'natural' solution. A quick one liner that should do the trick for you would be however:
{input_list[2*i]:input_list[2*i+1] for i in range(len(input_list)//2)}