From 93d7658008fb431ae469d5b6356fd53390998561 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 1 Mar 2023 19:26:48 +0000 Subject: gentoo auto-resync : 01:03:2023 - 19:26:48 --- dev-python/Manifest.gz | Bin 260166 -> 260327 bytes dev-python/bareos/Manifest | 4 +- dev-python/bareos/bareos-21.1.5.ebuild | 18 ------- dev-python/bareos/bareos-21.1.6.ebuild | 18 +++++++ dev-python/sphinx-autoapi/Manifest | 4 +- .../sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild | 13 ++++- .../sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild | 54 +++++++++++++++++++++ dev-python/tasklib/Manifest | 3 ++ dev-python/tasklib/metadata.xml | 17 +++++++ dev-python/tasklib/tasklib-2.5.1.ebuild | 23 +++++++++ 10 files changed, 132 insertions(+), 22 deletions(-) delete mode 100644 dev-python/bareos/bareos-21.1.5.ebuild create mode 100644 dev-python/bareos/bareos-21.1.6.ebuild create mode 100644 dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild create mode 100644 dev-python/tasklib/Manifest create mode 100644 dev-python/tasklib/metadata.xml create mode 100644 dev-python/tasklib/tasklib-2.5.1.ebuild (limited to 'dev-python') diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index b338482b0a6b..90b902468798 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest index cb2f4c8b789d..d716fbe8d940 100644 --- a/dev-python/bareos/Manifest +++ b/dev-python/bareos/Manifest @@ -1,3 +1,3 @@ -DIST bareos-21.1.5.tar.gz 11655244 BLAKE2B 18ef42669cfdd7a663910fa1ce9b46f12eab0aa3a2106e9877dc3d341e9a7b309c21bc1768d4873d626938fcbb2084884a85d6dcef0aa2834b117aef1034d28f SHA512 637c6c0500ff31bb2c87f27d87f908d49836191afb880de4b636432b9c20433ec6f32f5805aaa7fb57f2f99a0201c51802c8d213ee5573642698f74da4cb06b7 -EBUILD bareos-21.1.5.ebuild 503 BLAKE2B eab871fb16290a66ae4b5c4ced93e5ebd61f94f2a3b8781ebf0349731db7d7a967f59202c556f3ee475b5028cecc743eecdd08facea6f1fd70007d40c3f2c2b0 SHA512 26434fadf1c025b84c24c907189d9e62e15989cdcd3821724a3a6e5cc9537662d5e9dfcd62ad20a057db7a045f0fa2500950b6d08f8d7346b4f854c8a42897f9 +DIST bareos-21.1.6.tar.gz 11654525 BLAKE2B 9b023a07e28098fd93aca57aead5b2bf993b85c52dc8f76870dc53ee88ec5995bcc908397173c7d3504c78214e37311442dd96bb563fa4382ae35904fef69e0a SHA512 e9ccafd379ea2a7ede2b6852fa544e7d4b63b23e9d91e8b747c1aecf5d764b06991a57f658842d48fbbe49335a92f29eea90e56b613a3123246a9cd9e8273f36 +EBUILD bareos-21.1.6.ebuild 503 BLAKE2B eab871fb16290a66ae4b5c4ced93e5ebd61f94f2a3b8781ebf0349731db7d7a967f59202c556f3ee475b5028cecc743eecdd08facea6f1fd70007d40c3f2c2b0 SHA512 26434fadf1c025b84c24c907189d9e62e15989cdcd3821724a3a6e5cc9537662d5e9dfcd62ad20a057db7a045f0fa2500950b6d08f8d7346b4f854c8a42897f9 MISC metadata.xml 329 BLAKE2B 9e0fc3eff1f6e5e0b9529f5264b5e9aac303a2806f6276691728689df3e0f23d866a57e4df9794aa59be1008d736e073c9c854a88edd0c460bc5102a2f098848 SHA512 2325dddc4c62c5f0caba21e0419aea28cb556dd56664eabb2219cf7ea0b1b3177d5e142c6760a95c0a3aba6120f60d37241f6faf01759a00a6f76b12d4332e10 diff --git a/dev-python/bareos/bareos-21.1.5.ebuild b/dev-python/bareos/bareos-21.1.5.ebuild deleted file mode 100644 index 607aaf1bf7d1..000000000000 --- a/dev-python/bareos/bareos-21.1.5.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="python bindings for bareos network backup suite" -HOMEPAGE="https://www.bareos.com/" -SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/${PN}-Release-${PV}/python-bareos - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="mirror test" diff --git a/dev-python/bareos/bareos-21.1.6.ebuild b/dev-python/bareos/bareos-21.1.6.ebuild new file mode 100644 index 000000000000..607aaf1bf7d1 --- /dev/null +++ b/dev-python/bareos/bareos-21.1.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="python bindings for bareos network backup suite" +HOMEPAGE="https://www.bareos.com/" +SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> ${P}.tar.gz" +S=${WORKDIR}/${PN}-Release-${PV}/python-bareos + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="mirror test" diff --git a/dev-python/sphinx-autoapi/Manifest b/dev-python/sphinx-autoapi/Manifest index c2ff69acf705..3076dcdd07dc 100644 --- a/dev-python/sphinx-autoapi/Manifest +++ b/dev-python/sphinx-autoapi/Manifest @@ -1,3 +1,5 @@ DIST sphinx-autoapi-2.0.0.gh.tar.gz 86051 BLAKE2B af6c2f997e7e018304c5f19d978fc87fa853d876781930c1220e8e823a078c80c86851a141ed01d7ab94fd76d747e8dfd7462dd5ccab84127f1c95d225324a92 SHA512 7188ed167de808028b2ac603abb6a136584698a1df4882755b80609f4760dab818cec5f4684bf5d16afc2ae1be112ecb96c7f02f989fcb67937c19c045f45b81 -EBUILD sphinx-autoapi-2.0.0.ebuild 1076 BLAKE2B d8179888ebf218663b1c72e70ac364c834a6075a71cc42a489e163ffa6f9438f35e88346bebbddd0e284bbf91ff5c29f9474753d3fa8e8523f2ca53114dd01af SHA512 64ceba6b038f65bea14ad3eba646d7b2cc90b9082d6f7fc68dae38f3bf46578b61ead5be322ae3319f145a67f6358cf82507ece45e54cb951eb763899c2c2325 +DIST sphinx-autoapi-2.0.1.gh.tar.gz 85974 BLAKE2B 5beea907901603a665367c244188f847fcc59f889df5da4e27dba39f36c9714347dab1e867d3bbed0fb44139eb1f77863178a0c831e06a6d373211892e8ce6ab SHA512 b7301a86fa6ebde80fd6289e92e2e9149323044f6db34e39305541ccb4bcb136a777c8e38c152f7536435290c86a0543d51c14290fbdfeb7b13805f711e00a80 +EBUILD sphinx-autoapi-2.0.0.ebuild 1366 BLAKE2B aed34cef0c018222e1ef0bdd56499807b7c2ef39f9807e5f6400368114bb235642b27a4109c31c32fe0f6a0717199910594e9978c79facb6e64e4ea97060c7f9 SHA512 90e9e0220601ed8909a51465ca887f4780ab13dbcd3aa1c847d3217c493b961822a9a05bc0dc4601564e3ee076a6c8083a235eaab90d8fd021e1b2121905884a +EBUILD sphinx-autoapi-2.0.1.ebuild 1526 BLAKE2B 7be2053cdf6deb66f7e2bad3b537f2cea637c1e35f555906e75fda366fbd551a73c99da339641291314f4c011d97d0526a4f143d0729c299886ff5ada13c01a8 SHA512 64417ad80f02bc2c4e92d48a2d2cf9182c3659ab84ad4d320e172c92789664953e596d7f7efe6d05e676e9243934c0ead7f962247dea2a6575bb272b5f43404c MISC metadata.xml 769 BLAKE2B 6f85e487a2d2def289bb54a6addc2338bb8af85b323ec1c95851945f9c407ec22bfadd8079ac8b6e00cfbc85caa0e2b09d82329f1f87a365fc44b69c7bcd9a20 SHA512 68f02a5f98234c2a5cb15aa04ce90077b154a7e3a7a69dc0a1d0a6b5c7b42c60624878a7e2fff1576c8b586fc15e7ef042942274d4e8473835bb3d8bfdbd8393 diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild index ccd674abfc2c..f26014d3e974 100644 --- a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild +++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild @@ -38,4 +38,15 @@ EPYTEST_DESELECT=( ) distutils_enable_tests pytest -distutils_enable_sphinx docs --no-autodoc +distutils_enable_sphinx docs dev-python/sphinx-rtd-theme + +python_test() { + # https://github.com/readthedocs/sphinx-autoapi/issues/368 + if has_version ">=dev-python/sphinx-6.0"; then + EPYTEST_DESELECT+=( + tests/python/test_pyintegration.py::TestPositionalOnlyArgumentsModule::test_integration + ) + fi + + distutils-r1_python_test +} diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild new file mode 100644 index 000000000000..9b8488762142 --- /dev/null +++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="A new approach to API documentation in Sphinx" +HOMEPAGE=" + https://sphinx-autoapi.readthedocs.io/ + https://github.com/readthedocs/sphinx-autoapi/ + https://pypi.org/project/sphinx-autoapi/ +" +SRC_URI=" + https://github.com/readthedocs/sphinx-autoapi/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + dev-python/astroid[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + >=dev-python/sphinx-4.0[${PYTHON_USEDEP}] + dev-python/unidecode[${PYTHON_USEDEP}] +" + +DOCS=( README.rst CHANGELOG.rst ) + +# Test requires pypi download w/ internet: https://github.com/readthedocs/sphinx-autoapi/issues/329 +EPYTEST_DESELECT=( + tests/test_integration.py::TestExtensionErrors::test_extension_setup_errors[dotnetexample-override_conf2-AutoAPI +) + +distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/sphinx-rtd-theme + +python_test() { + # https://github.com/readthedocs/sphinx-autoapi/issues/368 + if has_version " + + + + mattst88@gentoo.org + Matt Turner + + + python@gentoo.org + Python + + + + GothenburgBitFactory/tasklib + tasklib + + diff --git a/dev-python/tasklib/tasklib-2.5.1.ebuild b/dev-python/tasklib/tasklib-2.5.1.ebuild new file mode 100644 index 000000000000..405a37e4b487 --- /dev/null +++ b/dev-python/tasklib/tasklib-2.5.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A Python library for interacting with taskwarrior databases" +HOMEPAGE=" + https://github.com/GothenburgBitFactory/tasklib + https://pypi.org/project/tasklib/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=app-misc/task-2.4.0" + +distutils_enable_tests unittest -- cgit v1.2.3