From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B217138359 for ; Thu, 7 May 2020 09:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 703F7E0976; Thu, 7 May 2020 09:25:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5286CE0976 for ; Thu, 7 May 2020 09:25:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F30F34F4A4 for ; Thu, 7 May 2020 09:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFD7C1D6 for ; Thu, 7 May 2020 09:25:21 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1588843517.e7de991ade5151b8c6de76e51a89cb94b0a7ab36.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypam/pypam-0.5.0-r3.ebuild dev-python/pypam/pypam-0.5.0-r4.ebuild X-VCS-Directories: dev-python/pypam/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e7de991ade5151b8c6de76e51a89cb94b0a7ab36 X-VCS-Branch: master Date: Thu, 7 May 2020 09:25:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c1401fc5-b930-4097-8d96-50ab1d7c8eeb X-Archives-Hash: c99a9d8288db5ebc00dace6609229b0a commit: e7de991ade5151b8c6de76e51a89cb94b0a7ab36 Author: Mikle Kolyada gentoo org> AuthorDate: Thu May 7 09:24:57 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu May 7 09:25:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7de991a dev-python/pypam: advance stable keywords Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada gentoo.org> dev-python/pypam/pypam-0.5.0-r3.ebuild | 46 ---------------------------------- dev-python/pypam/pypam-0.5.0-r4.ebuild | 2 +- 2 files changed, 1 insertion(+), 47 deletions(-) diff --git a/dev-python/pypam/pypam-0.5.0-r3.ebuild b/dev-python/pypam/pypam-0.5.0-r3.ebuild deleted file mode 100644 index a2bb5774fe0..00000000000 --- a/dev-python/pypam/pypam-0.5.0-r3.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=( python{2_7,3_6} ) - -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 -} diff --git a/dev-python/pypam/pypam-0.5.0-r4.ebuild b/dev-python/pypam/pypam-0.5.0-r4.ebuild index d26ff5f7409..6ccd947b160 100644 --- a/dev-python/pypam/pypam-0.5.0-r4.ebuild +++ b/dev-python/pypam/pypam-0.5.0-r4.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.pangalactic.org/PyPAM/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" DEPEND=">=sys-libs/pam-0.64"