mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user