dev-python/pyinquirer: fix ReferenceInMetadataVar

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-03-28 11:44:18 +02:00
parent 2549ec620a
commit a8b5964740
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ inherit distutils-r1
distutils_enable_tests pytest
DESCRIPTION="A Python module for common interactive command line UIs"
HOMEPAGE="${EGIT_REPO_URI}"
HOMEPAGE="https://github.com/CITGuru/PyInquirer"
LICENSE="MIT"
SLOT="0"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,7 +23,7 @@ distutils_enable_sphinx docs
distutils_enable_tests pytest
DESCRIPTION="A Python module for common interactive command line UIs"
HOMEPAGE="${EGIT_REPO_URI}"
HOMEPAGE="https://github.com/CITGuru/PyInquirer"
LICENSE="MIT"
SLOT="0"