Prechádzať zdrojové kódy

Drop 02_unpure_pypy: applied upstream.

Jelmer Vernooij 10 rokov pred
rodič
commit
913af19fa9
3 zmenil súbory, kde vykonal 1 pridanie a 14 odobranie
  1. 1 0
      debian/changelog
  2. 0 13
      debian/patches/02_unpure_pypy
  3. 0 1
      debian/patches/series

+ 1 - 0
debian/changelog

@@ -1,6 +1,7 @@
 dulwich (0.10.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+   + Drop 02_unpure_pypy: applied upstream.
   * Update Vcs-Git, Vcs-Browser and Maintainer fields to reflect the
     dulwich package is now maintained by the Debian Python Modules
     packaging team.

+ 0 - 13
debian/patches/02_unpure_pypy

@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 89be710..226abfa 100755
---- a/setup.py
-+++ b/setup.py
-@@ -24,7 +24,7 @@ class DulwichDistribution(Distribution):
-             return True
- 
-     def has_ext_modules(self):
--        return not self.pure and not '__pypy__' in sys.modules
-+        return not self.pure
- 
-     global_options = Distribution.global_options + [
-         ('pure', None, "use pure Python code instead of C "

+ 0 - 1
debian/patches/series

@@ -1,2 +1 @@
 01_setup_cfg
-02_unpure_pypy