diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-14 06:53:51 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-14 06:53:51 +0000 |
| commit | 0be235f8934321008d0fd1842ff461d9e1edfbbc (patch) | |
| tree | 9ad508ce7b4c6ef5a9e51025027bac4059a7cad8 /dev-python | |
| parent | 547e06aefa32573acff43706477f83e004c88040 (diff) | |
| download | baldeagleos-repo-0be235f8934321008d0fd1842ff461d9e1edfbbc.tar.gz baldeagleos-repo-0be235f8934321008d0fd1842ff461d9e1edfbbc.tar.xz baldeagleos-repo-0be235f8934321008d0fd1842ff461d9e1edfbbc.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/langdetect/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch | 13 | ||||
| -rw-r--r-- | dev-python/langdetect/langdetect-1.0.9.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/langdetect/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/pyqt5/metadata.xml | 3 | ||||
| -rw-r--r-- | dev-python/pyqt5/pyqt5-5.15.11.ebuild | 18 | ||||
| -rw-r--r-- | dev-python/qtpy/qtpy-2.4.2.ebuild | 8 |
7 files changed, 30 insertions, 28 deletions
diff --git a/dev-python/langdetect/Manifest b/dev-python/langdetect/Manifest index 37a64204a00a..a11d7c268c91 100644 --- a/dev-python/langdetect/Manifest +++ b/dev-python/langdetect/Manifest @@ -1,3 +1 @@ DIST langdetect-1.0.9.tar.gz 981474 BLAKE2B ea8a9c3f16a2987c080742473bff4f2c1503f53fb3c2b40b0b1d6212bb6133ea22dce7864ffcfb8968c3a46b157d45cb3e2cf6f84bdbed0266cc716a853b032c SHA512 7558d674c47b080c79e43a00a25d2c7f77188cf60bea2cecb3bebb803d75e1aa42b43c74bd26ea1b541f4cb927421908882cbec01a91f0913984217e71ccc8db -EBUILD langdetect-1.0.9.ebuild 494 BLAKE2B 9b3521c5721afa49a58e0c35267f7d82bb56bd7e1d6d3152be0d36cd220180a526cb20b90b1113fbf0fff4a512137570f0b3bcf864498b7b7cc00403cb61ca27 SHA512 16d311400bf84a5f04e15f3da4b68b2810e4b005009f4d03dc8a487176dfc294403c976c412c83dcfa8084a49ef7b7d5389b43fb2ba446ce107ce4595e3558c6 -MISC metadata.xml 457 BLAKE2B 630128a3e982b6d60cc7b9f74c79fcb5ee47a71a02c73a50af9da8cedb6fad8e20a7f74b881e5b25c6483b92c9edbd56552cd38b2d9cbfa8b3eb4530facea969 SHA512 674f4f5cd809c6c77bc14e0f5687fa972bef14bdfa0b3343c5d66b7163eef1906eb87d060c8288732f825de71dce291ad0b841a5f2f0dd230f957b5687e45d45 diff --git a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch new file mode 100644 index 000000000000..637368d2f237 --- /dev/null +++ b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch @@ -0,0 +1,13 @@ +Fix "Package 'langdetect.profiles' is absent from the `packages` configuration." + +--- a/setup.py ++++ b/setup.py +@@ -18,7 +18,7 @@ setup( + author_email='michal.danilak@gmail.com', + url='https://github.com/Mimino666/langdetect', + keywords='language detection library', +- packages=['langdetect', 'langdetect.utils', 'langdetect.tests'], ++ packages=['langdetect', 'langdetect.utils', 'langdetect.tests', 'langdetect.profiles'], + include_package_data=True, + install_requires=['six'], + license='MIT', diff --git a/dev-python/langdetect/langdetect-1.0.9.ebuild b/dev-python/langdetect/langdetect-1.0.9.ebuild index 56733bbffc48..eb2586280d80 100644 --- a/dev-python/langdetect/langdetect-1.0.9.ebuild +++ b/dev-python/langdetect/langdetect-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,4 +19,6 @@ KEYWORDS="~amd64" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +PATCHES=( "${FILESDIR}/${P}-explicit-config.patch" ) + distutils_enable_tests unittest diff --git a/dev-python/langdetect/metadata.xml b/dev-python/langdetect/metadata.xml index 020e07f2a3dd..c0f74ac187e2 100644 --- a/dev-python/langdetect/metadata.xml +++ b/dev-python/langdetect/metadata.xml @@ -2,11 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>marcin.deranek@slonko.net</email> - <name>Marcin Deranek</name> + <email>pastalian46@gmail.com</email> + <name>Takuya Wakazono</name> </maintainer> - <upstream> - <bugs-to>https://github.com/Mimino666/langdetect/issues</bugs-to> - </upstream> - <origin>slonko-overlay</origin> + + <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pyqt5/metadata.xml b/dev-python/pyqt5/metadata.xml index e9a6eb43ce4b..fb1fa528c594 100644 --- a/dev-python/pyqt5/metadata.xml +++ b/dev-python/pyqt5/metadata.xml @@ -19,13 +19,10 @@ <flag name="designer">Build bindings for the QtDesigner module and enable the designer plugin</flag> <flag name="gui">Build bindings for the QtGui module</flag> <flag name="help">Build bindings for the QtHelp module</flag> - <flag name="location">Build bindings for the QtLocation module</flag> <flag name="multimedia">Build bindings for the QtMultimedia module</flag> <flag name="network">Build bindings for the QtNetwork module</flag> <flag name="opengl">Build bindings for the QtOpenGL module</flag> - <flag name="positioning">Build bindings for the QtPositioning module</flag> <flag name="printsupport">Build bindings for the QtPrintSupport module</flag> - <flag name="sensors">Build bindings for the QtSensors module</flag> <flag name="serialport">Build bindings for the QtSerialPort module</flag> <flag name="speech">Build bindings for the QtTextToSpeech module</flag> <flag name="sql">Build bindings for the QtSql module</flag> diff --git a/dev-python/pyqt5/pyqt5-5.15.11.ebuild b/dev-python/pyqt5/pyqt5-5.15.11.ebuild index e525b80282cb..f25cfd7f6fb6 100644 --- a/dev-python/pyqt5/pyqt5-5.15.11.ebuild +++ b/dev-python/pyqt5/pyqt5-5.15.11.ebuild @@ -19,9 +19,9 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" IUSE=" - dbus debug declarative designer examples gles2-only gui help location - multimedia network opengl positioning printsupport sensors serialport speech - sql +ssl svg testlib webchannel websockets widgets x11extras xmlpatterns + dbus debug declarative designer examples gles2-only gui help multimedia + network opengl printsupport serialport speech sql +ssl svg testlib + webchannel websockets widgets x11extras xmlpatterns " # The requirements below were extracted from the qmake_QT declarations @@ -30,12 +30,9 @@ REQUIRED_USE=" declarative? ( gui network ) designer? ( widgets ) help? ( gui widgets ) - location? ( positioning ) multimedia? ( gui network ) opengl? ( gui widgets ) - positioning? ( gui ) printsupport? ( gui widgets ) - sensors? ( gui ) serialport? ( gui ) sql? ( widgets ) svg? ( gui widgets ) @@ -61,13 +58,10 @@ DEPEND=" designer? ( >=dev-qt/designer-${QT_PV} ) gui? ( >=dev-qt/qtgui-${QT_PV}[gles2-only=] ) help? ( >=dev-qt/qthelp-${QT_PV} ) - location? ( >=dev-qt/qtlocation-${QT_PV} ) multimedia? ( >=dev-qt/qtmultimedia-${QT_PV}[widgets?] ) network? ( >=dev-qt/qtnetwork-${QT_PV}[ssl=] ) opengl? ( >=dev-qt/qtopengl-${QT_PV} ) - positioning? ( >=dev-qt/qtpositioning-${QT_PV} ) printsupport? ( >=dev-qt/qtprintsupport-${QT_PV} ) - sensors? ( >=dev-qt/qtsensors-${QT_PV} ) serialport? ( >=dev-qt/qtserialport-${QT_PV} ) speech? ( >=dev-qt/qtspeech-${QT_PV} ) sql? ( >=dev-qt/qtsql-${QT_PV} ) @@ -130,14 +124,11 @@ python_configure_all() { $(pyqt_use_enable gui QtGui \ $(use gles2-only && echo _QOpenGLFunctions_ES2 || echo _QOpenGLFunctions_{2_0,2_1,4_1_Core})) $(pyqt_use_enable help QtHelp) - $(pyqt_use_enable location QtLocation) $(pyqt_use_enable multimedia QtMultimedia \ $(usev widgets QtMultimediaWidgets)) $(pyqt_use_enable network QtNetwork) $(pyqt_use_enable opengl QtOpenGL) - $(pyqt_use_enable positioning QtPositioning) $(pyqt_use_enable printsupport QtPrintSupport) - $(pyqt_use_enable sensors QtSensors) $(pyqt_use_enable serialport QtSerialPort) $(pyqt_use_enable speech QtTextToSpeech) $(pyqt_use_enable sql QtSql) @@ -152,6 +143,9 @@ python_configure_all() { # no longer supported in Gentoo for PyQt5, use PyQt6 --disable=QtBluetooth + --disable=QtLocation + --disable=QtPositioning + --disable=QtSensors $(usev debug '--debug --qml-debug --tracing') diff --git a/dev-python/qtpy/qtpy-2.4.2.ebuild b/dev-python/qtpy/qtpy-2.4.2.ebuild index 3f4563d19c4f..8742ecf981de 100644 --- a/dev-python/qtpy/qtpy-2.4.2.ebuild +++ b/dev-python/qtpy/qtpy-2.4.2.ebuild @@ -70,7 +70,7 @@ RDEPEND=" pyqt5? ( dev-python/pyqt5[${PYTHON_USEDEP}] dev-python/pyqt5[designer?,gui?,help?,multimedia?,network?,opengl?] - dev-python/pyqt5[positioning?,printsupport?,sensors?,serialport?,speech?,sql?,svg?] + dev-python/pyqt5[positioning(-)?,printsupport?,sensors(-)?,serialport?,speech?,sql?,svg?] dev-python/pyqt5[testlib?,webchannel?,websockets?,widgets?,xml(+)?] qml? ( dev-python/pyqt5[declarative] ) quick? ( dev-python/pyqt5[declarative] ) @@ -101,9 +101,9 @@ BDEPEND=" dev-python/pytest-qt[${PYTHON_USEDEP}] pyqt5? ( dev-python/pyqt5[${PYTHON_USEDEP}] - dev-python/pyqt5[dbus,declarative,designer,gui,help,location] - dev-python/pyqt5[multimedia,network,opengl,positioning,printsupport] - dev-python/pyqt5[sensors,serialport,speech(-),sql,svg,testlib,webchannel] + dev-python/pyqt5[dbus,declarative,designer,gui,help] + dev-python/pyqt5[multimedia,network,opengl,printsupport] + dev-python/pyqt5[serialport,speech(-),sql,svg,testlib,webchannel] dev-python/pyqt5[websockets,widgets,x11extras,xml(+),xmlpatterns] dev-python/pyqtwebengine[${PYTHON_USEDEP}] dev-qt/qtsql:5[sqlite] |
