diff options
author | 2014-08-10 21:25:00 +0000 | |
---|---|---|
committer | 2014-08-10 21:25:00 +0000 | |
commit | 426b883ffa9391848c7db0c2bff108098384a065 (patch) | |
tree | fd196d3c471db4cb82fbe7f4c82bcb7f921ab9eb /dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | historical-426b883ffa9391848c7db0c2bff108098384a065.tar.gz historical-426b883ffa9391848c7db0c2bff108098384a065.tar.bz2 historical-426b883ffa9391848c7db0c2bff108098384a065.zip |
QA: drop trailing '.' from DESCRIPTION
Package-Manager: portage-2.2.11_p9/cvs/Linux x86_64
Manifest-Sign-Key: 0x611FF3AA
Diffstat (limited to 'dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild index f0d449a8d91b..5d98a6c677cd 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.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/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v 1.15 2014/05/17 13:50:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v 1.16 2014/08/10 21:07:30 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} pypy pypy2_0 ) @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN="BeautifulSoup" MY_P="${MY_PN}-${PV}" -DESCRIPTION="HTML/XML parser for quick-turnaround applications like screen-scraping." +DESCRIPTION="HTML/XML parser for quick-turnaround applications like screen-scraping" HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/ http://pypi.python.org/pypi/BeautifulSoup" SRC_URI="http://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz" |