Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txaio/
Date: Fri, 07 Oct 2016 18:11:38
Message-Id: 1475863876.9adb99aeb8a8ead2db91a729d9eea0feb8969865.dolsen@gentoo
1 commit: 9adb99aeb8a8ead2db91a729d9eea0feb8969865
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 6 21:44:41 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 18:11:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9adb99ae
7
8 dev-python/txaio: Add pypi homepage
9
10 Package-Manager: portage-2.3.1_p8
11
12 dev-python/txaio/txaio-2.5.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/txaio/txaio-2.5.1-r1.ebuild b/dev-python/txaio/txaio-2.5.1-r1.ebuild
16 index 91d1262..159a900 100644
17 --- a/dev-python/txaio/txaio-2.5.1-r1.ebuild
18 +++ b/dev-python/txaio/txaio-2.5.1-r1.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
20 inherit distutils-r1
21
22 DESCRIPTION="Compatibility API between asyncio/Twisted/Trollius"
23 -HOMEPAGE="https://github.com/crossbario/txaio"
24 +HOMEPAGE="https://github.com/crossbario/txaio https://pypi.python.org/pypi/txaio"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"