public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alectryon/
@ 2022-06-14 10:23 Maciej Barć
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2022-06-14 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e3ead869f67b47158707d4c19cd689e0e4e565df
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 10:22:41 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 10:22:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ead869

sci-mathematics/alectryon: fix distutil calls

Closes: https://bugs.gentoo.org/851843
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild b/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild
index a15045952615..f582047527ae 100644
--- a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild
+++ b/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild
@@ -47,14 +47,14 @@ PATCHES=( "${FILESDIR}"/${P}-setup.cfg-version.patch )
 SITEFILE="50${PN}-gentoo.el"
 
 src_compile() {
-	python_foreach_impl distutils-r1_python_compile
+	distutils-r1_src_compile
 
 	use doc && emake -C ./recipes/sphinx latexpdf
 	use emacs && elisp-compile ./etc/elisp/alectryon.el
 }
 
 src_install() {
-	python_foreach_impl distutils-r1_python_install
+	distutils-r1_src_install
 	einstalldocs
 
 	if use doc ; then


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alectryon/
@ 2023-02-24 10:56 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2023-02-24 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     7c2ab6c1f431df800813a4a2b4d88b6839fedfc9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 10:56:35 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 10:56:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2ab6c1

sci-mathematics/alectryon: enable py3.11

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild b/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild
index b43f1ec4fc55..f5738a12bb0d 100644
--- a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild
+++ b/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit elisp-common distutils-r1
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alectryon/
@ 2024-04-29 18:57 Maciej Barć
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2024-04-29 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ba543e752c925b40ac331562fcfd6c2398fa6d14
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 17:03:56 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 18:57:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba543e75

sci-mathematics/alectryon: enable py3.12 compat

Closes: https://bugs.gentoo.org/929789
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 ...ectryon-1.4.0-r1.ebuild => alectryon-1.4.0-r2.ebuild} | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild b/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild
similarity index 87%
rename from sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild
rename to sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild
index bf77f3595ce5..b8969f14aa7c 100644
--- a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild
+++ b/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit elisp-common distutils-r1
 
@@ -13,10 +13,12 @@ HOMEPAGE="https://github.com/cpitclaudel/alectryon/"
 
 if [[ "${PV}" == *9999* ]] ; then
 	inherit git-r3
+
 	EGIT_REPO_URI="https://github.com/cpitclaudel/${PN}.git"
 else
 	SRC_URI="https://github.com/cpitclaudel/${PN}/archive/v${PV}.tar.gz
-			-> ${P}.tar.gz"
+		-> ${P}.tar.gz"
+
 	KEYWORDS="~amd64"
 fi
 
@@ -33,7 +35,9 @@ RDEPEND="
 	dev-python/sphinx[${PYTHON_USEDEP}]
 	sci-mathematics/coq-serapi
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+	${RDEPEND}
+"
 BDEPEND="
 	emacs? (
 		>=app-editors/emacs-23.1:*
@@ -43,7 +47,7 @@ BDEPEND="
 "
 
 DOCS=( CHANGES.rst CITATION.bib README.rst )
-PATCHES=( "${FILESDIR}"/${P}-setup.cfg-version.patch )
+PATCHES=( "${FILESDIR}/${P}-setup.cfg-version.patch" )
 SITEFILE="50${PN}-gentoo.el"
 
 src_compile() {
@@ -66,7 +70,7 @@ src_install() {
 		dodoc ./recipes/sphinx/_build/latex/alectryon-demo.tex
 	fi
 	if use emacs ; then
-		elisp-install ${PN} ./etc/elisp/${PN}.el{,c}
+		elisp-install "${PN}" ./etc/elisp/${PN}.el{,c}
 		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 	fi
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alectryon/
@ 2025-02-20 10:20 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2025-02-20 10:20 UTC (permalink / raw
  To: gentoo-commits

commit:     6dbe8784df4229ed8345068c4a1b4ff52b541f5e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 20 10:17:49 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 10:20:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbe8784

sci-mathematics/alectryon: Remove py3.10 (per sphinx-8.2)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild b/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild
index b8969f14aa7c..012124764413 100644
--- a/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild
+++ b/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit elisp-common distutils-r1
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-20 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 18:57 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alectryon/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2025-02-20 10:20 Michał Górny
2023-02-24 10:56 Andrew Ammerlaan
2022-06-14 10:23 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox