From 1691d3e7df892d0f10e14f873822418bfcac45b4 Mon Sep 17 00:00:00 2001 From: Tom Briden Date: Mon, 15 Mar 2021 07:39:54 +0000 Subject: [PATCH] python-application: version bump to 3.0.3 --- ...tion-2.7.0.exheres-0 => python-application-3.0.3.exheres-0} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename packages/dev-python/python-application/{python-application-2.7.0.exheres-0 => python-application-3.0.3.exheres-0} (70%) diff --git a/packages/dev-python/python-application/python-application-2.7.0.exheres-0 b/packages/dev-python/python-application/python-application-3.0.3.exheres-0 similarity index 70% rename from packages/dev-python/python-application/python-application-2.7.0.exheres-0 rename to packages/dev-python/python-application/python-application-3.0.3.exheres-0 index 56efb61..72ed2be 100644 --- a/packages/dev-python/python-application/python-application-2.7.0.exheres-0 +++ b/packages/dev-python/python-application/python-application-3.0.3.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-application" tag="${PV}" ] SUMMARY="Basic building blocks for python applications" HOMEPAGE="http://ag-projects.com/"