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/sortedcontainers/
Date: Mon, 28 Aug 2017 18:23:53
Message-Id: 1503944420.12afb058a01ee7fde90892a6366520fd731a2373.mgorny@gentoo
1 commit: 12afb058a01ee7fde90892a6366520fd731a2373
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 17:49:44 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 18:20:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12afb058
7
8 dev-python/sortedcontainers: [QA] Replace external 'cut' call
9
10 dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
14 index 8216ed2c345..0775fb5524b 100644
15 --- a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
16 +++ b/dev-python/sortedcontainers/sortedcontainers-1.5.7.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"