Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcollections/
Date: Mon, 28 Aug 2017 18:23:55
Message-Id: 1503944421.59a592b959410083a04f4256044cc4758885b211.mgorny@gentoo
1 commit: 59a592b959410083a04f4256044cc4758885b211
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 17:52:27 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 18:20:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a592b9
7
8 dev-python/sortedcollections: [QA] Replace external 'cut' call
9
10 dev-python/sortedcollections/sortedcollections-0.5.3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
14 index 31c883ffaa6..a000cde4c13 100644
15 --- a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
16 +++ b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
17 @@ -9,7 +9,7 @@ inherit distutils-r1
18
19 DESCRIPTION="Python library to sort collections and containers"
20 HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/"
21 -SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
22 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23
24 LICENSE="Apache-2.0"
25 SLOT="0"