diff options
Diffstat (limited to 'app-text/pytextile/pytextile-2.1.8.ebuild')
-rw-r--r-- | app-text/pytextile/pytextile-2.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pytextile/pytextile-2.1.8.ebuild b/app-text/pytextile/pytextile-2.1.8.ebuild index b4cc1c5c5e9b..c97eea0e84f8 100644 --- a/app-text/pytextile/pytextile-2.1.8.ebuild +++ b/app-text/pytextile/pytextile-2.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v 1.3 2014/07/07 03:32:55 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v 1.4 2014/08/10 18:30:21 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN="textile" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator for creating (X)HTML." +DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator for creating (X)HTML" HOMEPAGE="https://github.com/ikirudennis/python-textile" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" |