Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 424098 Details for
Bug 566168
New ebuild: dev-python/python-gammu (required for >=app-mobilephone/gammu-1.36.0[python])
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Better ebuild
python-gammu-2.5.ebuild (text/plain), 865 bytes, created by
A. Wilcox (awilfox)
on 2016-01-28 16:01:14 UTC
(
hide
)
Description:
Better ebuild
Filename:
MIME Type:
Creator:
A. Wilcox (awilfox)
Created:
2016-01-28 16:01:14 UTC
Size:
865 bytes
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 >PYTHON_COMPAT=( python{2_7,3_4,3_5} ) > >inherit distutils-r1 > >DESCRIPTION="Python bindings for Gammu library" >HOMEPAGE="http://wammu.eu/python-gammu/" >SRC_URI="http://dl.cihar.com/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2+" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="examples test" > >MIN_GAMMU="1.34.0" > >COMMON_DEPEND=">=app-mobilephone/gammu-${MIN_GAMMU}" > >DEPEND="${COMMON_DEPEND} > virtual/pkgconfig > test? ( app-mobilephone/gammu[dbi] )" >RDEPEND="${COMMON_DEPEND}" > >DOCS=( AUTHORS NEWS.rst README.rst ) > >python_test() { > # One test currently fails, see upstream bug for details: > # https://github.com/gammu/python-gammu/issues/6 > esetup.py test >} > >python_install_all() { > use examples && local EXAMPLES=( examples/. ) > distutils-r1_python_install_all >}
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 566168
:
417322
|
423174
|
423576
| 424098