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 F00C2138359 for ; Mon, 28 Sep 2020 22:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18158E07D7; Mon, 28 Sep 2020 22:50:53 +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 EF161E07D7 for ; Mon, 28 Sep 2020 22:50:52 +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 7F42D340B9C for ; Mon, 28 Sep 2020 22:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2EC9334 for ; Mon, 28 Sep 2020 22:50:49 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1601333414.d58c2ff248362df5a6d0c72160db1b3179992ac9.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/feedgenerator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/feedgenerator/feedgenerator-1.9.1-r1.ebuild X-VCS-Directories: dev-python/feedgenerator/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: d58c2ff248362df5a6d0c72160db1b3179992ac9 X-VCS-Branch: master Date: Mon, 28 Sep 2020 22:50:49 +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: 5b8a0011-9117-4cbf-9e5a-4b5057c87b79 X-Archives-Hash: f18bfdfb41a529ba124885a765960bac commit: d58c2ff248362df5a6d0c72160db1b3179992ac9 Author: Louis Sautier gentoo org> AuthorDate: Mon Sep 28 22:44:45 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Sep 28 22:50:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58c2ff2 dev-python/feedgenerator: Add PyPy3 and Python 3.9 support Also fix dependencies (respect install_requires) and remove an obsolete hack. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Louis Sautier gentoo.org> .../feedgenerator/feedgenerator-1.9.1-r1.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/dev-python/feedgenerator/feedgenerator-1.9.1-r1.ebuild b/dev-python/feedgenerator/feedgenerator-1.9.1-r1.ebuild new file mode 100644 index 00000000000..a0b69608464 --- /dev/null +++ b/dev-python/feedgenerator/feedgenerator-1.9.1-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( pypy3 python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Standalone version of django.utils.feedgenerator" +HOMEPAGE="https://pypi.org/project/feedgenerator/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] +" + +distutils_enable_tests setup.py