--- discogs-client-1.1.1.ebuild 2014-09-19 19:26:42.261830212 +0300 +++ discogs-client-2.0.2.ebuild 2014-09-19 19:26:16.267716957 +0300 @@ -9,7 +9,6 @@ DESCRIPTION="Official Python API client for Discogs" HOMEPAGE="http://github.com/discogs/discogs_client http://pypi.python.org/pypi/discogs-client" -#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" SRC_URI="https://github.com/discogs/${PN/-/_}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" @@ -17,17 +16,8 @@ KEYWORDS="~amd64 ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}]" + dev-python/requests[${PYTHON_USEDEP}] + dev-python/oauth2[${PYTHON_USEDEP}]" RDEPEND="" S="${WORKDIR}"/${P/-/_} - -PATCHES=( "${FILESDIR}"/README.patch ) - -python_test() { - if "${PYTHON}" test_discogs_client.py; then - einfo "tests passed under ${EPYTHON}" - else - die "Tests failed under ${EPYTHON}" - fi -}