From 8d9b5e8f483ea9e478e41965ae282925fac3d094 Mon Sep 17 00:00:00 2001 From: Tom Briden Date: Mon, 15 Mar 2021 07:50:54 +0000 Subject: [PATCH] python-otr: version bump to 2.0.1 --- ...ython-otr-1.2.1.exheres-0 => python-otr-2.0.1.exheres-0} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename packages/dev-python/python-otr/{python-otr-1.2.1.exheres-0 => python-otr-2.0.1.exheres-0} (73%) diff --git a/packages/dev-python/python-otr/python-otr-1.2.1.exheres-0 b/packages/dev-python/python-otr/python-otr-2.0.1.exheres-0 similarity index 73% rename from packages/dev-python/python-otr/python-otr-1.2.1.exheres-0 rename to packages/dev-python/python-otr/python-otr-2.0.1.exheres-0 index d330a7b..f7dfc3d 100644 --- a/packages/dev-python/python-otr/python-otr-1.2.1.exheres-0 +++ b/packages/dev-python/python-otr/python-otr-2.0.1.exheres-0 @@ -1,7 +1,8 @@ # Copyright 2016 Julian Ospald # Distributed under the terms of the GNU General Public License v2 -require pypi setup-py [ import=distutils blacklist="3" ] +require setup-py [ import=distutils blacklist="2" multibuild=false ] +require github [ user="AGProjects" pn="python3-otr" tag="${PV}" ] SUMMARY="Off-The-Record Messaging protocol implementation for Python" HOMEPAGE="https://github.com/AGProjects/python-otr" @@ -14,9 +15,8 @@ MYOPTIONS="" DEPENDENCIES=" build+run: dev-python/cryptography[>=1.6][python_abis:*(-)?] - dev-python/enum34[python_abis:*(-)?] dev-python/gmpy2[python_abis:*(-)?] - dev-python/python-application[>=2.0.0][python_abis:*(-)?] + dev-python/python-application[>=3.0.3][python_abis:*(-)?] dev-python/zopeinterface[python_abis:*(-)?] net-libs/libotr "