diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-04 08:03:06 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-04 08:03:06 +0200 |
commit | 27908a8cddd57f14bded66f2067c8dce4d17b763 (patch) | |
tree | 7cc583b621b3130448e0c9947007b68e87c288eb /dev-python/futurist | |
parent | app-misc/screen: Apply the correct no-utempter patch (diff) | |
download | gentoo-27908a8cddd57f14bded66f2067c8dce4d17b763.tar.gz gentoo-27908a8cddd57f14bded66f2067c8dce4d17b763.tar.bz2 gentoo-27908a8cddd57f14bded66f2067c8dce4d17b763.zip |
dev-python/futurist: Add documentation to HOMEPAGE
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/futurist')
-rw-r--r-- | dev-python/futurist/futurist-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/futurist/futurist-0.4.0.ebuild b/dev-python/futurist/futurist-0.4.0.ebuild index 8a9f1b0683f3..2fa646aad4e4 100644 --- a/dev-python/futurist/futurist-0.4.0.ebuild +++ b/dev-python/futurist/futurist-0.4.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 -DESCRIPTION="Useful additions to futures, from the future." -HOMEPAGE="https://pypi.python.org/pypi/futurist" +DESCRIPTION="Useful additions to futures, from the future" +HOMEPAGE="https://pypi.python.org/pypi/futurist http://docs.openstack.org/developer/futurist" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |