[Python-modules-commits] [setuptools-scm] 01/02: Add PyPy package

Brian May bam at moszumanska.debian.org
Sat Jun 24 10:08:39 UTC 2017


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

bam pushed a commit to branch master
in repository setuptools-scm.

commit 6b26e3fc426c7e669542076dcb30910f8c5d000a
Author: Brian May <bam at debian.org>
Date:   Sat Jun 24 19:13:31 2017 +1000

    Add PyPy package
---
 debian/changelog |  6 ++++++
 debian/control   | 19 +++++++++++++++----
 debian/rules     |  2 +-
 3 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7f52836..dc80029 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+setuptools-scm (1.15.0-2) UNRELEASED; urgency=medium
+
+  * Add pypy-setuptools-scm package. Closes: #864687.
+
+ -- Brian May <bam at debian.org>  Sat, 24 Jun 2017 19:12:44 +1000
+
 setuptools-scm (1.15.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index e5129f6..cd92cf1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,12 @@ Section: python
 Priority: optional
 Standards-Version: 3.9.8
 Homepage: https://github.com/pypa/setuptools_scm
-Build-Depends: debhelper (>= 10), dh-python, python, python3-all,
-               python-setuptools (>= 18.8-1~), python3-setuptools (>=12.2),
-               python-py, python3-py, python-pytest, python3-pytest,
-               git, mercurial, subversion
+Build-Depends: debhelper (>= 10), dh-python,
+ python, python3-all, pypy,
+ python-setuptools (>= 18.8-1~), python3-setuptools (>=12.2), pypy-setuptools,
+ python-py, python3-py, pypy-py,
+ python-pytest, python3-pytest, pypy-pytest,
+ git, mercurial, subversion,
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.2
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/setuptools-scm.git
@@ -31,3 +33,12 @@ Description: blessed package to manage your versions by scm tags for Python 3
  It also handles file finders for the suppertes scm's.
  .
  This package installs the library for Python 3.
+
+Package: pypy-setuptools-scm
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: blessed package to manage your versions by scm tags for Python 2
+ setuptools_scm handles managing your Python package versions in scm metadata.
+ It also handles file finders for the suppertes scm's.
+ .
+ This package installs the library for PyPy.
diff --git a/debian/rules b/debian/rules
index cdee29b..62c067a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export PYBUILD_NAME=setuptools-scm
 export PYBUILD_TEST_ARGS={interpreter} -m pytest -k "not regressions"
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2,python3,pypy --buildsystem=pybuild
 
 override_dh_auto_test:
 	python setup.py egg_info

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



More information about the Python-modules-commits mailing list