summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-28 19:52:27 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-28 20:20:21 +0200
commit59a592b959410083a04f4256044cc4758885b211 (patch)
treee1454cc60703c49c77c94ad41e9af84ee1d09232
parentdev-python/sortedcollections: Drop old (diff)
downloadgentoo-59a592b959410083a04f4256044cc4758885b211.tar.gz
gentoo-59a592b959410083a04f4256044cc4758885b211.tar.bz2
gentoo-59a592b959410083a04f4256044cc4758885b211.zip
dev-python/sortedcollections: [QA] Replace external 'cut' call
-rw-r--r--dev-python/sortedcollections/sortedcollections-0.5.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
index 31c883ffaa6f..a000cde4c13a 100644
--- a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
+++ b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="Python library to sort collections and containers"
HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/"
-SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"