summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-17 11:35:11 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-17 11:36:06 +0100
commit22525f970d958bfe6716eccb00f25e9a4495af97 (patch)
treebe6e8cec7f719dd8466448c4fc15281cda23dde0 /dev-python/binaryornot/files
parentmedia-tv/v4l-utils: Only check Clang in pkg_pretend when installed (diff)
downloadgentoo-22525f970d958bfe6716eccb00f25e9a4495af97.tar.gz
gentoo-22525f970d958bfe6716eccb00f25e9a4495af97.tar.bz2
gentoo-22525f970d958bfe6716eccb00f25e9a4495af97.zip
dev-python/binaryornot: Use new upstream tarball
Upstream has apparently redone the release. The new tarball removes some unnecessary files (including .pyc files that shouldn't be there) and fixes the version number, so we do not need the patch anymore. Closes: https://bugs.gentoo.org/765688 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/binaryornot/files')
-rw-r--r--dev-python/binaryornot/files/binaryornot-0.4.4-fix-version-number.patch13
1 files changed, 0 insertions, 13 deletions
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')