[Python-modules-commits] [purl] 01/08: change version to 1.3-2 (UNRELEASED) Add PyPy support package.

Michael Fladischer fladi at moszumanska.debian.org
Wed May 24 08:45:09 UTC 2017


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

fladi pushed a commit to branch experimental
in repository purl.

commit a049226f4197818f57159c255df1ee44f4ab56e9
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Sun May 8 20:16:52 2016 +0200

    change version to 1.3-2 (UNRELEASED)
    Add PyPy support package.
---
 debian/changelog |  6 ++++++
 debian/control   | 16 ++++++++++++++++
 debian/rules     |  2 +-
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9321782..c5352a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+purl (1.3-2) UNRELEASED; urgency=low
+
+  * Add PyPy support package.
+
+ -- Michael Fladischer <fladi at debian.org>  Sun, 08 May 2016 20:16:52 +0200
+
 purl (1.3-1) unstable; urgency=low
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 8d8e201..b6efa98 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,9 @@ Uploaders: Michael Fladischer <fladi at debian.org>
 Section: python
 Priority: extra
 Build-Depends: debhelper (>= 9),
+               pypy,
+               pypy-setuptools,
+               pypy-six,
                python-all,
                python-setuptools,
                python-six,
@@ -40,3 +43,16 @@ Description: URL interrogation and manipulation (Python3 version)
  easy modification of URLs during runtime.
  .
  This package contains the Python 3 version of the library.
+
+Package: pypy-purl
+Architecture: all
+Depends: ${misc:Depends},
+         ${pypy:Depends}
+Description: URL interrogation and manipulation (PyPy version)
+ A simple, immutable URL class with a clean API for interrogation and
+ manipulation that also supports template URLs as per RFC 6570.
+ It parses URLs into URL objects which are immutable but also provides mutator
+ methods for all segements which return a new URL instance. This allows for
+ easy modification of URLs during runtime.
+ .
+ This package contains the PyPy version of the library.
diff --git a/debian/rules b/debian/rules
index bd2b93e..168121f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@
 export PYBUILD_NAME=purl
 
 %:
-	dh $@ --with=python2,python3 --buildsystem=pybuild
+	dh $@ --with=python2,python3,pypy --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list