mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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}"
|
||||
Reference in New Issue
Block a user