From ffe13a0ac1c5434ff6d8abe4e303272092a88930 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 5 Jan 2018 12:05:39 +0100 Subject: [PATCH] scripts/init-pythonpackage: Use bee variable `PKGVERSION` This make updating the version easier, as only one place has to be edited. --- scripts/init-pythonpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init-pythonpackage b/scripts/init-pythonpackage index 6fe15b311..b4496e240 100755 --- a/scripts/init-pythonpackage +++ b/scripts/init-pythonpackage @@ -30,7 +30,7 @@ print $bee <<"__EOF__"; # https://pypi.python.org/pypi/$package -SRCURL[0]="https://files.pythonhosted.org/packages/source/$c/$package/$package-$version.tar.gz" +SRCURL[0]="https://files.pythonhosted.org/packages/source/$c/$package/$package-\${PKGVERSION}.tar.gz" BEE_CONFIGURE=none