From 90405ac84b78ba7e5458ea09986749594a01195a Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sun, 17 May 2015 05:31:35 +1000 Subject: [PATCH] Python 3 port of PyME * Port of PyME 0.9.0 for Python 2 to Python 3 along with most of the example scripts. * Intended to be developed in parallel with the original Python 2 version until such time as a rewrite of GPGME leads to developing an IO API in Python 3 from scratch. * Python 3 PyME and API maintainer has entered, stage left with current GPG key ID 0x321E4E2373590E5D, primary fingerprint is "DB47 24E6 FA42 86C9 2B4E 55C4 321E 4E23 7359 0E5D" and signing subkey fingerprint is "B7F0 FE75 9387 430D D0C5 8BDB 7FF2 D371 35C7 553C" for future reference with git commit signatures. --- lang/Makefile.am | 2 +- lang/README | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/Makefile.am b/lang/Makefile.am index 854d9348..29446ebf 100644 --- a/lang/Makefile.am +++ b/lang/Makefile.am @@ -17,6 +17,6 @@ # License along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -SUBDIRS = cl +SUBDIRS = cl, py3-pyme EXTRA_DIST = README diff --git a/lang/README b/lang/README index da54c78b..559be5f3 100644 --- a/lang/README +++ b/lang/README @@ -10,3 +10,4 @@ sub-directory. Directory Language cl Common Lisp +py3-pyme Python 3 (port of PyME 0.9.0)