dev-python/simplemma: fix BadFilename

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-07-30 10:51:26 +02:00
parent ed0bd40cca
commit 78e0404b4a
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="A simple multilingual lemmatizer for Python."
HOMEPAGE="https://github.com/adbar/simplemma https://pypi.org/project/simplemma/"
SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz"
SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
DEPEND=""
LICENSE="MIT"