From abaa75b10f899ada8dd05b23cc03205064394bc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jan 2021 20:28:19 +0000 Subject: gentoo resync : 22.01.2021 --- .../files/binaryornot-0.4.4-fix-version-number.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev-python/binaryornot/files/binaryornot-0.4.4-fix-version-number.patch (limited to 'dev-python/binaryornot/files') diff --git a/dev-python/binaryornot/files/binaryornot-0.4.4-fix-version-number.patch b/dev-python/binaryornot/files/binaryornot-0.4.4-fix-version-number.patch deleted file mode 100644 index 05d6ed0b7449..000000000000 --- a/dev-python/binaryornot/files/binaryornot-0.4.4-fix-version-number.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index 68a4f5b..a0c9e14 100755 ---- a/setup.py -+++ b/setup.py -@@ -13,7 +13,7 @@ with open('README.rst') as readme_file: - with open('HISTORY.rst') as history_file: - history = history_file.read().replace('.. :changelog:', '') - --version = '0.4.3' -+version = '0.4.4' - - if sys.argv[-1] == 'publish': - os.system('python setup.py sdist bdist_wheel upload') -- cgit v1.2.3