public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/zstandard/files/
@ 2020-09-12  9:55 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2020-09-12  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4222126e435117c40e3f37cc45d70a7256ad5240
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Aug 28 17:04:14 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 09:54:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4222126e

dev-python/zstandard: remove unused patch(es)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17300
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../files/zstandard-0.13.0-compiler.patch          | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/dev-python/zstandard/files/zstandard-0.13.0-compiler.patch b/dev-python/zstandard/files/zstandard-0.13.0-compiler.patch
deleted file mode 100644
index fdaa4aa0392..00000000000
--- a/dev-python/zstandard/files/zstandard-0.13.0-compiler.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/make_cffi.py b/make_cffi.py
-index 0db4f71..4fe9cc4 100644
---- a/make_cffi.py
-+++ b/make_cffi.py
-@@ -8,6 +8,7 @@ from __future__ import absolute_import
- 
- import cffi
- import distutils.ccompiler
-+import distutils.sysconfig
- import os
- import re
- import subprocess
-@@ -75,10 +76,12 @@ compiler = distutils.ccompiler.new_compiler()
- if hasattr(compiler, "initialize"):
-     compiler.initialize()
- 
-+distutils.sysconfig.customize_compiler(compiler)
-+
- # Distutils doesn't set compiler.preprocessor, so invoke the preprocessor
- # manually.
- if compiler.compiler_type == "unix":
--    args = list(compiler.executables["compiler"])
-+    args = compiler.compiler
-     args.extend(
-         ["-E", "-DZSTD_STATIC_LINKING_ONLY", "-DZDICT_STATIC_LINKING_ONLY",]
-     )


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-12  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-12  9:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/zstandard/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox