diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-12-04 11:19:57 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-12-04 12:05:14 -0800 |
commit | 6533163d4f1869ce08528154bf22f9b32539a83f (patch) | |
tree | 0cabb2215a869653e14981065adbab80fbe789a4 /dev-python/testpath | |
parent | dev-python/responses-0.10.7: version bump, add py38, pypy{,3} (diff) | |
download | gentoo-6533163d4f1869ce08528154bf22f9b32539a83f.tar.gz gentoo-6533163d4f1869ce08528154bf22f9b32539a83f.tar.bz2 gentoo-6533163d4f1869ce08528154bf22f9b32539a83f.zip |
dev-python/testpath-0.4.4: version bump, add py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/testpath')
-rw-r--r-- | dev-python/testpath/testpath-0.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testpath/testpath-0.4.4.ebuild b/dev-python/testpath/testpath-0.4.4.ebuild index 17edd643cdd0..4dca8303f76f 100644 --- a/dev-python/testpath/testpath-0.4.4.ebuild +++ b/dev-python/testpath/testpath-0.4.4.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} ) inherit distutils-r1 DESCRIPTION="Test utilities for code working with files and commands" -HOMEPAGE="http://jupyter.org" +HOMEPAGE="https://github.com/jupyter/testpath https://testpath.readthedocs.io/en/latest/" SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |