python/bleach: Prefer PyPi version string.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-07-17 17:40:12 -07:00 committed by Willy Sudiarto Raharjo
parent 36fc27a4f9
commit ef65babb0b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bleach
VERSION=${VERSION:-2.0}
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="bleach"
VERSION="2.0"
VERSION="2.0.0"
HOMEPAGE="https://github.com/mozilla/bleach"
DOWNLOAD="https://pypi.python.org/packages/99/00/25a8fce4de102bf6e3cc76bc4ea60685b2fee33bde1b34830c70cacc26a7/bleach-2.0.tar.gz"
MD5SUM="d9981c1dbfbf81a475d302b9c8071593"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.0.0.tar.gz"
MD5SUM="a263ed1c7b16ea10d3b20278852b65d7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="html5lib six"