File patch_shebang.patch of Package python3-textile
--- textile/core.py 2016-07-18 19:01:59.000000000 +0200 +++ textile/core.py 2016-07-30 21:50:46.869225585 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import unicode_literals --- textile/regex_strings.py 2016-07-18 19:01:59.000000000 +0200 +++ textile/regex_strings.py 2016-07-30 21:50:46.869225585 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import unicode_literals