diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-06 23:11:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-06 23:11:44 +0000 |
commit | 21dbb05a3b381d70cc7c22c102ada64809167231 (patch) | |
tree | 2520a5a179e964bc2c5f941cd539b07ddd6fb0fb /dev-python/pytest-runner | |
parent | Clean up the ebuild. Migrate to distutils-r1. Add Python team as a co-maintai... (diff) | |
download | gentoo-2-21dbb05a3b381d70cc7c22c102ada64809167231.tar.gz gentoo-2-21dbb05a3b381d70cc7c22c102ada64809167231.tar.bz2 gentoo-2-21dbb05a3b381d70cc7c22c102ada64809167231.zip |
Remove the g-pypi header, fix the description.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/pytest-runner')
-rw-r--r-- | dev-python/pytest-runner/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pytest-runner/pytest-runner-1.1-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/pytest-runner/ChangeLog b/dev-python/pytest-runner/ChangeLog index 2d65a1bf7836..4c148106725e 100644 --- a/dev-python/pytest-runner/ChangeLog +++ b/dev-python/pytest-runner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytest-runner # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v 1.3 2013/01/06 23:09:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v 1.4 2013/01/06 23:11:44 mgorny Exp $ + + 06 Jan 2013; Michał Górny <mgorny@gentoo.org> pytest-runner-1.1-r1.ebuild: + Remove the g-pypi header, fix the description. *pytest-runner-1.1-r1 (06 Jan 2013) diff --git a/dev-python/pytest-runner/pytest-runner-1.1-r1.ebuild b/dev-python/pytest-runner/pytest-runner-1.1-r1.ebuild index 0357a1beb2ad..520e05c4dcd5 100644 --- a/dev-python/pytest-runner/pytest-runner-1.1-r1.ebuild +++ b/dev-python/pytest-runner/pytest-runner-1.1-r1.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/pytest-runner-1.1-r1.ebuild,v 1.1 2013/01/06 23:09:26 mgorny Exp $ -# Ebuild generated by g-pypi 0.2.2 (rev. 214) +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/pytest-runner-1.1-r1.ebuild,v 1.2 2013/01/06 23:11:44 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 -DESCRIPTION="Adds support for tests durring installation of setup.py files." +DESCRIPTION="Adds support for tests durring installation of setup.py files" HOMEPAGE="http://pypi.python.org/pypi/pytest-runner" SRC_URI="mirror://pypi/p/${PN}/${P}.zip" |