diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-20 14:03:00 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-20 14:03:00 +0000 |
| commit | 7755b53de8481af596d2ce77cfaea2334d068064 (patch) | |
| tree | f78bad13f2bd4368b4bbb9d5a599068fe8958a37 /dev-python | |
| parent | 20581b55364ac26fbbf01fee4a690c666af3a797 (diff) | |
| download | baldeagleos-repo-7755b53de8481af596d2ce77cfaea2334d068064.tar.gz baldeagleos-repo-7755b53de8481af596d2ce77cfaea2334d068064.tar.xz baldeagleos-repo-7755b53de8481af596d2ce77cfaea2334d068064.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
31 files changed, 85 insertions, 258 deletions
diff --git a/dev-python/PyQt6-WebEngine/Manifest b/dev-python/PyQt6-WebEngine/Manifest index 4e2de2549f0d..92ae0519b3b7 100644 --- a/dev-python/PyQt6-WebEngine/Manifest +++ b/dev-python/PyQt6-WebEngine/Manifest @@ -1,2 +1 @@ -DIST PyQt6_WebEngine-6.3.1.tar.gz 30607 BLAKE2B f07454684ce9c55ed8f477e7d7ba260af6d219b079e68d6752292310d1d8799b642acd3dad94b9259edfc9c41ee6249d2c1b69f57f7e5132dd71bc88e1e1d463 SHA512 61e30b6dbbd5d31dd03498b1d14279005bd00b59fe375f89b13cf318d5bdb6cbbf5449cd910303c9794ed14cbd25b0e63824ab952fc050d8c0451292c6f97be0 DIST PyQt6_WebEngine-6.4.0.tar.gz 31180 BLAKE2B af7b10fa473bf0e5775319c47e8b8a7084321c09edc7a46ed89e771b8f0f44d5f4b59a47a9c902c3662296adbff4d514fa33c0b4071080b408c65167f64c77f8 SHA512 cbd549a91aa070aa81fdf60d836f8bdc1ec6b354868e1a0e39345f9072a8e60a019675e9983a1706ae0ac482a6f92c5beadb1ed4e4244b55f49df01d0e97e60c diff --git a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild deleted file mode 100644 index 423b924b5d80..000000000000 --- a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=sip -PYTHON_COMPAT=( python3_{7,8,9,10} ) -inherit distutils-r1 flag-o-matic multiprocessing qmake-utils - -QT_PV="6.3:6" # minimum tested qt version -MY_P="${P/-/_}" - -DESCRIPTION="Python bindings for QtWebEngine" -HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/" -SRC_URI="mirror://pypi/${P::1}/${PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug quick +widgets" - -RDEPEND=" - >=dev-python/PyQt6-${PV}[gui,ssl,${PYTHON_USEDEP}] - >=dev-qt/qtbase-${QT_PV} - >=dev-qt/qtwebengine-${QT_PV}[widgets] - quick? ( dev-python/PyQt6[qml] ) - widgets? ( dev-python/PyQt6[network,printsupport,webchannel,widgets] )" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-python/PyQt-builder-1.11[${PYTHON_USEDEP}] - >=dev-qt/qtbase-${QT_PV} - sys-devel/gcc" - -src_prepare() { - default - - # hack: qmake wants g++ (not clang), try to respect ${CHOST} #726112 - mkdir "${T}"/cxx || die - ln -s "$(type -P ${CHOST}-g++ || type -P g++ || die)" "${T}"/cxx/g++ || die - PATH=${T}/cxx:${PATH} -} - -src_configure() { - append-cxxflags -std=c++17 # for clang and old gcc that default to <17 - - # workaround until bug 863395 has something to offer - local qmake6=$(qt5_get_bindir)/qmake - qmake6=${qmake6//qt5/qt6} - - DISTUTILS_ARGS=( - --jobs=$(makeopts_jobs) - --qmake="${qmake6}" - --qmake-setting="$(qt5_get_qmake_args)" - --verbose - - --enable=QtWebEngineCore - $(usex quick --{enable,disable}=QtWebEngineQuick) - $(usex widgets --{enable,disable}=QtWebEngineWidgets) - - $(usev debug '--debug --qml-debug --tracing') - ) -} diff --git a/dev-python/PyQt6/Manifest b/dev-python/PyQt6/Manifest index fb24f9ce6d20..fa53a01cf9f2 100644 --- a/dev-python/PyQt6/Manifest +++ b/dev-python/PyQt6/Manifest @@ -1,2 +1 @@ -DIST PyQt6-6.3.1.tar.gz 1015220 BLAKE2B e225f2da11eec482ab8e00f886a858cec4a2c8add764f5e54bf603959394aad7f12d91b92c1ba6ab98d1b25903d4404e6667232258a87c52c95a2abdae9ccd2d SHA512 94319cd0983eb3f9bb0f1acbc620a1631a37f82e2fcffb9d0e58437fb1c120640be1e2a0a09e98e03f6c7082a2d94e9eabceefa6b07bae354f77bda02ba92d58 DIST PyQt6-6.4.0.tar.gz 1024037 BLAKE2B a55d2e33160b6bb713b5e32e6b3a3df942f373ce9c9697cad548325c35ee7ee73a57e93ebc8780480086b02d651fa848258f11f85bea0e54c61c8a0f99039c3d SHA512 836696cc708e140ff497fd915fac147265c58e5d44d54d7dcd1908bad54ed793b4c2c4f20b487d13c7a5f7eb6b2c47d7ab822d8ffc875657de7fd0f88ee6c53b diff --git a/dev-python/PyQt6/PyQt6-6.3.1.ebuild b/dev-python/PyQt6/PyQt6-6.3.1.ebuild deleted file mode 100644 index dfb6ae422648..000000000000 --- a/dev-python/PyQt6/PyQt6-6.3.1.ebuild +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=sip -PYTHON_COMPAT=( python3_{7,8,9,10} ) -inherit distutils-r1 flag-o-matic multiprocessing qmake-utils - -QT_PV="6.3:6" # minimum tested qt version - -DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/" -SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -# currently keeping defaults in sync with qtbase (no extra deps), but trying -# to stay minimal'ish given each builds relatively slowly (subject to change, -# perhaps more or less depending on consumers and if qtbase is ever split) -IUSE=" - +dbus debug qml designer examples gles2-only +gui help multimedia - +network opengl positioning printsupport quick quick3d serialport - +sql +ssl svg testlib webchannel websockets +widgets +xml" -# see `grep -r "%Import " sip` and `grep qmake_QT project.py` -REQUIRED_USE=" - designer? ( gui widgets ) - help? ( gui widgets ) - multimedia? ( gui network ) - opengl? ( gui ) - printsupport? ( gui widgets ) - qml? ( network ) - quick3d? ( gui qml ) - quick? ( gui qml ) - sql? ( widgets ) - svg? ( gui ) - testlib? ( gui widgets ) - webchannel? ( network ) - websockets? ( network ) - widgets? ( gui )" - -# note: xml(+) for now given qtbase-6.3.1-r0 is missing IUSE=xml with a TODO -DEPEND=" - >=dev-qt/qtbase-${QT_PV}[dbus?,gles2-only=,gui?,network?,opengl?,sql?,ssl=,widgets?,xml(+)?] - dbus? ( - dev-python/dbus-python[${PYTHON_USEDEP}] - sys-apps/dbus - ) - designer? ( >=dev-qt/qttools-${QT_PV}[designer] ) - help? ( >=dev-qt/qttools-${QT_PV}[assistant] ) - multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} ) - positioning? ( >=dev-qt/qtpositioning-${QT_PV} ) - qml? ( >=dev-qt/qtdeclarative-${QT_PV} ) - quick3d? ( >=dev-qt/qtquick3d-${QT_PV} ) - serialport? ( >=dev-qt/qtserialport-${QT_PV} ) - svg? ( >=dev-qt/qtsvg-${QT_PV} ) - webchannel? ( >=dev-qt/qtwebchannel-${QT_PV} ) - websockets? ( >=dev-qt/qtwebsockets-${QT_PV} )" -RDEPEND=" - ${DEPEND} - >=dev-python/PyQt6-sip-13.4[${PYTHON_USEDEP}]" -BDEPEND=" - >=dev-python/PyQt-builder-1.11[${PYTHON_USEDEP}] - >=dev-qt/qtbase-${QT_PV} - sys-devel/gcc - dbus? ( virtual/pkgconfig )" - -src_prepare() { - default - - # hack: qmake wants g++ (not clang), try to respect ${CHOST} #726112 - mkdir "${T}"/cxx || die - ln -s "$(type -P ${CHOST}-g++ || type -P g++ || die)" "${T}"/cxx/g++ || die - PATH=${T}/cxx:${PATH} -} - -src_configure() { - append-cxxflags -std=c++17 # for clang and old gcc that default to <17 - - pyqt-use_enable() { - local state=$(usex ${1} --enable= --disable=) - shift - echo ${*/#/${state}} - } - - # workaround until bug 863395 has something to offer - local qmake6=$(qt5_get_bindir)/qmake - qmake6=${qmake6//qt5/qt6} - - DISTUTILS_ARGS=( - --jobs=$(makeopts_jobs) - --qmake="${qmake6}" - --qmake-setting="$(qt5_get_qmake_args)" - --verbose - --confirm-license - - # TODO: enable/restrict more as qt6 packages/USE get added - --disable=QAxContainer - --disable=QtBluetooth - --enable=QtCore - $(pyqt-use_enable dbus QtDBus) - $(pyqt-use_enable designer QtDesigner) - $(pyqt-use_enable help QtHelp) - $(pyqt-use_enable gui QtGui) - #--disable=QtLocation # force-disabled in project.py - $(pyqt-use_enable multimedia QtMultimedia \ - $(usev widgets QtMultimediaWidgets)) - $(pyqt-use_enable network QtNetwork) - --disable=QtNfc - $(pyqt-use_enable opengl QtOpenGL \ - $(usev widgets QtOpenGLWidgets)) - $(pyqt-use_enable positioning QtPositioning) - $(pyqt-use_enable printsupport QtPrintSupport) - $(pyqt-use_enable qml QtQml) - $(pyqt-use_enable quick QtQuick \ - $(usev widgets QtQuickWidgets)) - $(pyqt-use_enable quick3d QtQuick3D) - --disable=QtRemoteObjects - --disable=QtSensors - $(pyqt-use_enable serialport QtSerialPort) - $(pyqt-use_enable sql QtSql) - $(pyqt-use_enable svg QtSvg \ - $(usev widgets QtSvgWidgets)) - $(pyqt-use_enable testlib QtTest) - #--disable=QtTextToSpeech # force-disabled in project.py - $(pyqt-use_enable webchannel QtWebChannel) - $(pyqt-use_enable websockets QtWebSockets) - $(pyqt-use_enable widgets QtWidgets) - $(pyqt-use_enable xml QtXml) - - $(usev debug '--debug --qml-debug --tracing') - - $(usev !dbus --no-dbus-python) - # TODO?: plugins not in wheels by upstream, see project.py#L215 - # (if needed by something, will need to be added to python_install) - $(usev !designer --no-designer-plugin) - $(usev !qml --no-qml-plugin) - - $(usev !gles2-only --disabled-feature=PyQt_OpenGL_ES2) - $(usev !ssl --disabled-feature=PyQt_SSL) - ) -} - -python_install_all() { - einstalldocs - use examples && dodoc -r examples -} diff --git a/dev-python/dask/metadata.xml b/dev-python/dask/metadata.xml index f9dc93867b90..5c694cf6243f 100644 --- a/dev-python/dask/metadata.xml +++ b/dev-python/dask/metadata.xml @@ -13,7 +13,7 @@ Dask is a simple task scheduling system that uses directed acyclic graphs (DAGs) of tasks to break up large computations into many small ones. -</longdescription> + </longdescription> <upstream> <remote-id type="cpe">cpe:/a:anaconda:dask</remote-id> </upstream> diff --git a/dev-python/emcee/metadata.xml b/dev-python/emcee/metadata.xml index b2bb47805431..21676bc9a3c9 100644 --- a/dev-python/emcee/metadata.xml +++ b/dev-python/emcee/metadata.xml @@ -19,7 +19,7 @@ All of these modules are implemented as C extension modules based on standard sparse and dense matrix libraries (UMFPACK/AMD, SuperLU, BLAS/LAPACK) for maximum performance and robustness. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/h5py/metadata.xml b/dev-python/h5py/metadata.xml index 6047e11bf861..73b962c23fb4 100644 --- a/dev-python/h5py/metadata.xml +++ b/dev-python/h5py/metadata.xml @@ -17,7 +17,7 @@ (as used with Numpy recarray types), HDF5 attributes, hyperslab and point-based I/O, and more recent features in HDF 1.8 like resizable datasets and recursive iteration over entire files. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/html5lib/metadata.xml b/dev-python/html5lib/metadata.xml index 8070ef9b621d..c544d427160e 100644 --- a/dev-python/html5lib/metadata.xml +++ b/dev-python/html5lib/metadata.xml @@ -9,7 +9,7 @@ html5lib is a pure-python library for parsing HTML. It is designed to conform to the WHATWG HTML specification, as is implemented by all major web browsers. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> <stabilize-allarches/> diff --git a/dev-python/ipython/metadata.xml b/dev-python/ipython/metadata.xml index 6519ba3f0a35..2796885bcc06 100644 --- a/dev-python/ipython/metadata.xml +++ b/dev-python/ipython/metadata.xml @@ -22,7 +22,7 @@ * Access to the system shell with user-extensible alias system. * Easily embeddable in other Python programs. * Integrated access to the pdb debugger and the Python profiler. -</longdescription> + </longdescription> <longdescription lang="ja"> 対話的に利用する場合にPythonインタープリタから、より機能が豊富なIPythonへ置き換える事ができます。 @@ -40,7 +40,7 @@ * ユーザー定義できるエイリアス・システムでシステム・シェルにアクセス。 * 他のPython言語プログラムを組み込むのが簡単。 * pdbデバッガとprofilerへの統合アクセス。 -</longdescription> + </longdescription> <upstream> <remote-id type="cpe">cpe:/a:ipython:ipython</remote-id> </upstream> diff --git a/dev-python/json-rpc/metadata.xml b/dev-python/json-rpc/metadata.xml index 60b4ea7d73e4..68f26313f4f8 100644 --- a/dev-python/json-rpc/metadata.xml +++ b/dev-python/json-rpc/metadata.xml @@ -15,7 +15,7 @@ around their processing. It is transport agnostic in that the concepts can be used within the same process, over sockets, over http, or in many various message passing environments. It uses JSON (RFC 4627) as data format. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/jsonschema/metadata.xml b/dev-python/jsonschema/metadata.xml index d7823f4ab3cd..5448191f10b3 100644 --- a/dev-python/jsonschema/metadata.xml +++ b/dev-python/jsonschema/metadata.xml @@ -12,7 +12,7 @@ <longdescription lang="en"> jsonschema is an implementation of JSON Schema (currently in Draft 3) for Python (supporting 2.6+ including Python 3). -</longdescription> + </longdescription> <origin>gentoo-staging</origin> <stabilize-allarches/> diff --git a/dev-python/networkx/metadata.xml b/dev-python/networkx/metadata.xml index 740db167d707..8c67b71ce327 100644 --- a/dev-python/networkx/metadata.xml +++ b/dev-python/networkx/metadata.xml @@ -15,7 +15,7 @@ mean a graph with weights (fields, properties) on nodes and/or edges. The potential audience for NetworkX includes: mathematicians, physicists, biologists, computer scientists, social scientists. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> <stabilize-allarches/> diff --git a/dev-python/numexpr/metadata.xml b/dev-python/numexpr/metadata.xml index e04bd644a1e4..dab017f0c787 100644 --- a/dev-python/numexpr/metadata.xml +++ b/dev-python/numexpr/metadata.xml @@ -17,7 +17,7 @@ writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/numpy/metadata.xml b/dev-python/numpy/metadata.xml index d34c943a9cbd..036d4b949fed 100644 --- a/dev-python/numpy/metadata.xml +++ b/dev-python/numpy/metadata.xml @@ -16,7 +16,7 @@ arrays. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. It is the successor of Numeric and numarray. -</longdescription> + </longdescription> <upstream> <remote-id type="cpe">cpe:/a:numpy:numpy</remote-id> </upstream> diff --git a/dev-python/oslo-log/metadata.xml b/dev-python/oslo-log/metadata.xml index 769ceab15846..86fdda416b15 100644 --- a/dev-python/oslo-log/metadata.xml +++ b/dev-python/oslo-log/metadata.xml @@ -14,9 +14,9 @@ <name>Python</name> </maintainer> <longdescription lang="en"> -OpenStack logging configuration library provides standardized configuration for all openstack projects. -It also provides custom formatters, handlers and support for context specific logging (like resource id’s etc). -</longdescription> + OpenStack logging configuration library provides standardized configuration for all openstack projects. + It also provides custom formatters, handlers and support for context specific logging (like resource id’s etc). + </longdescription> <origin>gentoo-staging</origin> <stabilize-allarches/> diff --git a/dev-python/pandas/metadata.xml b/dev-python/pandas/metadata.xml index 05508baefcef..60154b5f1e55 100644 --- a/dev-python/pandas/metadata.xml +++ b/dev-python/pandas/metadata.xml @@ -14,7 +14,7 @@ "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. -</longdescription> + </longdescription> <upstream> <remote-id type="cpe">cpe:/a:numfocus:pandas</remote-id> </upstream> diff --git a/dev-python/paramiko/metadata.xml b/dev-python/paramiko/metadata.xml index 828ea27cc8a6..1282192437a4 100644 --- a/dev-python/paramiko/metadata.xml +++ b/dev-python/paramiko/metadata.xml @@ -10,13 +10,13 @@ This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client mode is now supported too. -</longdescription> + </longdescription> <longdescription lang="ja"> これはSSH2コネクション(クライアントとサーバー)を作り出すためのライブラリです。注 目点はPython言語スクリプト間のセキュアなコネクションを作り出すSSLの代用にSSHを利 用している所です。有名なCipherとHash処理の全てがサポートされています。SFTPクライ アントもサポートされています。 -</longdescription> + </longdescription> <upstream> <remote-id type="cpe">cpe:/a:paramiko:paramiko</remote-id> </upstream> diff --git a/dev-python/patsy/metadata.xml b/dev-python/patsy/metadata.xml index 03ffc092821a..d28e8fcd0f3b 100644 --- a/dev-python/patsy/metadata.xml +++ b/dev-python/patsy/metadata.xml @@ -13,7 +13,7 @@ A Python package for describing statistical models and for building design matrices. It is closely inspired by and compatible with the 'formula' mini-language used in R and S. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pychm/metadata.xml b/dev-python/pychm/metadata.xml index 328a0ca5c90a..9e14a2e0e109 100644 --- a/dev-python/pychm/metadata.xml +++ b/dev-python/pychm/metadata.xml @@ -10,12 +10,12 @@ The chm package provides three modules, chm, chmlib and extra, which provide access to the API implemented by the C library chmlib and some additional classes and functions. They are used to access MS-ITSS encoded files - Compressed Html Help files (.chm). -</longdescription> + </longdescription> <longdescription lang="ja"> Chmパッケージは、C言語ライブラリChmのAPI実装とそれに幾つか拡張されたクラスと関数 にアクセスする手段のchm, chmlib, extraの3つのモジュールを提供します。MS-ITSSエン コード・ファイルに使われています。-- Compressed Html Help ファイル (.chm)。 -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pygraphviz/metadata.xml b/dev-python/pygraphviz/metadata.xml index ad1f05c02539..310b4ea4d425 100644 --- a/dev-python/pygraphviz/metadata.xml +++ b/dev-python/pygraphviz/metadata.xml @@ -10,7 +10,7 @@ visualization package. With Pygraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pymetar/metadata.xml b/dev-python/pymetar/metadata.xml index 856e8f7efecc..be42692b7c44 100644 --- a/dev-python/pymetar/metadata.xml +++ b/dev-python/pymetar/metadata.xml @@ -10,12 +10,12 @@ This library downloads the weather report for a given station ID (get yours from http://www.nws.noaa.gov/tg/siteloc.shtml), decodes it and provides easy access to all the data found in the report. Documentation and a small example app are inside the tarball. -</longdescription> + </longdescription> <longdescription lang="ja"> このライブラリは指定したステーションID( http://www.nws.noaa.gov/tg/siteloc.shtml で入手)から天気予報結果をダウンロードし、解読し、予報データから検索するのに簡単 なアクセス手段を提供します。ドキュメンテーションと単純なサンプル・アプリケーショ ンはtarballファイルの中です。 -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pytables/metadata.xml b/dev-python/pytables/metadata.xml index a99665a24625..01b37aac6d15 100644 --- a/dev-python/pytables/metadata.xml +++ b/dev-python/pytables/metadata.xml @@ -16,7 +16,7 @@ interface that, combined with natural naming and C-code generated from Pyrex sources, makes it a fast, yet extremely easy to use tool for interactively save and retrieve large amounts of data. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pytz/metadata.xml b/dev-python/pytz/metadata.xml index d8e4f316aad0..9e3056bb74ae 100644 --- a/dev-python/pytz/metadata.xml +++ b/dev-python/pytz/metadata.xml @@ -12,7 +12,7 @@ daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). Amost all (over 540) of the Olson timezones are supported. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> <stabilize-allarches/> diff --git a/dev-python/pywavelets/metadata.xml b/dev-python/pywavelets/metadata.xml index c2ebb8df5127..97d5914f94fa 100644 --- a/dev-python/pywavelets/metadata.xml +++ b/dev-python/pywavelets/metadata.xml @@ -15,7 +15,7 @@ * Inverse Discrete Wavelet Transform (1D and 2D) * Stationary Wavelet Transform * Wavelet Packets decomposition and reconstruction -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pyxattr/metadata.xml b/dev-python/pyxattr/metadata.xml index 493051d599d4..6c5d10392bf0 100644 --- a/dev-python/pyxattr/metadata.xml +++ b/dev-python/pyxattr/metadata.xml @@ -12,7 +12,7 @@ pyxattr is an Python extension module wrapper for libattr. You can use this module to query, list, add and remove extended attributes from files and directories -</longdescription> + </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/qtawesome/Manifest b/dev-python/qtawesome/Manifest index 30f3a7bc68f5..41674dc4ffda 100644 --- a/dev-python/qtawesome/Manifest +++ b/dev-python/qtawesome/Manifest @@ -1 +1,2 @@ DIST QtAwesome-1.1.1.tar.gz 2277767 BLAKE2B ca8668e0b6633087b7e09ffcec19809c8b7e12af2caa0beac896940cdbf3a113206f6952916fbe81c53899a56f8222e613df9c028f59907a2553174551ef9fcf SHA512 3cf04b822464c14f52f23499e64515f50f743aba40a8d22224d22315342cef760da476dc9b2ae42e901ac8ef8440e105a6bf6175efc6749250e0fbbbc255e08f +DIST QtAwesome-1.2.0.tar.gz 2280428 BLAKE2B 15053a87ca4cf2c25b1633de67f54838b144db05f5165023c121fc84017cc4db6e24238d8518ee2494c0b21752b9b82007ef96f04e6d072b1f51ed84c12bcada SHA512 11307af5592da83fd357e33e5f679821cd16d070f0e751619c28ea29a5511dec7a1d62e81713c91660125899624d5700097d597c85e718f3738b4d47b6477b32 diff --git a/dev-python/qtawesome/qtawesome-1.2.0.ebuild b/dev-python/qtawesome/qtawesome-1.2.0.ebuild new file mode 100644 index 000000000000..ccadb13471ba --- /dev/null +++ b/dev-python/qtawesome/qtawesome-1.2.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 virtualx + +MY_PN="QtAwesome" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Enables iconic fonts such as Font Awesome in PyQt" +HOMEPAGE="https://github.com/spyder-ide/qtawesome/ https://pypi.org/project/QtAwesome/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}"/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + media-fonts/fontawesome + dev-python/QtPy[pyqt5(+),gui,${PYTHON_USEDEP}] +" +BDEPEND="test? ( dev-python/pytest-qt[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest +distutils_enable_sphinx docs/source + +src_test() { + virtx distutils-r1_src_test +} + +python_test() { + # Tests fail with pyside2, so depend on QtPy[pyqt5] and explicitly run + # the tests with pyqt5 + PYTEST_QT_API="pyqt5" epytest || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/rencode/metadata.xml b/dev-python/rencode/metadata.xml index ee82695583dc..92c06103bad1 100644 --- a/dev-python/rencode/metadata.xml +++ b/dev-python/rencode/metadata.xml @@ -2,12 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <longdescription lang="en"> -The rencode module is similar to bencode from the BitTorrent project. For -complex, heterogeneous data structures with many small elements, r-encodings -take up significantly less space than b-encodings. This version of rencode is -a complete rewrite in Cython to attempt to increase the performance over the -pure Python module written by Petru Paler, Connelly Barnes et al. -</longdescription> + The rencode module is similar to bencode from the BitTorrent project. For + complex, heterogeneous data structures with many small elements, r-encodings + take up significantly less space than b-encodings. This version of rencode is + a complete rewrite in Cython to attempt to increase the performance over the + pure Python module written by Petru Paler, Connelly Barnes et al. + </longdescription> <upstream> <remote-id type="cpe">cpe:/a:rencode_project:rencode</remote-id> </upstream> diff --git a/dev-python/resolvelib/metadata.xml b/dev-python/resolvelib/metadata.xml index 04bdae4d92a9..cf0508299585 100644 --- a/dev-python/resolvelib/metadata.xml +++ b/dev-python/resolvelib/metadata.xml @@ -10,11 +10,11 @@ <name>Python</name> </maintainer> <longdescription lang="en"> -ResolveLib at the highest level provides a Resolver class that includes -dependency resolution logic. You give it some things, and a little -information on how it should interact with them, and it will spit out -a resolution result. -</longdescription> + ResolveLib at the highest level provides a Resolver class that includes + dependency resolution logic. You give it some things, and a little + information on how it should interact with them, and it will spit out + a resolution result. + </longdescription> <upstream> <bugs-to>https://github.com/sarugaku/resolvelib/issues</bugs-to> </upstream> diff --git a/dev-python/sh/metadata.xml b/dev-python/sh/metadata.xml index 63211fbe1735..0e4afc4e0045 100644 --- a/dev-python/sh/metadata.xml +++ b/dev-python/sh/metadata.xml @@ -18,7 +18,7 @@ print ifconfig("eth0") sh is not a collection of system commands implemented in Python. -</longdescription> + </longdescription> <origin>gentoo-staging</origin> <stabilize-allarches/> diff --git a/dev-python/sympy/metadata.xml b/dev-python/sympy/metadata.xml index b66c081c1812..706e4e1eac23 100644 --- a/dev-python/sympy/metadata.xml +++ b/dev-python/sympy/metadata.xml @@ -18,12 +18,12 @@ <name>Python</name> </maintainer> <longdescription> - SymPy is a Python library for symbolic mathematics (manipulation). It - aims to become a full-featured computer algebra system (CAS) while keeping - the code as simple as possible in order to be comprehensible and easily - extensible. SymPy is written entirely in Python and does not require - any external libraries, except optionally for plotting support. -</longdescription> + SymPy is a Python library for symbolic mathematics (manipulation). It + aims to become a full-featured computer algebra system (CAS) while keeping + the code as simple as possible in order to be comprehensible and easily + extensible. SymPy is written entirely in Python and does not require + any external libraries, except optionally for plotting support. + </longdescription> <use> <flag name="aesara">Add support for <pkg>dev-python/aesara</pkg></flag> |
