summaryrefslogtreecommitdiff
blob: ca80f61fd1ebcbd50175ed13879d4798ed3227ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.2.2 (rev. 214)

EAPI=4

inherit distutils

MY_PN=${PN#python-}
S="${WORKDIR}/${MY_PN}-${PV}"
DESCRIPTION="provides a easy way to access the system keyring service from
python."
HOMEPAGE="http://atlee.ca/software/pam"
SRC_URI="mirror://pypi/k/${MY_PN}/${MY_PN}-${PV}.zip"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""

src_install() {
	distutils_src_install
}