[Python-modules-commits] [ruamel.yaml] 07/12: Don't provide pypy package

Vincent Bernat bernat at moszumanska.debian.org
Wed Nov 18 07:57:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch master
in repository ruamel.yaml.

commit a6832dd46192e12a41d9511af4414979a77c36db
Author: Vincent Bernat <vincent at bernat.im>
Date:   Mon Nov 16 08:50:38 2015 +0100

    Don't provide pypy package
---
 debian/control | 15 ---------------
 debian/rules   |  3 +--
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 93888ed..036b6ea 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,6 @@ Maintainer: Vincent Bernat <bernat at debian.org>
 Build-Depends: debhelper (>= 9), dh-python,
                cython,
                cython3,
-               pypy,
-               pypy-setuptools,
                python-all-dev,
                python-ruamel.ordereddict,
                python-setuptools,
@@ -44,16 +42,3 @@ Description: roundtrip YAML parser/emitter (Python 3 module)
  Kirill Simonov's PyYAML 3.11 which supports YAML1.1.
  .
  This package contains the Python 3 module.
-
-Package: pypy-ruamel.yaml
-Architecture: any
-Depends: ${misc:Depends}, ${pypy:Depends}, ${shlibs:Depends},
-Recommends: ${pypy:Recommends}
-Suggests: ${pypy:Suggests}
-XB-Python-Egg-Name: ruamel.yaml
-Description: roundtrip YAML parser/emitter (Pypy 3 module)
- ruamel.yaml is a YAML parser supporting roundtrip preservation of
- comments, seq/map flow style and map key order. It is a derivative of
- Kirill Simonov's PyYAML 3.11 which supports YAML1.1.
- .
- This package contains the module for Pypy.
diff --git a/debian/rules b/debian/rules
index 16a8dea..710b958 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,9 @@
 #! /usr/bin/make -f
 
 export PYBUILD_NAME=ruamel.yaml
-export PYBUILD_AFTER_INSTALL_pypy=rm -rf {destdir}/usr/bin/
 export PYBUILD_AFTER_INSTALL_python2=rm -rf {destdir}/usr/bin/
 export PYBUILD_BEFORE_BUILD_python2=cython ext/_ruamel_yaml.pyx
 export PYBUILD_BEFORE_BUILD_python3=cython3 ext/_ruamel_yaml.pyx
 
 %:
-	dh $@ --with python3,python2,pypy --buildsystem=pybuild
+	dh $@ --with python3,python2 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ruamel.yaml.git



More information about the Python-modules-commits mailing list