dev-python/flask-whooshalchemy: 0.56->0.5.6, to future proof versions

Rename the current version 0.56 to 0.5.6, to account for the fact that
the next upstream releases are 0.7, 0.8... This allows us to keep the
old version around while providing a clear upgrade path for ~arch users.
This commit is contained in:
Michał Górny
2017-05-17 20:13:30 +02:00
parent e6935df8d5
commit 7fef5c735b

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,10 +6,10 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy )
RESTRICT="test" # appears pretty borken
inherit distutils-r1
inherit distutils-r1 versionator
MY_PN="Flask-WhooshAlchemy"
MY_P="${MY_PN}-${PV}"
MY_P="${MY_PN}-$(replace_version_separator 2 '')"
DESCRIPTION="Whoosh extension to Flask/SQLAlchemy"
HOMEPAGE="https://github.com/gyllstromk/Flask-WhooshAlchemy https://pypi.python.org/pypi/${MY_PN}"