dev-python/queuelib: Fix HOMEPAGE to avoid vars
authorMichał Górny <mgorny@gentoo.org>
Wed, 17 May 2017 10:10:25 +0000 (12:10 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 17 May 2017 10:32:22 +0000 (12:32 +0200)
dev-python/queuelib/queuelib-1.1.1.ebuild

index 1642e50bdea645fa78b339d36f609a0b635970f5..8a91aa73afdbea6a09b50f01c8f032dd7bfe6dfc 100644 (file)
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Collection of persistent (disk-based) queues"
-HOMEPAGE="https://github.com/scrapy/${PN}"
-SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/scrapy/queuelib"
+SRC_URI="https://github.com/scrapy/queuelib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"