Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 364718 Details for
Bug 493458
=dev-python/enzyme-0.4.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
live ebuild
enzyme-9999.ebuild (text/plain), 889 bytes, created by
Nikoli
on 2013-12-06 17:06:04 UTC
(
hide
)
Description:
live ebuild
Filename:
MIME Type:
Creator:
Nikoli
Created:
2013-12-06 17:06:04 UTC
Size:
889 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" >PYTHON_COMPAT=( python{2_7,3_3} ) >EGIT_REPO_URI="https://github.com/Diaoul/enzyme.git" > >inherit distutils-r1 git-2 > >DESCRIPTION="Python video metadata parser" >HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme" >SRC_URI="test? ( http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip )" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="" >IUSE="test" > >RDEPEND="" >DEPEND="${RDEPEND} > test? ( > dev-python/requests[${PYTHON_USEDEP}] > dev-python/pyyaml[${PYTHON_USEDEP}] > ) > dev-python/setuptools[${PYTHON_USEDEP}] >" > >python_test() { > mkdir enzyme/tests/test_{parsers,mkv} || die > ln -s "${WORKDIR}"/test* enzyme/tests/test_parsers/ || die > ln -s "${WORKDIR}"/test* enzyme/tests/test_mkv/ || die > esetup.py test >}
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 493458
:
364716
|
364718
|
364722
|
364724
|
364730
|
364752
|
364754