diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-02 05:59:23 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-02 05:59:23 +0000 |
commit | a8893ccfa08d0fe03bc2311e74374eddb9be1f80 (patch) | |
tree | a6299fd95090cbc8e9be8620ca68413971c1d6dd /dev-python | |
parent | Set SUPPORT_PYTHON_ABIS. Restrict tests (bug #261908). (diff) | |
download | gentoo-2-a8893ccfa08d0fe03bc2311e74374eddb9be1f80.tar.gz gentoo-2-a8893ccfa08d0fe03bc2311e74374eddb9be1f80.tar.bz2 gentoo-2-a8893ccfa08d0fe03bc2311e74374eddb9be1f80.zip |
Improve DESCRIPTION.
(Portage version: 14774-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/setuptools/setuptools-0.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-0.6.8.ebuild b/dev-python/setuptools/setuptools-0.6.8.ebuild index 05fe0e2bf8e5..6560b935f88b 100644 --- a/dev-python/setuptools/setuptools-0.6.8.ebuild +++ b/dev-python/setuptools/setuptools-0.6.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild,v 1.1 2009/11/01 23:40:02 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild,v 1.2 2009/11/02 05:59:23 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" inherit distutils eutils -DESCRIPTION="Easily download, build, install, upgrade, and uninstall Python packages. Distribute is a fork of the Setuptools project." +DESCRIPTION="Distribute (fork of Setuptools) is a collection of extensions to Distutils" HOMEPAGE="http://pypi.python.org/pypi/distribute" SRC_URI="http://pypi.python.org/packages/source/d/distribute/distribute-${PV}.tar.gz" |