Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 594150 Details for
Bug 698656
media-sound/whipper-0.8.0: dependency on dev-python/ruamel-yaml[python_targets_python2_7(-)? -python_single_target_python2_7(-)]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
whipper-0.8.0.ebuild
whipper-0.8.0.ebuild (text/plain), 1.49 KB, created by
Quentin Retornaz
on 2019-10-27 14:53:38 UTC
(
hide
)
Description:
whipper-0.8.0.ebuild
Filename:
MIME Type:
Creator:
Quentin Retornaz
Created:
2019-10-27 14:53:38 UTC
Size:
1.49 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >PYTHON_COMPAT=( python2_7 ) > >inherit distutils-r1 > >DESCRIPTION="A Python CD-DA ripper preferring accuracy over speed (forked from morituri)" >HOMEPAGE="https://github.com/whipper-team/whipper" >SRC_URI="https://github.com/whipper-team/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-3+" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="test" > >DEPEND=" > dev-python/setuptools[${PYTHON_USEDEP}] > media-libs/libsndfile > test? ( dev-python/twisted[${PYTHON_USEDEP}] ) >" >RDEPEND=" > app-cdr/cdrdao > >=dev-libs/libcdio-paranoia-0.94_p2 > dev-python/pycdio[${PYTHON_USEDEP}] > dev-python/pygobject:3=[${PYTHON_USEDEP}] > dev-python/python-musicbrainz-ngs[${PYTHON_USEDEP}] > dev-python/requests[${PYTHON_USEDEP}] > dev-python/ruamel-yaml[${PYTHON_USEDEP}] > dev-python/setuptools[${PYTHON_USEDEP}] > media-libs/libsndfile > media-libs/mutagen[${PYTHON_USEDEP}] > media-sound/sox[flac] >" > >PATCHES=( > "${FILESDIR}/${PN}-0.7.0-cdparanoia-name-fix.patch" > "${FILESDIR}/${PN}-0.7.0-src-Makefile-respect-CFLAGS.patch" >) > >src_prepare() { > # accurip test totally depends on network access > rm "${PN}"/test/test_common_accurip.py || die > > distutils-r1_src_prepare >} > >src_compile() { > distutils-r1_src_compile > emake -C src CC="$(tc-getCC)" >} > >python_test() { > "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" >} > >src_install() { > distutils-r1_src_install > emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" -C src install >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 698656
: 594150