[Pkg-gnupg-commit] [gpgme] 360/412: python: Clarify that we support Python 2.7 too.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:27:20 UTC 2016


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

dkg pushed a commit to branch master
in repository gpgme.

commit 594c3b8b052e60b6be77ed532fe46549133a9726
Author: Justus Winter <justus at g10code.com>
Date:   Wed Sep 14 14:36:29 2016 +0200

    python: Clarify that we support Python 2.7 too.
    
    * lang/python/README: Use 'Python' instead of 'Python 3'.
    * lang/python/pyme/version.py.in: Likewise.
    * lang/python/setup.py.in: Add classifier for 2.7, drop 3 only.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 lang/python/README             | 2 +-
 lang/python/pyme/version.py.in | 2 +-
 lang/python/setup.py.in        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/python/README b/lang/python/README
index 7ce8894..08e9863 100644
--- a/lang/python/README
+++ b/lang/python/README
@@ -6,7 +6,7 @@ https://www.gnupg.org/related_software/gpgme/
 
 PyMe uses SWIG to create wrapper functions with automatic type
 conversions.  This way most of the functions and types are converted
-from C into Python 3 automatically by SWIG, reducing the maintenance
+from C into Python automatically by SWIG, reducing the maintenance
 cost of the binginds.
 
 * Authors
diff --git a/lang/python/pyme/version.py.in b/lang/python/pyme/version.py.in
index 5fd9ce2..cfb9510 100644
--- a/lang/python/pyme/version.py.in
+++ b/lang/python/pyme/version.py.in
@@ -41,7 +41,7 @@ Copyright (C) 2002 John Goerzen"""
 author = "The GnuPG hackers"
 author_email = "gnupg-devel at gnupg.org"
 
-description = "Python 3 support for GPGME GnuPG cryptography library"
+description = "Python support for GPGME GnuPG cryptography library"
 homepage = "https://gnupg.org"
 
 license = """Copyright (C) 2016 g10 Code GmbH
diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in
index a9c7691..933e780 100755
--- a/lang/python/setup.py.in
+++ b/lang/python/setup.py.in
@@ -175,8 +175,8 @@ setup(name="pyme3",
           'Development Status :: 4 - Beta',
           'Intended Audience :: Developers',
           'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
+          'Programming Language :: Python :: 2.7',
           'Programming Language :: Python :: 3',
-          'Programming Language :: Python :: 3 :: Only',
           'Programming Language :: Python :: 3.4',
           'Programming Language :: Python :: 3.5',
           'Programming Language :: Python :: 3.6',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list