diff --git a/srcpkgs/python-stevedore/template b/srcpkgs/python-stevedore/template index 79c1382e73..acbd60d8ff 100644 --- a/srcpkgs/python-stevedore/template +++ b/srcpkgs/python-stevedore/template @@ -1,21 +1,20 @@ # Template file for 'python-stevedore' pkgname=python-stevedore -version=1.1.0 +version=1.2.0 revision=1 noarch=yes wrksrc="stevedore-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools python-pbr python3.4-pbr" -makedepends="${hostmakedepends}" -depends="python-setuptools python-six" +depends="python-six" pycompile_module="stevedore" short_desc="Manage dynamic plugins for Python2 applications" maintainer="Alessio Sergi <al3hex@gmail.com>" homepage="https://git.openstack.org/cgit/openstack/stevedore" license="Apache-2.0" distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz" -checksum=f98381d12a6bfff718328d14d0d26cae6c83e39feb787e7b38acfe1089c3f1d3 +checksum=3f70db9052c26e66dac61cb73d8c6f5211373983d39872addab617c759db4b45 pre_build() { # remove dependency on argparse; it's in python>=2.7,>=3.2 stdlib @@ -27,7 +26,7 @@ pre_build() { python3.4-stevedore_package() { noarch=yes - depends="python3.4-setuptools python3.4-six" + depends="python3.4-six" pycompile_version="3.4" pycompile_module="stevedore" short_desc="${short_desc/Python2/Python3.4}"