summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-22 06:54:46 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-22 06:54:46 +0000
commitd93e7ab096840eb29da40552b1d456c7ff5ca89a (patch)
treede600cbf4b96818eb25a3bdf23d91909046b147e /dev-python
parent5499500559b48aa3e29b0e440ee3b2defbd00113 (diff)
downloadbaldeagleos-repo-d93e7ab096840eb29da40552b1d456c7ff5ca89a.tar.gz
baldeagleos-repo-d93e7ab096840eb29da40552b1d456c7ff5ca89a.tar.xz
baldeagleos-repo-d93e7ab096840eb29da40552b1d456c7ff5ca89a.zip
Adding metadata
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/addict/addict-2.4.0.ebuild2
-rw-r--r--dev-python/cheetah3/Manifest1
-rw-r--r--dev-python/cheetah3/cheetah3-3.4.0.ebuild44
-rw-r--r--dev-python/cogapp/cogapp-3.4.1.ebuild2
-rw-r--r--dev-python/readability-lxml/readability-lxml-0.8.1.ebuild7
-rw-r--r--dev-python/scipy/scipy-1.14.1.ebuild10
-rw-r--r--dev-python/scipy/scipy-1.15.0.ebuild8
-rw-r--r--dev-python/scipy/scipy-1.15.1.ebuild8
-rw-r--r--dev-python/scipy/scipy-1.15.2.ebuild8
-rw-r--r--dev-python/zstandard/zstandard-0.23.0-r1.ebuild (renamed from dev-python/zstandard/zstandard-0.23.0.ebuild)3
10 files changed, 85 insertions, 8 deletions
diff --git a/dev-python/addict/addict-2.4.0.ebuild b/dev-python/addict/addict-2.4.0.ebuild
index 1015ccf15f3f..bf53f57f1276 100644
--- a/dev-python/addict/addict-2.4.0.ebuild
+++ b/dev-python/addict/addict-2.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} python3_13t )
+PYTHON_COMPAT=( python3_{11..13} python3_13t )
inherit distutils-r1
diff --git a/dev-python/cheetah3/Manifest b/dev-python/cheetah3/Manifest
index a95572b816d3..633ade12e434 100644
--- a/dev-python/cheetah3/Manifest
+++ b/dev-python/cheetah3/Manifest
@@ -1 +1,2 @@
DIST cheetah3-3.3.3.gh.tar.gz 315249 BLAKE2B f5dc748c49adbddffb0339069f800583739bffce8085c3abb80080d14d051a334e6b7d1b8ced218218334cae6cc000877570f3ab7c1ef0d760de36bf956f9c2e SHA512 638ee6ca0d37b86cfa93f8fc0da4c259da639c3b107c8810201e4bed30ca4674b5e546abc1d8f716d1bba7d1c72d51f559894a90580fa02f1409f7a73a246001
+DIST cheetah3-3.4.0.gh.tar.gz 318357 BLAKE2B 5bb67484c4907f0a831eaa79d755ba252abc3ed70a14a7f87620cc8748f7226cc112b66cc1ce19759d5aa6653e8ce2ad0acd4604a0ca2a92c249e095ae6522ba SHA512 1984165dc001c5982f39bdee9ef1364ebb794a028bfebcbead6af9834abe6506f253b0bc18919c9b95b55130dd71232fac3830aed8c19219852a56f007ad45e7
diff --git a/dev-python/cheetah3/cheetah3-3.4.0.ebuild b/dev-python/cheetah3/cheetah3-3.4.0.ebuild
new file mode 100644
index 000000000000..47d8105a131d
--- /dev/null
+++ b/dev-python/cheetah3/cheetah3-3.4.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+DESCRIPTION="Python-powered template engine and code generator"
+HOMEPAGE="
+ https://cheetahtemplate.org/
+ https://github.com/CheetahTemplate3/Cheetah3/
+ https://pypi.org/project/Cheetah3/
+"
+SRC_URI="
+ https://github.com/CheetahTemplate3/Cheetah3/archive/${PV/_p/.post}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ dev-python/markdown[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ ${RDEPEND}
+"
+
+DOCS=( ANNOUNCE.rst README.rst )
+
+python_test() {
+ # the package can't handle TMPDIR with hyphens
+ # https://github.com/CheetahTemplate3/cheetah3/issues/53
+ local -x TMPDIR=/tmp
+
+ "${EPYTHON}" Cheetah/Tests/Test.py || die "Tests fail with ${EPYTHON}"
+}
diff --git a/dev-python/cogapp/cogapp-3.4.1.ebuild b/dev-python/cogapp/cogapp-3.4.1.ebuild
index fbcc5c924253..cec23f6681a2 100644
--- a/dev-python/cogapp/cogapp-3.4.1.ebuild
+++ b/dev-python/cogapp/cogapp-3.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{{10..13},13t} )
+PYTHON_COMPAT=( python3_{{11..13},13t} )
inherit distutils-r1 pypi
diff --git a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild
index 43b916ca6341..fcbe1eb1be61 100644
--- a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild
+++ b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2024 Gentoo Authors
+# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,15 +26,14 @@ RDEPEND="
dev-python/lxml-html-clean[${PYTHON_USEDEP}]
|| (
dev-python/chardet[${PYTHON_USEDEP}]
- ( $(python_gen_cond_dep \
- 'dev-python/faust-cchardet[${PYTHON_USEDEP}]' python3_{8..10}) )
+ dev-python/faust-cchardet[${PYTHON_USEDEP}]
)
"
BDEPEND="
test? (
dev-python/chardet[${PYTHON_USEDEP}]
$(python_gen_cond_dep \
- 'dev-python/timeout-decorator[${PYTHON_USEDEP}]' python3_{8..11})
+ 'dev-python/timeout-decorator[${PYTHON_USEDEP}]' python3_11)
)
"
diff --git a/dev-python/scipy/scipy-1.14.1.ebuild b/dev-python/scipy/scipy-1.14.1.ebuild
index 0c1fa09f7861..0c88f9ce49d9 100644
--- a/dev-python/scipy/scipy-1.14.1.ebuild
+++ b/dev-python/scipy/scipy-1.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -45,6 +45,9 @@ LICENSE="BSD LGPL-2"
SLOT="0"
IUSE="doc +fortran test-rust"
+# pythran is needed in both BDEPEND (for /usr/bin/pythran) and in DEPEND
+# to actually compile code generated by pythran (headers and such needed).
+#
# umfpack is technically optional but it's preferred to have it available.
DEPEND="
>=dev-python/numpy-1.23.5:=[lapack,${PYTHON_USEDEP}]
@@ -57,6 +60,11 @@ RDEPEND="
${DEPEND}
dev-python/pillow[${PYTHON_USEDEP}]
"
+DEPEND+="
+ fortran? (
+ >=dev-python/pythran-0.16.0[${PYTHON_USEDEP}]
+ )
+"
BDEPEND="
dev-lang/swig
>=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
diff --git a/dev-python/scipy/scipy-1.15.0.ebuild b/dev-python/scipy/scipy-1.15.0.ebuild
index 57f8b48390a2..7efa1a801c55 100644
--- a/dev-python/scipy/scipy-1.15.0.ebuild
+++ b/dev-python/scipy/scipy-1.15.0.ebuild
@@ -45,6 +45,9 @@ LICENSE="BSD LGPL-2"
SLOT="0"
IUSE="doc +fortran test-rust"
+# pythran is needed in both BDEPEND (for /usr/bin/pythran) and in DEPEND
+# to actually compile code generated by pythran (headers and such needed).
+#
# umfpack is technically optional but it's preferred to have it available.
DEPEND="
>=dev-python/numpy-1.23.5:=[lapack,${PYTHON_USEDEP}]
@@ -57,6 +60,11 @@ RDEPEND="
${DEPEND}
dev-python/pillow[${PYTHON_USEDEP}]
"
+DEPEND+="
+ fortran? (
+ >=dev-python/pythran-0.16.0[${PYTHON_USEDEP}]
+ )
+"
BDEPEND="
dev-lang/swig
>=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
diff --git a/dev-python/scipy/scipy-1.15.1.ebuild b/dev-python/scipy/scipy-1.15.1.ebuild
index 58c99757bf7a..1c9f77094875 100644
--- a/dev-python/scipy/scipy-1.15.1.ebuild
+++ b/dev-python/scipy/scipy-1.15.1.ebuild
@@ -45,6 +45,9 @@ LICENSE="BSD LGPL-2"
SLOT="0"
IUSE="doc +fortran test-rust"
+# pythran is needed in both BDEPEND (for /usr/bin/pythran) and in DEPEND
+# to actually compile code generated by pythran (headers and such needed).
+#
# umfpack is technically optional but it's preferred to have it available.
DEPEND="
>=dev-python/numpy-1.23.5:=[lapack,${PYTHON_USEDEP}]
@@ -57,6 +60,11 @@ RDEPEND="
${DEPEND}
dev-python/pillow[${PYTHON_USEDEP}]
"
+DEPEND+="
+ fortran? (
+ >=dev-python/pythran-0.16.0[${PYTHON_USEDEP}]
+ )
+"
BDEPEND="
dev-lang/swig
>=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
diff --git a/dev-python/scipy/scipy-1.15.2.ebuild b/dev-python/scipy/scipy-1.15.2.ebuild
index 579a9704865b..c9e17b155dea 100644
--- a/dev-python/scipy/scipy-1.15.2.ebuild
+++ b/dev-python/scipy/scipy-1.15.2.ebuild
@@ -45,6 +45,9 @@ LICENSE="BSD LGPL-2"
SLOT="0"
IUSE="doc +fortran test-rust"
+# pythran is needed in both BDEPEND (for /usr/bin/pythran) and in DEPEND
+# to actually compile code generated by pythran (headers and such needed).
+#
# umfpack is technically optional but it's preferred to have it available.
DEPEND="
>=dev-python/numpy-1.23.5:=[lapack,${PYTHON_USEDEP}]
@@ -57,6 +60,11 @@ RDEPEND="
${DEPEND}
dev-python/pillow[${PYTHON_USEDEP}]
"
+DEPEND+="
+ fortran? (
+ >=dev-python/pythran-0.16.0[${PYTHON_USEDEP}]
+ )
+"
BDEPEND="
dev-lang/swig
>=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
diff --git a/dev-python/zstandard/zstandard-0.23.0.ebuild b/dev-python/zstandard/zstandard-0.23.0-r1.ebuild
index 710a83891eef..e4b8373ad68d 100644
--- a/dev-python/zstandard/zstandard-0.23.0.ebuild
+++ b/dev-python/zstandard/zstandard-0.23.0-r1.ebuild
@@ -25,8 +25,9 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+# TODO: figure out why zstd-1.5.7 breaks their hacky awful CFFI thingy
DEPEND="
- app-arch/zstd:=
+ <app-arch/zstd-1.5.7:=
"
RDEPEND="
${DEPEND}