From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- .../files/python-tlsh-4.8.2-setup-sources.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 dev-python/python-tlsh/files/python-tlsh-4.8.2-setup-sources.patch (limited to 'dev-python/python-tlsh/files/python-tlsh-4.8.2-setup-sources.patch') diff --git a/dev-python/python-tlsh/files/python-tlsh-4.8.2-setup-sources.patch b/dev-python/python-tlsh/files/python-tlsh-4.8.2-setup-sources.patch deleted file mode 100644 index 4cdb0f864b5b..000000000000 --- a/dev-python/python-tlsh/files/python-tlsh-4.8.2-setup-sources.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -21,26 +21,7 @@ with open(join(realpath('..'), 'CMakeLists.txt'), 'r') as f: - if m: - tlsh_3b = '' - --if os.name == 'nt': -- tlsh_module = Extension('tlsh', \ -- sources = ['tlshmodule.cpp', \ -- join(realpath('..'), 'src', 'tlsh.cpp'), \ -- join(realpath('..'), 'src', 'tlsh_impl.cpp'), \ -- join(realpath('..'), 'src', 'tlsh_util.cpp') \ -- ], \ -- include_dirs = [join(realpath('..'), 'include'), -- join(realpath('..'), 'Windows')],\ -- define_macros = [('WINDOWS', None),], \ -- ) --else: -- tlsh_module = Extension('tlsh', \ -- sources = ['tlshmodule.cpp', \ -- join(realpath('..'), 'src', 'tlsh.cpp'), \ -- join(realpath('..'), 'src', 'tlsh_impl.cpp'), \ -- join(realpath('..'), 'src', 'tlsh_util.cpp') \ -- ], \ -- include_dirs = [join(realpath('..'), 'include')], -- ) -+tlsh_module = Extension('tlsh', sources=['tlshmodule.cpp'], libraries=['tlsh']) - - if tlsh_256 != '': - tlsh_module.extra_compile_args.append(tlsh_256) -- cgit v1.3.1