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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E9A5158030 for ; Mon, 27 Feb 2023 00:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C552E07F9; Mon, 27 Feb 2023 00:05:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FD65E07F9 for ; Mon, 27 Feb 2023 00:05:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 049B93406DD for ; Mon, 27 Feb 2023 00:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 769868C7 for ; Mon, 27 Feb 2023 00:05:35 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1677456327.d0b80cf50497186677d6725b1984ad7d2f9723ac.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/elpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/elpy/elpy-1.35.0_p20220321.ebuild app-emacs/elpy/elpy-1.35.0_p20220627.ebuild X-VCS-Directories: app-emacs/elpy/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: d0b80cf50497186677d6725b1984ad7d2f9723ac X-VCS-Branch: master Date: Mon, 27 Feb 2023 00:05:35 +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: 030b5dc9-a0a6-4f91-8dcb-b1eb6d9bc7c2 X-Archives-Hash: a284f667bcc86783ab20331542696024 commit: d0b80cf50497186677d6725b1984ad7d2f9723ac Author: Maciej Barć gentoo org> AuthorDate: Sun Feb 26 23:51:26 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Feb 27 00:05:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b80cf5 app-emacs/elpy: enable python 3.11 Closes: https://bugs.gentoo.org/896532 Signed-off-by: Maciej Barć gentoo.org> app-emacs/elpy/elpy-1.35.0_p20220321.ebuild | 9 +++++---- app-emacs/elpy/elpy-1.35.0_p20220627.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/app-emacs/elpy/elpy-1.35.0_p20220321.ebuild b/app-emacs/elpy/elpy-1.35.0_p20220321.ebuild index dc6a90317b97..efe3533b8b1b 100644 --- a/app-emacs/elpy/elpy-1.35.0_p20220321.ebuild +++ b/app-emacs/elpy/elpy-1.35.0_p20220321.ebuild @@ -3,11 +3,11 @@ EAPI=8 -COMMIT=1746e7009000b7635c0ea6f1559018143aa61642 +[[ ${PV} == *_p20220321 ]] && COMMIT=1746e7009000b7635c0ea6f1559018143aa61642 DISTUTILS_SINGLE_IMPL=ON DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) NEED_EMACS=24.4 @@ -16,7 +16,7 @@ inherit distutils-r1 elisp DESCRIPTION="Emacs Python Development Environment" HOMEPAGE="https://github.com/jorgenschaefer/elpy/" SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/${COMMIT}.tar.gz - -> ${P}.tar.gz" + -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-${COMMIT} LICENSE="GPL-3+" @@ -44,11 +44,12 @@ BDEPEND=" ) " -DOCS=( CONTRIBUTING.rst README.rst ) PATCHES=( "${FILESDIR}"/${PN}-elpy.el-yas-snippet-dirs.patch "${FILESDIR}"/${PN}-elpy-rpc.el-elpy-rpc-pythonpath.patch ) + +DOCS=( CONTRIBUTING.rst README.rst ) SITEFILE="50${PN}-gentoo.el" distutils_enable_sphinx docs --no-autodoc diff --git a/app-emacs/elpy/elpy-1.35.0_p20220627.ebuild b/app-emacs/elpy/elpy-1.35.0_p20220627.ebuild index be51e73e3a83..df58b81f475a 100644 --- a/app-emacs/elpy/elpy-1.35.0_p20220627.ebuild +++ b/app-emacs/elpy/elpy-1.35.0_p20220627.ebuild @@ -3,11 +3,11 @@ EAPI=8 -COMMIT=de31d30003c515c25ff7bfd3a361c70c298f78bb +[[ ${PV} == *_p20220627 ]] && COMMIT=de31d30003c515c25ff7bfd3a361c70c298f78bb DISTUTILS_SINGLE_IMPL=ON DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) NEED_EMACS=24.4 @@ -16,7 +16,7 @@ inherit distutils-r1 elisp DESCRIPTION="Emacs Python Development Environment" HOMEPAGE="https://github.com/jorgenschaefer/elpy/" SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/${COMMIT}.tar.gz - -> ${P}.tar.gz" + -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-${COMMIT} LICENSE="GPL-3+" @@ -44,11 +44,12 @@ BDEPEND=" ) " -DOCS=( CONTRIBUTING.rst README.rst ) PATCHES=( "${FILESDIR}"/${PN}-elpy.el-yas-snippet-dirs.patch "${FILESDIR}"/${PN}-elpy-rpc.el-elpy-rpc-pythonpath.patch ) + +DOCS=( CONTRIBUTING.rst README.rst ) SITEFILE="50${PN}-gentoo.el" distutils_enable_sphinx docs --no-autodoc