1
0

dev-python/markdown-captions: remove SRC_URI

This commit is contained in:
Ryan Fox 2023-03-31 23:34:57 -07:00
parent 905af0c9c0
commit 73f87ff567
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,8 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Evidlo/markdown_captions.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
PYPI_NO_NORMALIZE=1
inherit pypi
KEYWORDS="~amd64"
fi

View File

@ -12,7 +12,8 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Evidlo/markdown_captions.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
PYPI_NO_NORMALIZE=1
inherit pypi
KEYWORDS="~amd64"
fi