Skip to content

Commit

Permalink
scripts/init-pythonpackage: Use bee variable PKGVERSION
Browse files Browse the repository at this point in the history
This make updating the version easier, as only one place has to be
edited.
  • Loading branch information
pmenzel committed Jan 5, 2018
1 parent 8b45399 commit ffe13a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init-pythonpackage
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffe13a0

Please sign in to comment.