[Python-modules-commits] [pyaes] 02/06: Add other Python versions.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Jul 29 16:48:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch debian/master
in repository pyaes.
commit ca119509c35844b42f7b2fc59d903d27bc039534
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Sat Jul 29 18:32:45 2017 +0200
Add other Python versions.
---
debian/control | 40 ++++++++++++++++++++++++++++++++++------
debian/copyright | 2 +-
debian/rules | 2 +-
3 files changed, 36 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 4bd4cca..9c8f906 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: pyaes
Section: python
Priority: optional
Maintainer: Tristan Seligmann <mithrandi at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
- python-all,
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+Build-Depends: debhelper (>= 9), dh-python, python-all
Standards-Version: 3.9.8
Homepage: https://github.com/ricmoo/pyaes
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyaes.git
@@ -12,11 +12,39 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pyaes.git
Package: python-pyaes
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
-Description: Pure-Python Implementation of the AES block-cipher and common modes of operation - Python 2.X
+Description: Pure-Python implementation of the AES cipher (Python 2)
A pure-Python implementation of the AES (FIPS-197)
block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
OFB) with no dependencies beyond standard Python libraries. See README.md
- for API reference and details.
\ No newline at end of file
+ for API reference and details.
+ .
+ This package contains the Python 2 version of pyaes.
+
+Package: python3-pyaes
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+Description: Pure-Python implementation of the AES cipher (Python 3)
+ A pure-Python implementation of the AES (FIPS-197)
+ block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
+ OFB) with no dependencies beyond standard Python libraries. See README.md
+ for API reference and details.
+ .
+ This package contains the Python 3 version of pyaes.
+
+Package: pypy-pyaes
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+Description: Pure-Python implementation of the AES cipher (PyPy)
+ A pure-Python implementation of the AES (FIPS-197)
+ block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
+ OFB) with no dependencies beyond standard Python libraries. See README.md
+ for API reference and details.
+ .
+ This package contains the PyPy version of pyaes.
diff --git a/debian/copyright b/debian/copyright
index 6093686..00dbbe8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -33,4 +33,4 @@ License: License :: OSI Approved :: MIT License
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- .
\ No newline at end of file
+ .
diff --git a/debian/rules b/debian/rules
index 7c6cd3f..23fbbf4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
export PYBUILD_NAME=pyaes
%:
- dh $@ --with python2 --buildsystem=pybuild
\ No newline at end of file
+ dh $@ --with python2,python3,pypy --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyaes.git
More information about the Python-modules-commits
mailing list