diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:07:02 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:07:02 +0000 |
commit | b647c62a60b1251f7b32e9c7e450f567451f33a8 (patch) | |
tree | 411d0b006763cca6d856afa939c63924c55138bb /dev-python | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-b647c62a60b1251f7b32e9c7e450f567451f33a8.tar.gz gentoo-2-b647c62a60b1251f7b32e9c7e450f567451f33a8.tar.bz2 gentoo-2-b647c62a60b1251f7b32e9c7e450f567451f33a8.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/arrayterator/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/arrayterator/arrayterator-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/arrayterator/ChangeLog b/dev-python/arrayterator/ChangeLog index a255cb8dab69..ae7a1be8c0cb 100644 --- a/dev-python/arrayterator/ChangeLog +++ b/dev-python/arrayterator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/arrayterator -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.6 2013/09/05 18:47:06 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.7 2014/08/10 21:07:02 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> arrayterator-1.0.1.ebuild: + QA: drop trailing '.' from DESCRIPTION 05 Sep 2013; Michał Górny <mgorny@gentoo.org> arrayterator-1.0.1-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/arrayterator/arrayterator-1.0.1.ebuild b/dev-python/arrayterator/arrayterator-1.0.1.ebuild index 4cbb53d0b07e..9a32ca0d1cc3 100644 --- a/dev-python/arrayterator/arrayterator-1.0.1.ebuild +++ b/dev-python/arrayterator/arrayterator-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.4 2010/10/30 19:23:41 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.5 2014/08/10 21:07:02 slyfox Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.*" inherit distutils -DESCRIPTION="This class creates a buffered iterator for reading big arrays in small contiguous blocks." +DESCRIPTION="This class creates a buffered iterator for reading big arrays in small contiguous blocks" HOMEPAGE="http://pypi.python.org/pypi/arrayterator" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |