diff options
Diffstat (limited to 'dev-python/PyMsgBox/PyMsgBox-1.0.3-r1.ebuild')
-rw-r--r-- | dev-python/PyMsgBox/PyMsgBox-1.0.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/PyMsgBox/PyMsgBox-1.0.3-r1.ebuild b/dev-python/PyMsgBox/PyMsgBox-1.0.3-r1.ebuild index e369ba0..5bbc5a9 100644 --- a/dev-python/PyMsgBox/PyMsgBox-1.0.3-r1.ebuild +++ b/dev-python/PyMsgBox/PyMsgBox-1.0.3-r1.ebuild @@ -5,8 +5,9 @@ EAPI=5 REALNAME="PyMsgBox" REALVERSION="1.0.3" -REPO_URI="http://pypi.python.org/packages/source/${REALNAME:0:1}/${REALNAME}/" +REPO_URI="https://pypi.org/packages/source/${REALNAME:0:1}/${REALNAME}/" SOURCEFILE="${REALNAME}-${REALVERSION}.zip" + PYTHON_COMPAT=( python{2_7,2_7,2_7,3_3,3_4,3_5,3_3,3_3,3_4} ) inherit gs-pypi |