mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
dev-python/pyfiglet: make patch versions from pypi's post versions
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/pwaller/pyfiglet.git"
|
||||
else
|
||||
MY_PV="$(ver_cut 1-2).post$(ver_cut 3)"
|
||||
MY_PV="$(ver_cut 1-2).post$(ver_cut 4)"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/source/p/pyfiglet/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user