summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-17 20:13:30 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-17 20:40:00 +0200
commit7fef5c735bb94f3cf23642618ea57228101fa451 (patch)
tree333a321f4d2e2947e1b5c5952cc3f1bdb18ddab8
parentpackage.mask: Last rite mail-client/squirrelmail, #616700 (diff)
downloadgentoo-7fef5c735bb94f3cf23642618ea57228101fa451.tar.gz
gentoo-7fef5c735bb94f3cf23642618ea57228101fa451.tar.bz2
gentoo-7fef5c735bb94f3cf23642618ea57228101fa451.zip
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.
-rw-r--r--dev-python/flask-whooshalchemy/flask-whooshalchemy-0.5.6.ebuild (renamed from dev-python/flask-whooshalchemy/flask-whooshalchemy-0.56.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flask-whooshalchemy/flask-whooshalchemy-0.56.ebuild b/dev-python/flask-whooshalchemy/flask-whooshalchemy-0.5.6.ebuild
index 5d38d40b19cc..1976762e785d 100644
--- a/dev-python/flask-whooshalchemy/flask-whooshalchemy-0.56.ebuild
+++ b/dev-python/flask-whooshalchemy/flask-whooshalchemy-0.5.6.ebuild
@@ -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}"