summaryrefslogtreecommitdiff
blob: 430a5279bad71e6d19bb49513434b6d9d3361760 (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
#RESTRICT_PYTHON_ABIS="3.*"

inherit distutils

MY_PN=${PN#python-}
DESCRIPTION="An interface to the Pluggable Authentication Modules (PAM) library
on linux, written in pure python (using ctypes)"
HOMEPAGE="http://atlee.ca/software/pam"
SRC_URI="mirror://pypi/p/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""

src_install() {
	distutils_src_install
}