Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 448170 Details for
Bug 595312
=dev-python/keyring-9.3.1 requires 'secretstorage' package in Linux
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
secretstorage ebuild
secretstorage-2.3.1.ebuild (text/plain), 894 bytes, created by
A.J.
on 2016-09-27 21:23:49 UTC
(
hide
)
Description:
secretstorage ebuild
Filename:
MIME Type:
Creator:
A.J.
Created:
2016-09-27 21:23:49 UTC
Size:
894 bytes
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) > >inherit distutils-r1 > >MY_PN=SecretStorage >MY_P=${MY_PN}-${PV} >S="${WORKDIR}/${MY_P}" > >DESCRIPTION="Python bindings to FreeDesktop.org Secret Service API" >HOMEPAGE="https://github.com/mitya57/secretstorage" >SRC_URI="mirror://pypi/S/${MY_PN}/${MY_P}.tar.gz" > >SLOT="0" >LICENSE="BSD" >KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" >IUSE="test" > >DEPEND=" > dev-python/setuptools[${PYTHON_USEDEP}] > >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] > dev-python/cryptography[${PYTHON_USEDEP}] > dev-python/dbus-python[${PYTHON_USEDEP}] > test? ( > dev-python/pytest-runner[${PYTHON_USEDEP}] > >=dev-python/pytest-2.8[${PYTHON_USEDEP}] > )" >RDEPEND="" > >python_test() { > py.test -v -v || die "testsuite failed under ${EPYTHON}" >}
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 595312
: 448170