diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-18 17:29:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-18 17:29:46 +0200 |
commit | 71d314b550781f9f99d58ef803f93c4286583827 (patch) | |
tree | 06004d56036730ad070453b88b09db859334ec6b /dev-python/pypam | |
parent | dev-python/pylast: Remove old (diff) | |
download | gentoo-71d314b550781f9f99d58ef803f93c4286583827.tar.gz gentoo-71d314b550781f9f99d58ef803f93c4286583827.tar.bz2 gentoo-71d314b550781f9f99d58ef803f93c4286583827.zip |
dev-python/pypam: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypam')
-rw-r--r-- | dev-python/pypam/pypam-0.5.0-r4.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/pypam/pypam-0.5.0-r4.ebuild b/dev-python/pypam/pypam-0.5.0-r4.ebuild deleted file mode 100644 index 6ccd947b1607..000000000000 --- a/dev-python/pypam/pypam-0.5.0-r4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) - -inherit distutils-r1 flag-o-matic - -MY_PN="PyPAM" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Python Bindings for PAM (Pluggable Authentication Modules)" -HOMEPAGE="http://www.pangalactic.org/PyPAM" -SRC_URI="http://www.pangalactic.org/PyPAM/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -DEPEND=">=sys-libs/pam-0.64" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -DOCS=( AUTHORS examples/pamtest.py ) - -PATCHES=( - # Pull patches from fedora. - "${FILESDIR}/PyPAM-${PV}-dealloc.patch" - "${FILESDIR}/PyPAM-${PV}-nofree.patch" - "${FILESDIR}/PyPAM-${PV}-memory-errors.patch" - "${FILESDIR}/PyPAM-${PV}-return-value.patch" - "${FILESDIR}/PyPAM-python3-support.patch" - # Fix a missing include. - "${FILESDIR}/${P}-stricter.patch" -) - -src_compile() { - append-cflags -fno-strict-aliasing - distutils-r1_src_compile -} - -python_test() { - "${PYTHON}" tests/PamTest.py -} |