diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-19 18:47:44 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-19 18:47:44 +0000 |
| commit | a25097a196258e794ed159b50bee1e4badf20741 (patch) | |
| tree | 653ef49b5c9d52af4d87af6d1a291b8ae9e19e21 /dev-python | |
| parent | 4d1de0cc177c71e1849b9e6f9f4b9ad21d7ea44e (diff) | |
| download | baldeagleos-repo-a25097a196258e794ed159b50bee1e4badf20741.tar.gz baldeagleos-repo-a25097a196258e794ed159b50bee1e4badf20741.tar.xz baldeagleos-repo-a25097a196258e794ed159b50bee1e4badf20741.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
17 files changed, 168 insertions, 5 deletions
diff --git a/dev-python/django-multiselectfield/Manifest b/dev-python/django-multiselectfield/Manifest index d7d0f22829eb..b258249a2364 100644 --- a/dev-python/django-multiselectfield/Manifest +++ b/dev-python/django-multiselectfield/Manifest @@ -1,3 +1,2 @@ DIST django-multiselectfield-0.1.12.gh.tar.gz 19402 BLAKE2B d9a67dfce833dffaec4b1331290284d7dc7a1567f8a4550363072dc4a32705d91e8ff4d93928627a2167260371b4b0d161e4c4ee95bf0ca0d99dcbc20cf8cfee SHA512 23eb4c8ff9feecd8e40aa15a95ee8d5081575ebc672811eb25ab5fbf883c339334a2adc209489966b0638dcd1b175d8f5a6da70c200e1f297ea848c9c71ec79f -EBUILD django-multiselectfield-0.1.12.ebuild 615 BLAKE2B 106b2f8eddf64167fd842b6b57cbfda2db3ac8e8be6b7f139f2442d05c7c21b11781bd3f07cfcef13691c6a79c5c07e0008da2ec7d8481cbda43d1cef47c2d88 SHA512 f06fdc876f10d79df8e7130740951f215814abf4b8e7c3735f2dddc8eff1822975e75e978f639c0e795c7da9d8b31d1927adedeb8b279a187db6eb797387cb17 -MISC metadata.xml 490 BLAKE2B 973ba3230e0cf0bd4dbcd30cc318391784de43a3fa31f32c2a4a6051baa90ddc19130a7c73ebb9c4069f0584adf4ff3ee2d9d301d93f2661fb6a028779879c1c SHA512 54cbdc177d76c2572ae16590f5a46d2e91f6ea0698cc02dd465e0e0a471b9890d24b1c7289175f8c0ff7a169d31d576a2f19980c063d3b11ba701875fa8cbc31 +DIST django-multiselectfield-0.1.13.gh.tar.gz 19683 BLAKE2B 87bcb6079e409b73b73cecfe3f57ff2ea2d2fdbc2c53ab9299b3849ee2dec0b81e7387cfcfccaa56488cfeca281c626fc3caedfade1913869304e60f774358d9 SHA512 d3f880df999559400cadd94a0fac5418884b94978979f9a7e32b51d0f2d068988e84756ae8455bcc3c86dab0b7e23a2eebb4b33611a3d046b102b971b19c5645 diff --git a/dev-python/django-multiselectfield/django-multiselectfield-0.1.13.ebuild b/dev-python/django-multiselectfield/django-multiselectfield-0.1.13.ebuild new file mode 100644 index 000000000000..7246b62f5b66 --- /dev/null +++ b/dev-python/django-multiselectfield/django-multiselectfield-0.1.13.ebuild @@ -0,0 +1,25 @@ +# Copyright 2024 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +GIT_COMMIT="d78d65219ec600a4078ad2b7d69e7af28c2681a3" + +DESCRIPTION="Django multiple select field" +HOMEPAGE="https://github.com/goinnn/django-multiselectfield" +SRC_URI="https://github.com/goinnn/django-multiselectfield/archive/${GIT_COMMIT}.tar.gz -> ${P}.gh.tar.gz" + +S=${WORKDIR}/${PN}-${GIT_COMMIT} + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/django[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +DOCS=( README.rst ) diff --git a/dev-python/jpype/Manifest b/dev-python/jpype/Manifest index 1cf190a18578..95ea537a4e27 100644 --- a/dev-python/jpype/Manifest +++ b/dev-python/jpype/Manifest @@ -1 +1 @@ -DIST JPype1-1.5.0.tar.gz 799134 BLAKE2B 0389c0452e6b453e82554e956c7c4848c14b7bbf76fa624f5f0bf4d70e7008864f0f290393794d89de56ff9740ffefc4dc839a18f48f3daa18f7d9933be4d067 SHA512 955dde2d33a0bd2e5eb0895754fd0c077df94bb28541f720cc706988e0b530e39c3e7752d9f0c531cc86d1812148c443b1430a66553ebd3632a4d4161ad5ed78 +DIST JPype1-1.5.1.tar.gz 856550 BLAKE2B bec8d56d9ac5a9d968e53f95954346e78e3e2fc604be1ae5a4fea7047dada20112ed652926b4cc9776cca184099c0d5c01117544daa37a486f1d2aa4bb159207 SHA512 6f47722a9c2b9f95f7bada41ec7c8dea85b251d9ddb0b8b154dbfb4eef9dafc20a1b0c31ab6fca0061dda0fc28b8107e249551ae80c5ec7e4ba4ae2d20c6025a diff --git a/dev-python/jpype/jpype-1.5.0-r1.ebuild b/dev-python/jpype/jpype-1.5.1.ebuild index 9a51a1a66b84..daa3b0fd6aec 100644 --- a/dev-python/jpype/jpype-1.5.0-r1.ebuild +++ b/dev-python/jpype/jpype-1.5.1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Bridge to allow Python programs full access to Java class libraries" HOMEPAGE="https://github.com/jpype-project/jpype/" SRC_URI="https://github.com/jpype-project/jpype/releases/download/v${PV}/JPype1-${PV}.tar.gz " -S="${WORKDIR}/JPype1-${PV}" +S="${WORKDIR}/jpype1-${PV}" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-python/odfdo/Manifest b/dev-python/odfdo/Manifest new file mode 100644 index 000000000000..ce9afd939902 --- /dev/null +++ b/dev-python/odfdo/Manifest @@ -0,0 +1 @@ +DIST odfdo-3.9.4.tar.gz 3857824 BLAKE2B a218e3f23470505fc8c089e33803958f6a59e9ebc70b1c7db243b83eb69a94469fec614f733b0826d935c491f12ccb37b3724ea1436bfc133e883773abe45099 SHA512 a8fe196c7eeb062d89b4f84fa04a1bec7d53b85637007ddae5a7e0655221a666c54bbfb0cc27de4858f58217e50b8a98a1fb90bea09fe356f428aaebb984a4ee diff --git a/dev-python/odfdo/metadata.xml b/dev-python/odfdo/metadata.xml new file mode 100644 index 000000000000..8c8101bcdb2c --- /dev/null +++ b/dev-python/odfdo/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>core@liguros.net</email> + <name>Development</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/odfdo/odfdo-3.9.4-r1.ebuild b/dev-python/odfdo/odfdo-3.9.4-r1.ebuild new file mode 100644 index 000000000000..70a19c3a4bfb --- /dev/null +++ b/dev-python/odfdo/odfdo-3.9.4-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +DESCRIPTION="Python library for OpenDocument format (ODF)" +HOMEPAGE="https://github.com/jdum/odfdo" +SRC_URI="https://github.com/jdum/odfdo/archive/refs/tags/v${PV}.tar.gz -> odfdo-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/poetry-core-1.9.1 +" diff --git a/dev-python/odsgenerator/Manifest b/dev-python/odsgenerator/Manifest new file mode 100644 index 000000000000..e4505e1b3763 --- /dev/null +++ b/dev-python/odsgenerator/Manifest @@ -0,0 +1 @@ +DIST odsgenerator-1.11.1.tar.gz 178109 BLAKE2B 11b53a10918b30ea7152f895ac1578080a4b2813403e2db8b3660d5aaf7d72ff5ea270c201ad8e1a1dbf41149a55988402910489c613ac3546c3d6bf4df94ec3 SHA512 ead8e2e973c09c0bf1ac582499ae945e79a615e9e4c591a9e1d7ee8bcfbe7aa21a387fd9b985d8fa354d96aee876a99829a50ba2d67f182b8e502a15c6aa5b5e diff --git a/dev-python/odsgenerator/metadata.xml b/dev-python/odsgenerator/metadata.xml new file mode 100644 index 000000000000..8c8101bcdb2c --- /dev/null +++ b/dev-python/odsgenerator/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>core@liguros.net</email> + <name>Development</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/odsgenerator/odsgenerator-1.11.1-r1.ebuild b/dev-python/odsgenerator/odsgenerator-1.11.1-r1.ebuild new file mode 100644 index 000000000000..7207331e694e --- /dev/null +++ b/dev-python/odsgenerator/odsgenerator-1.11.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +DESCRIPTION="Generate an OpenDocument Format .ods file from a .json or .yaml file." +HOMEPAGE="https://github.com/jdum/odsgenerator" +SRC_URI="https://github.com/jdum/odsgenerator/archive/refs/tags/v${PV}.tar.gz -> odsgenerator-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/poetry-core-1.9.1 +" diff --git a/dev-python/odsparsator/Manifest b/dev-python/odsparsator/Manifest new file mode 100644 index 000000000000..8c9168de02d5 --- /dev/null +++ b/dev-python/odsparsator/Manifest @@ -0,0 +1 @@ +DIST odsparsator-1.12.1.tar.gz 167385 BLAKE2B 278236054b9dbf94c93757517e0d577c25e034b58332838c487c096b14382c92fa50eec4fcfcf5aba7ad2540939f26b0a558c3b6a090d53ba0c2a39f74173871 SHA512 c3c9abd8634f71826291a3a6f3b1684141c40932a8a77b01e48ef1205dfdac2863710c776c4000ff5b038960c41fa692ac67f9888dbf9e43e1405d166a1ac669 diff --git a/dev-python/odsparsator/metadata.xml b/dev-python/odsparsator/metadata.xml new file mode 100644 index 000000000000..8c8101bcdb2c --- /dev/null +++ b/dev-python/odsparsator/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>core@liguros.net</email> + <name>Development</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/odsparsator/odsparsator-1.12.1-r1.ebuild b/dev-python/odsparsator/odsparsator-1.12.1-r1.ebuild new file mode 100644 index 000000000000..477f00269e8b --- /dev/null +++ b/dev-python/odsparsator/odsparsator-1.12.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +DESCRIPTION="Generate a JSON file from an OpenDocument Format .ods file." +HOMEPAGE="https://github.com/jdum/odsparsator" +SRC_URI="https://github.com/jdum/odsparsator/archive/refs/tags/v${PV}.tar.gz -> odsparsator-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/poetry-core-1.9.1 +" diff --git a/dev-python/pillow-heif/Manifest b/dev-python/pillow-heif/Manifest index 117a75d0415f..a4be976894da 100644 --- a/dev-python/pillow-heif/Manifest +++ b/dev-python/pillow-heif/Manifest @@ -1 +1 @@ -DIST pillow_heif-0.18.0.tar.gz 16172675 BLAKE2B 16f52c6dc1d6b63606a9457ab2d2c4990c1b81524d14d4135f571dde7bd72b9dc8624919270ff76b8e52efbeb1420a96be8108015330648852cbc73bd8790cf6 SHA512 dfaccf4f86bcb26bd8b953c5e99835e9a422a7282b659c2bb999396af959c4b439d588b76ba1bcbf4b384580908a8ae6d7c17d8203ffac8b70ff2d4781bb2322 +DIST pillow_heif-0.20.0.tar.gz 16173556 BLAKE2B aa549d4344e2e7f04e85d287e5b800068823dd9c9af22cbc24d6891c7e7c23d2e875979a83aa3cd2fbaf1fe60488a885257d644f2b3528f5029c0900101689ea SHA512 2c11cc0d93b0b684a80c1b2b6c076928417f021cda1aa46f1806c39ed24a5283d7878a679bf7e6293b9e6f90d3c60c10c7ce1597c528c269cd8892dd18a8aa9b diff --git a/dev-python/pillow-heif/pillow-heif-0.18.0.ebuild b/dev-python/pillow-heif/pillow-heif-0.20.0.ebuild index 36e98a4c519a..36e98a4c519a 100644 --- a/dev-python/pillow-heif/pillow-heif-0.18.0.ebuild +++ b/dev-python/pillow-heif/pillow-heif-0.20.0.ebuild diff --git a/dev-python/pygit2/files/pygit2-1.16.0-gcc-14.patch b/dev-python/pygit2/files/pygit2-1.16.0-gcc-14.patch new file mode 100644 index 000000000000..5bcd93320585 --- /dev/null +++ b/dev-python/pygit2/files/pygit2-1.16.0-gcc-14.patch @@ -0,0 +1,37 @@ +From eba710e45bb40e18641c6531394bb46631e7f295 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= <mcepl@cepl.eu> +Date: Tue, 5 Nov 2024 12:26:44 +0100 +Subject: [PATCH] fix: use correct type of the ninth parameter of + git_commit_create() + +It should be `const git_commit **`, not `git_commit **`. + +Breaks the build with GCC-14. +--- + src/repository.c | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git a/src/repository.c b/src/repository.c +index d1d42ecf..3b5d57a1 100644 +--- a/src/repository.c ++++ b/src/repository.c +@@ -1065,7 +1065,8 @@ Repository_create_commit(Repository *self, PyObject *args) + + err = git_commit_create(&oid, self->repo, update_ref, + py_author->signature, py_committer->signature, +- encoding, message, tree, parent_count, parents); ++ encoding, message, tree, parent_count, ++ (const git_commit **)parents); + if (err < 0) { + Error_set(err); + goto out; +@@ -1147,7 +1148,8 @@ Repository_create_commit_string(Repository *self, PyObject *args) + + err = git_commit_create_buffer(&buf, self->repo, + py_author->signature, py_committer->signature, +- encoding, message, tree, parent_count, parents); ++ encoding, message, tree, parent_count, ++ (const git_commit **)parents); + if (err < 0) { + Error_set(err); + goto out; diff --git a/dev-python/pygit2/pygit2-1.16.0.ebuild b/dev-python/pygit2/pygit2-1.16.0.ebuild index aedf0aab7d84..9e2bfc986bbb 100644 --- a/dev-python/pygit2/pygit2-1.16.0.ebuild +++ b/dev-python/pygit2/pygit2-1.16.0.ebuild @@ -34,6 +34,12 @@ RDEPEND=" distutils_enable_tests pytest src_prepare() { + local PATCHES=( + # https://bugs.gentoo.org/942207 + # https://github.com/libgit2/pygit2/commit/eba710e45bb40e18641c6531394bb46631e7f295 + "${FILESDIR}/${P}-gcc-14.patch" + ) + distutils-r1_src_prepare # unconditionally prevent it from using network |
