diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-17 12:08:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-17 12:31:24 +0200 |
commit | 0af30dbc43195525f9805c3fc51ec9921e1cd119 (patch) | |
tree | cd3918b0695eaa37e581883c81d8468217e91fe6 /dev-python/queuelib | |
parent | dev-python/pyramid: Tested on py3.5 (diff) | |
download | gentoo-0af30dbc43195525f9805c3fc51ec9921e1cd119.tar.gz gentoo-0af30dbc43195525f9805c3fc51ec9921e1cd119.tar.bz2 gentoo-0af30dbc43195525f9805c3fc51ec9921e1cd119.zip |
dev-python/queuelib: Include version in distfile name
Diffstat (limited to 'dev-python/queuelib')
-rw-r--r-- | dev-python/queuelib/Manifest | 2 | ||||
-rw-r--r-- | dev-python/queuelib/queuelib-1.1.1.ebuild | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/queuelib/Manifest b/dev-python/queuelib/Manifest index 6ffa4431c315..5824a40af54c 100644 --- a/dev-python/queuelib/Manifest +++ b/dev-python/queuelib/Manifest @@ -1 +1 @@ -DIST queuelib.tar.gz 6969 SHA256 f771790be92a93c49fa6da0cab349d59e481fef784b8230bf9338d9036e90b8e SHA512 54b649d08ca60ed933d862b9d5845af162843f4f077722c78b7c72be4093406cc44182905a2d21235635afc1139974c08c213ccd8a333e72fd94c06adc34497a WHIRLPOOL 808ef3b957315505157fbac019b8ecab729f5c7539edeb289f47af540cc536ca55bcbbf0bd7edab7a105451fdfc9e2d8667409ea09383b7eb4980c22a0bedeea +DIST queuelib-1.1.1.tar.gz 6969 SHA256 f771790be92a93c49fa6da0cab349d59e481fef784b8230bf9338d9036e90b8e SHA512 54b649d08ca60ed933d862b9d5845af162843f4f077722c78b7c72be4093406cc44182905a2d21235635afc1139974c08c213ccd8a333e72fd94c06adc34497a WHIRLPOOL 808ef3b957315505157fbac019b8ecab729f5c7539edeb289f47af540cc536ca55bcbbf0bd7edab7a105451fdfc9e2d8667409ea09383b7eb4980c22a0bedeea diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild b/dev-python/queuelib/queuelib-1.1.1.ebuild index 652c1d116f5e..cd82bccc3681 100644 --- a/dev-python/queuelib/queuelib-1.1.1.ebuild +++ b/dev-python/queuelib/queuelib-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,15 +9,13 @@ inherit vcs-snapshot 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 -> ${PN}.tar.gz" +SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" -S="${WORKDIR}/${PN}" - DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( |