Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538062 - dev-python/cov-core-1.15.0 version bump
Summary: dev-python/cov-core-1.15.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-28 15:56 UTC by Tomáš Mózes
Modified: 2015-01-28 16:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2015-01-28 15:56:25 UTC
No new releases on old HOMEPAGE.

--- cov-core-1.7.ebuild 2015-01-28 16:05:08.671391713 +0100
+++ cov-core-1.15.0.ebuild      2015-01-28 16:53:27.312960928 +0100
@@ -8,7 +8,7 @@
 inherit distutils-r1
 
 DESCRIPTION="plugin core for use by pytest-cov, nose-cov and nose2-cov"
-HOMEPAGE="https://bitbucket.org/memedough/cov-core/overview"
+HOMEPAGE="https://github.com/schlamar/cov-core"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
@@ -16,5 +16,5 @@
 KEYWORDS="~amd64 arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]"
-DEPEND=""
+RDEPEND=">=dev-python/coverage-3.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
Comment 1 Tomáš Mózes 2015-01-28 16:35:24 UTC
It's already bumped today.