2016-03-16 16:06:33 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-03-15 07:50:54 +00:00
|
|
|
require setup-py [ import=distutils blacklist="2" multibuild=false ]
|
|
|
|
require github [ user="AGProjects" pn="python3-otr" tag="${PV}" ]
|
2016-03-16 16:06:33 +00:00
|
|
|
|
|
|
|
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:
|
2019-06-03 08:33:37 +00:00
|
|
|
dev-python/cryptography[>=1.6][python_abis:*(-)?]
|
2016-03-16 16:06:33 +00:00
|
|
|
dev-python/gmpy2[python_abis:*(-)?]
|
2021-03-15 07:50:54 +00:00
|
|
|
dev-python/python-application[>=3.0.3][python_abis:*(-)?]
|
2016-03-16 16:06:33 +00:00
|
|
|
dev-python/zopeinterface[python_abis:*(-)?]
|
|
|
|
net-libs/libotr
|
|
|
|
"
|
|
|
|
|
2016-04-23 10:37:22 +00:00
|
|
|
REMOTE_IDS+=" github:AGProjects/${PN}"
|
|
|
|
|