diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-29 18:13:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-29 18:13:09 +0000 |
| commit | f88f8d01ec57dbd63993d4ed815c5d87550e455b (patch) | |
| tree | 2ed2418e1dc216cb1e7f1aabc50ed6a023712648 /dev-python | |
| parent | c6fb886a0560cdcab5fcb86f4a8bbd6567c392c9 (diff) | |
| download | baldeagleos-repo-f88f8d01ec57dbd63993d4ed815c5d87550e455b.tar.gz baldeagleos-repo-f88f8d01ec57dbd63993d4ed815c5d87550e455b.tar.xz baldeagleos-repo-f88f8d01ec57dbd63993d4ed815c5d87550e455b.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/PyPDF2/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/PyPDF2/PyPDF2-3.0.0.ebuild | 54 | ||||
| -rw-r--r-- | dev-python/PyPDF2/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/ewmh/ewmh-0.1.6.ebuild | 3 | ||||
| -rw-r--r-- | dev-python/spyder-notebook/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild | 59 |
6 files changed, 62 insertions, 69 deletions
diff --git a/dev-python/PyPDF2/Manifest b/dev-python/PyPDF2/Manifest deleted file mode 100644 index cec4e6f41e92..000000000000 --- a/dev-python/PyPDF2/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST PyPDF2-3.0.0.gh.tar.gz 6608776 BLAKE2B 636be14b5f3912824703dbfd6137f1ea7b97f4405cb9d6d14f9b02feff6900936f8148424e75c3aa733e144bbd13602404051b2c3c6b63b92c246205b6204b8a SHA512 417a401d1dfaf96e07bf196f53cfe12af50d45d812c48d57db576e596ad8cd029c5b03f801180a12b31c34f9acbb65d5f802b428792cfdb5a18c013ec87c5e37 -DIST PyPDF2-sample-files-0fe84b30ed33ff3daa9293e44349b8618f135699.gh.tar.gz 9027166 BLAKE2B 912bb9fbd632bd0ad2cc2e865a1e6870ad7064aa2cf4d6f96217f63ac685e9a511f0bb20c22d48ae970a2eb171b27a0fa680fa42892425531f69735840cf741b SHA512 07a71a3566dabcea5dc8a549949d0f0c0f9483d5d9f85851d6e4e702dd374b348469a80e5300d18983e560ee9a44d0639b55eb338023b9ebbdb26c6f8c455e07 diff --git a/dev-python/PyPDF2/PyPDF2-3.0.0.ebuild b/dev-python/PyPDF2/PyPDF2-3.0.0.ebuild deleted file mode 100644 index ded284271346..000000000000 --- a/dev-python/PyPDF2/PyPDF2-3.0.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 - -SAMPLE_COMMIT=0fe84b30ed33ff3daa9293e44349b8618f135699 -DESCRIPTION="Python library to work with PDF files" -HOMEPAGE=" - https://pypi.org/project/PyPDF2/ - https://github.com/py-pdf/PyPDF2/ -" -SRC_URI=" - https://github.com/py-pdf/PyPDF2/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz - test? ( - https://github.com/py-pdf/sample-files/archive/${SAMPLE_COMMIT}.tar.gz - -> ${PN}-sample-files-${SAMPLE_COMMIT}.gh.tar.gz - ) -" -S=${WORKDIR}/pypdf-${PV} - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" -RESTRICT="test" -# 150+ tests require network, too many to deselect -PROPERTIES="test_network" - -BDEPEND=" - dev-python/pillow[${PYTHON_USEDEP}] - test? ( - dev-python/pycryptodome[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # rely on -Werror - tests/test_utils.py::test_deprecate_no_replacement - tests/test_workflows.py::test_orientations -) - -src_unpack() { - default - if use test; then - mv "sample-files-${SAMPLE_COMMIT}"/* "${S}"/sample-files/ || die - fi -} diff --git a/dev-python/PyPDF2/metadata.xml b/dev-python/PyPDF2/metadata.xml deleted file mode 100644 index 062759e6a6b3..000000000000 --- a/dev-python/PyPDF2/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:pypdf2_project:pypdf2</remote-id> - </upstream> - <origin>gentoo-staging</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild index 8fd4cd03653c..baa93db3dc4c 100644 --- a/dev-python/ewmh/ewmh-0.1.6.ebuild +++ b/dev-python/ewmh/ewmh-0.1.6.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/spyder-notebook/Manifest b/dev-python/spyder-notebook/Manifest index 061b381d7dd4..aedc3aca6e3b 100644 --- a/dev-python/spyder-notebook/Manifest +++ b/dev-python/spyder-notebook/Manifest @@ -1 +1,2 @@ DIST spyder-notebook-0.4.1.tar.gz 1756246 BLAKE2B daccd224f822d10b0bc527f6e12a46b975631c1eee4edd1e431ff8a71e126d4ff2006853b05146bdef3c8978a34a38d1c30ff9da9076f9c954a7ecdbe9eab4af SHA512 f4ad23ba218dec708f876fe13b11e172df2430c9c9e57916a8f10f43f3728788801d7749b37a7474b329fa8750c0d08ddbd5131142035868f23c1975228d840e +DIST spyder-notebook-0.5.1.tar.gz 5546854 BLAKE2B ccdc93c948e6b4db005cf2433794008c65e9a56574db15cd5627f44938bcc2c865341f2417bcf000e27e3d19fe11b6eb6340e6225a682bf32b2cb06ca8f4605a SHA512 daf91361344f96db0ac855b80d17388bda7bf96eab280fba7ac406915dc9b5283c09e914c07342154ed2d0d23420b5e16923cf4ccddb090364db43cf606319f3 diff --git a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild new file mode 100644 index 000000000000..5905b868187a --- /dev/null +++ b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 + +inherit distutils-r1 pypi virtualx + +DESCRIPTION="Jupyter notebook integration with Spyder" +HOMEPAGE="https://github.com/spyder-ide/spyder-notebook" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/nbformat[${PYTHON_USEDEP}] + >=dev-python/notebook-7[${PYTHON_USEDEP}] + <dev-python/notebook-8[${PYTHON_USEDEP}] + dev-python/qdarkstyle[${PYTHON_USEDEP}] + dev-python/QtPy[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + >=dev-python/spyder-5.4.3[${PYTHON_USEDEP}] + <dev-python/spyder-6[${PYTHON_USEDEP}] + dev-python/tornado[${PYTHON_USEDEP}] + dev-python/traitlets[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + dev-python/flaky[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/pytest-qt[${PYTHON_USEDEP}] + ) +" + +DOCS=( "README.md" "CHANGELOG.md" ) + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # Hangs + spyder_notebook/widgets/tests/test_main_widget.py::test_save_notebook + spyder_notebook/widgets/tests/test_main_widget.py::test_new_notebook + # Fails in sandbox + spyder_notebook/tests/test_plugin.py::test_open_console_when_no_kernel + spyder_notebook/widgets/tests/test_main_widget.py::test_shutdown_notebook_kernel + spyder_notebook/widgets/tests/test_main_widget.py::test_file_in_temp_dir_deleted_after_notebook_closed + # Some missing file + spyder_notebook/widgets/tests/test_main_widget.py::test_open_notebook_in_non_ascii_dir + spyder_notebook/widgets/tests/test_main_widget.py::test_close_nonexisting_notebook +) + +python_test() { + virtx epytest +} |
