From d99093fb4bb5652015c06274d64083daa2439e4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Mar 2021 10:28:17 +0000 Subject: gentoo resync : 03.03.2021 --- dev-python/jaraco-logging/Manifest | 6 +-- .../jaraco-logging/jaraco-logging-3.0.0-r2.ebuild | 51 ---------------------- .../jaraco-logging/jaraco-logging-3.1.0.ebuild | 4 +- dev-python/jaraco-logging/metadata.xml | 1 + 4 files changed, 5 insertions(+), 57 deletions(-) delete mode 100644 dev-python/jaraco-logging/jaraco-logging-3.0.0-r2.ebuild (limited to 'dev-python/jaraco-logging') diff --git a/dev-python/jaraco-logging/Manifest b/dev-python/jaraco-logging/Manifest index 9b330f6c6814..30a6d05a0a40 100644 --- a/dev-python/jaraco-logging/Manifest +++ b/dev-python/jaraco-logging/Manifest @@ -1,5 +1,3 @@ -DIST jaraco.logging-3.0.0.tar.gz 10739 BLAKE2B c5cad0b6d7702a1216869dd0cd388d51a0a8e7bd24000108ef818623b54d23ce1adf0de2e017b869d764342484bf25d676ee18af9647b82964933ebb184cec0e SHA512 bc0edeef6223d0eb78110d51159a70afd16542e830e3cd37dec7628e582bce44218cd7669c03c41125db9824b6fc774f608dd7f6540224659f4dc2f1927d681c DIST jaraco.logging-3.1.0.tar.gz 11801 BLAKE2B 858f0930b7e04ea6f1e3d13b3d7be1056ad9efa901857ded3759e450e151c8485feb1cb6eb91c8ebf7be53c649bc818759009394b20f606fd5551c82ce0d1e61 SHA512 ce9a9cbad6d6bb448615eac986d361f9c6ff477b1209e85433f12a49055a9e30125cd49bebcf915a08b8efe0732439a8e1d336e63f6454369b3e846a9a1383ba -EBUILD jaraco-logging-3.0.0-r2.ebuild 1349 BLAKE2B cbc22203a47fe3161f04a0841a0b6d93a7ee6f9222488ea0d9eef05d37b9ac2898aaf0afa9bbcdd696b50be006fe9a973ea2a52ba89aa3728f317aa2a41c68b0 SHA512 e7b822b734398c56230673e7947c0e4f0acdc70ddbae5dfe2d31dc0ace03561a705e289a3e51699d6afa192eab83f163b96dc2ad6cf9aeb00c3b726072c95148 -EBUILD jaraco-logging-3.1.0.ebuild 1169 BLAKE2B 343e0e02b3d91d8bab7b0a3412a01b285b037b01f9d27974a5d4b11b769291ed85d2a866d597035786f1b0db1d87530759bb33315fba18b5288e63c389162b66 SHA512 f17c452d31a99eeaae1075da5e0e1a230413f7de69a8415f80fd5538efdb132021d6d20d99ca049796512babf88e1fcaf9094c4e2d3096835482671fb0b696b0 -MISC metadata.xml 452 BLAKE2B 6beacf543b6c6ba9482609f0374283438dab3bff1ba25c53f1ec6c6441ddd0e185336766eaaae3ef89277874c6f12652a68b79a934919c8fe70f8bee88872b43 SHA512 447053b09d211ddbe1b2e98f7c1379395291f1331c75837ba1dc036a3b5d1e05e1f78717c419c4dfdc7d687001992f4c926cfc61bf267aa925024180646a3296 +EBUILD jaraco-logging-3.1.0.ebuild 1167 BLAKE2B fb7631f9ba063727344dc77479aa710eddf110249830711626d2824dc74fea652c7ba7549d5d245ec2703e0cf519704e117d7c9b5b5df0537e127c7b0b7156f9 SHA512 189077cac2711f37121dc161ba00eb90f42f0f3db7db0a309366ef8d44c0e5031b3b0c524c79539baed3f7f01a20fe2c06672a01494c2dbd8bd3cc0aef827653 +MISC metadata.xml 476 BLAKE2B b278ae21af60f72c0fa30a3d0f9c7cf19e804a3e535cbc06f65d269aba0df6e5017f51287616121425de82b74db171912dbeabf2ccdf2321bf2bb7e6308976da SHA512 96a8d5d7cd623cf44ed73d3b0dc2f3806938ead211f525b6528f21fe7aba1105ff331e56e55bebeb70c839e32168a6a581061cf5415f479b41e751d11c988353 diff --git a/dev-python/jaraco-logging/jaraco-logging-3.0.0-r2.ebuild b/dev-python/jaraco-logging/jaraco-logging-3.0.0-r2.ebuild deleted file mode 100644 index ef8fc32c2d09..000000000000 --- a/dev-python/jaraco-logging/jaraco-logging-3.0.0-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) - -inherit distutils-r1 - -MY_PN="${PN/-/.}" -DESCRIPTION="Additional facilities to supplement Python's stdlib logging module" -HOMEPAGE="https://github.com/jaraco/jaraco.logging" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -# TODO: remove six -# https://github.com/jaraco/jaraco.logging/pull/1 -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/tempora[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - >=dev-python/pytest-2.8[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx docs '>=dev-python/jaraco-packaging-3.2' \ - '>=dev-python/rst-linker-1.9' - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_test() { - # Override pytest options to skip flake8 - PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \ - || die "tests failed with ${EPYTHON}" -} - -# https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages -python_install() { - rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die - # note: eclass may default to --skip-build in the future - distutils-r1_python_install --skip-build -} diff --git a/dev-python/jaraco-logging/jaraco-logging-3.1.0.ebuild b/dev-python/jaraco-logging/jaraco-logging-3.1.0.ebuild index 78cad9cf3605..2e8b75674ba0 100644 --- a/dev-python/jaraco-logging/jaraco-logging-3.1.0.ebuild +++ b/dev-python/jaraco-logging/jaraco-logging-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-python/tempora[${PYTHON_USEDEP}] diff --git a/dev-python/jaraco-logging/metadata.xml b/dev-python/jaraco-logging/metadata.xml index debf779333ec..f582335aea01 100644 --- a/dev-python/jaraco-logging/metadata.xml +++ b/dev-python/jaraco-logging/metadata.xml @@ -5,6 +5,7 @@ sbraz@gentoo.org Louis Sautier + jaraco.logging jaraco/jaraco.logging -- cgit v1.2.3