From 5e73c87d3fc02ffedc035e56a9844765f546fd32 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 16 Mar 2016 17:06:33 +0100 Subject: [PATCH] dev-python/python-otr: initial import of version 1.2.0 --- .../python-otr/python-otr-1.2.0.exheres-0 | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/dev-python/python-otr/python-otr-1.2.0.exheres-0 diff --git a/packages/dev-python/python-otr/python-otr-1.2.0.exheres-0 b/packages/dev-python/python-otr/python-otr-1.2.0.exheres-0 new file mode 100644 index 00000000..35c49c44 --- /dev/null +++ b/packages/dev-python/python-otr/python-otr-1.2.0.exheres-0 @@ -0,0 +1,23 @@ +# Copyright 2016 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require pypi setup-py [ import=distutils blacklist="3" ] + +SUMMARY="Off-The-Record Messaging protocol implementation for Python" +HOMEPAGE="https://github.com/AGProjects/python-otr" + +LICENCES="LGPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + dev-python/cryptography[python_abis:*(-)?] + dev-python/enum34[python_abis:*(-)?] + dev-python/gmpy2[python_abis:*(-)?] + dev-python/python-application[python_abis:*(-)?] + dev-python/zopeinterface[python_abis:*(-)?] + net-libs/libotr +" +