From 5b5a4332904eb14153d43fec380f0eda927c2624 Mon Sep 17 00:00:00 2001 From: Daniel Novomesky Date: Fri, 11 Mar 2022 12:41:21 +0100 Subject: [PATCH 01/41] media-libs/libjxl: do not build man pages Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Daniel Novomesky --- media-libs/libjxl/libjxl-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libjxl/libjxl-9999.ebuild b/media-libs/libjxl/libjxl-9999.ebuild index 2a78f51304..a4bc118444 100644 --- a/media-libs/libjxl/libjxl-9999.ebuild +++ b/media-libs/libjxl/libjxl-9999.ebuild @@ -56,6 +56,7 @@ src_configure() { -DJPEGXL_FORCE_SYSTEM_HWY=ON -DJPEGXL_FORCE_SYSTEM_GTEST=ON -DJPEGXL_FORCE_SYSTEM_LCMS2=ON + -DJPEGXL_ENABLE_MANPAGES=OFF ) cmake_src_configure From 84050aefc4708e2abc9e6613c0f48a63efb32282 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 11 Mar 2022 21:34:26 +0100 Subject: [PATCH 02/41] dev-python/xattr: add 0.9.9 Signed-off-by: Alessandro Barbieri --- dev-python/xattr/Manifest | 1 + dev-python/xattr/xattr-0.9.9.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dev-python/xattr/xattr-0.9.9.ebuild diff --git a/dev-python/xattr/Manifest b/dev-python/xattr/Manifest index 09bd08ab7a..8086105a85 100644 --- a/dev-python/xattr/Manifest +++ b/dev-python/xattr/Manifest @@ -1 +1,2 @@ DIST xattr-0.9.7.tar.gz 13389 BLAKE2B cae6adafe873555058b09c06ee7132726f70642672abce3d2e8ab4844bfadaf6c88ec49d82e51d30c1167e6b362adddec9ef466c9c9cf0d70080c84a741a3f07 SHA512 98473ad4ac270b747416e448f426eb55888ed1a641027f27fc9ced58eff29c6866de6b1d914628e9be1785a93dc857977d172e6bcbe5233e6449447dd08d9bd0 +DIST xattr-0.9.9.tar.gz 15508 BLAKE2B e56c262ca1f390365ed95d746a57a95a39c118ad0c50c7ece556e006d666879d5d318c1e53686b588cb6d8deb9d7f699f3962b15b2440e327b93d840f8765e4b SHA512 1c4c15d77757850290e4434f50d0fae243a9dfe2d190e68310ba35e675e1499a21cd0cd156c4b9f5325b6c2834485527fcf41ec0b255b0bbf2fde4c303f2e325 diff --git a/dev-python/xattr/xattr-0.9.9.ebuild b/dev-python/xattr/xattr-0.9.9.ebuild new file mode 100644 index 0000000000..bea1575cbd --- /dev/null +++ b/dev-python/xattr/xattr-0.9.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Python wrapper for extended filesystem attributes" +HOMEPAGE="https://github.com/xattr/xattr" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64" + +RDEPEND=">=dev-python/cffi-1.0.0[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +distutils_enable_tests setup.py From 55ebc1ab3f34018b4ad1fde54a8c4c63c36a8ff1 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 11 Mar 2022 21:36:26 +0100 Subject: [PATCH 03/41] dev-python/wsgi_intercept: add 1.9.3 Signed-off-by: Alessandro Barbieri --- dev-python/wsgi_intercept/Manifest | 1 + .../wsgi_intercept-1.9.3.ebuild | 36 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 dev-python/wsgi_intercept/wsgi_intercept-1.9.3.ebuild diff --git a/dev-python/wsgi_intercept/Manifest b/dev-python/wsgi_intercept/Manifest index 3c3189d405..95c20a033c 100644 --- a/dev-python/wsgi_intercept/Manifest +++ b/dev-python/wsgi_intercept/Manifest @@ -1 +1,2 @@ DIST wsgi_intercept-1.9.2.tar.gz 29083 BLAKE2B 97eda40f40f0ea00ff213f2222310ce6c77ee9c822e89330ed8a277f32851d06bdf1050629e69677cf7fb00d04128403c5a89aec1d03d796fdbb65e8f3e4e9b6 SHA512 a313fe6302c9f168bd050c83ded1d58ef74feb54870197eb85b3527c2cc77eb76b4ca61ff4b554e13cca10ec7106ad9ba35c9a41a00bbd82ef39a26df2af7769 +DIST wsgi_intercept-1.9.3.tar.gz 30002 BLAKE2B 65b7b39543dc486d8ea394b093a3892bdbd7b8e8314a3b839af13ca7abc79f0397092b0d908a873821b1d42d713f5fdd64d2cd815498c7e4f77300725b8ab30c SHA512 b23cbbe20299dad413db0130bf9b055b58ad0a8349d18d9a3eb22cec4db6c9c570785c2ba29245ac52fa1c340a80cb7eb18c04b7bd75dd57961ae8c5142eabdc diff --git a/dev-python/wsgi_intercept/wsgi_intercept-1.9.3.ebuild b/dev-python/wsgi_intercept/wsgi_intercept-1.9.3.ebuild new file mode 100644 index 0000000000..fe2323fdba --- /dev/null +++ b/dev-python/wsgi_intercept/wsgi_intercept-1.9.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="wsgi_intercept installs a WSGI application in place of a real URI for testing" +HOMEPAGE=" + https://pypi.org/project/wsgi-intercept/ + https://github.com/cdent/wsgi-intercept +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + dev-python/httplib2[${PYTHON_USEDEP}] + >=dev-python/requests-2.0.1[${PYTHON_USEDEP}] + >=dev-python/urllib3-1.11.0[${PYTHON_USEDEP}] + ) +" + +RESTRICT="test" +PROPERTIES="test_network" + +distutils_enable_tests pytest From 4c5f8778d7e3861c81c1f1e19261ae0baf357cb6 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 11 Mar 2022 21:39:03 +0100 Subject: [PATCH 04/41] dev-python/unicodedata2: add 14.0.0 Signed-off-by: Alessandro Barbieri --- dev-python/unicodedata2/Manifest | 1 + .../unicodedata2/unicodedata2-14.0.0.ebuild | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dev-python/unicodedata2/unicodedata2-14.0.0.ebuild diff --git a/dev-python/unicodedata2/Manifest b/dev-python/unicodedata2/Manifest index 3c5965e05e..9fa962410f 100644 --- a/dev-python/unicodedata2/Manifest +++ b/dev-python/unicodedata2/Manifest @@ -1 +1,2 @@ DIST unicodedata2-13.0.0.2.tar.gz 1202880 BLAKE2B 237a1be7a22a9aaaa3e417a14687e7169630632a3fed90dbda963c5ef6994cbac45e67c7930529362c438a8a20251c64979b3baeaa963dd40e70bd453d2ceb77 SHA512 451a49a9e29935c59932804d8a821562f07ea22658fe57a472eed9a5eacfc9c7c497f25c084451c90cf0992638956ac51572f0c52e74452ece7d66c052d82641 +DIST unicodedata2-14.0.0.tar.gz 624067 BLAKE2B 0394af31670dbc3e89f616144f88081a69e1e4d9404d432a3f70c8973e967f28b914413219e0b22f089ccaa898193a45f4a2ce41bfe1f889622c69bd9b56735e SHA512 bb0b1e3834a892d23bda0d51443655b244e0f24cbb9ed51065afac3fdd2ed01a6382d4015ea0dcfaddc99c7858e19e3e3e86a9024a5600cb67cef219ebc719ba diff --git a/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild new file mode 100644 index 0000000000..6c1fa4d532 --- /dev/null +++ b/dev-python/unicodedata2/unicodedata2-14.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MYPV="$(ver_rs 3 -)" +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode version" +HOMEPAGE="https://github.com/mikekap/unicodedata2" +SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MYPV}" +KEYWORDS="~amd64" +LICENSE="Apache-2.0" +SLOT="0" + +DEPEND=" + test? ( + dev-python/pytest-randomly[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest From c74621ec34ece6d4529c9adb73c26ad6c1f6ba6b Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 11 Mar 2022 21:46:35 +0100 Subject: [PATCH 05/41] dev-python/uharfbuzz: add 0.21.0, drop 0.16.1 Signed-off-by: Alessandro Barbieri --- dev-python/uharfbuzz/Manifest | 2 +- .../uharfbuzz-0.16.1-system-harfbuzz.patch | 23 ------------------- ...-0.16.1.ebuild => uharfbuzz-0.21.0.ebuild} | 12 +++++----- 3 files changed, 7 insertions(+), 30 deletions(-) delete mode 100644 dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch rename dev-python/uharfbuzz/{uharfbuzz-0.16.1.ebuild => uharfbuzz-0.21.0.ebuild} (71%) diff --git a/dev-python/uharfbuzz/Manifest b/dev-python/uharfbuzz/Manifest index 23f36f54fb..512dcec3de 100644 --- a/dev-python/uharfbuzz/Manifest +++ b/dev-python/uharfbuzz/Manifest @@ -1,2 +1,2 @@ -DIST uharfbuzz-0.16.1.tar.gz 33252 BLAKE2B 63c036b0884303d724cfc64acb0f44b2705c3ddb35e8132c399535ae0db54744ee8f244aac9e68e73b39969328cbee63d094f4e97908f5e5a007d995176c53cb SHA512 d1c08135a4cc470278726aa6c8c6da7ccac04ab6d0c718c7576c81233834d182c7428c1123abc4f05f094fac2fe4dbb1dd8d264e752cadb3030f7045721ae1ee DIST uharfbuzz-0.18.0.tar.gz 33469 BLAKE2B ec255a4d6f9a74b12fd2a2b16f4309a223a50a8a6eea62d51d74dcd911b9300282576c66ec92cd28b00b48734a279391b62fe76ae64604f3e69df002f5e9568d SHA512 faf75e885e64ffdd28613c0ceeb30fc3ac4936cb252c8ff7e396c89b86195bf77f0f2135846152b2b8e949f8f806e9ddd75f42f00bb11514cd806062a06e2701 +DIST uharfbuzz-0.21.0.tar.gz 34064 BLAKE2B ad8ba13e53cba90794af6d9e99a555d0a266c584894ddc9cc90a9b86002cdeec438c68fa395a90d4e9119574bffd140a824c8acec8b4d5661c0013f8693a2a95 SHA512 090e408163e59d796ff9a9a7b2dca9e7ca00277ffc80139066a287f489d7358681b9eadf4a7bf5e5a7e7457c18fb30ed27d7ae2b71bfcf9cc48362a6c0793085 diff --git a/dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch b/dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch deleted file mode 100644 index bc835c9be0..0000000000 --- a/dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -13,7 +13,7 @@ - with open(os.path.join(here, 'README.md'), encoding='utf-8') as f: - long_description = f.read() - --define_macros = [('HB_NO_MT', '1'), ('HB_EXPERIMENTAL_API', '1')] -+define_macros = [('HB_EXPERIMENTAL_API', '1')] - linetrace = False - if int(os.environ.get('CYTHON_LINETRACE', '0')): - linetrace = True -@@ -30,8 +30,9 @@ - extension = Extension( - 'uharfbuzz._harfbuzz', - define_macros=define_macros, -- include_dirs=['harfbuzz/src'], -- sources=['src/uharfbuzz/_harfbuzz.pyx', 'harfbuzz/src/harfbuzz.cc'], -+ include_dirs=['/usr/include/harfbuzz'], -+ libraries=['harfbuzz'], -+ sources=['src/uharfbuzz/_harfbuzz.pyx'], - language='c++', - extra_compile_args=extra_compile_args, - extra_link_args=extra_link_args, diff --git a/dev-python/uharfbuzz/uharfbuzz-0.16.1.ebuild b/dev-python/uharfbuzz/uharfbuzz-0.21.0.ebuild similarity index 71% rename from dev-python/uharfbuzz/uharfbuzz-0.16.1.ebuild rename to dev-python/uharfbuzz/uharfbuzz-0.21.0.ebuild index 611d52451e..90c61b3470 100644 --- a/dev-python/uharfbuzz/uharfbuzz-0.16.1.ebuild +++ b/dev-python/uharfbuzz/uharfbuzz-0.21.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DISTUTILS_USE_SETUPTOOLS="pyproject.toml" -EPYTEST_DESELECT=( "tests/test_uharfbuzz.py::TestCallbacks::test_message_func" ) +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -20,11 +19,12 @@ SLOT="0" RDEPEND=">=media-libs/harfbuzz-2.8.1[experimental(-)]" DEPEND=" ${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/cython[${PYTHON_USEDEP}] + >=dev-python/cython-0.28.1[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-2.1[${PYTHON_USEDEP}] + >=dev-python/wheel-0.31[${PYTHON_USEDEP}] " -PATCHES=( "${FILESDIR}/${P}-system-harfbuzz.patch" ) +PATCHES=( "${FILESDIR}/${PN}-0.18.0-system-harfbuzz.patch" ) distutils_enable_tests pytest From 7eb29d4f2755f178d7ab1077f08bcc05f088ff40 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 11 Mar 2022 21:53:10 +0100 Subject: [PATCH 06/41] dev-python/ufoLib2: add 0.13.1, drop 0.11.1 Signed-off-by: Alessandro Barbieri --- dev-python/ufoLib2/Manifest | 2 +- ...b2-0.11.1.ebuild => ufoLib2-0.13.1.ebuild} | 29 ++++++++----------- 2 files changed, 13 insertions(+), 18 deletions(-) rename dev-python/ufoLib2/{ufoLib2-0.11.1.ebuild => ufoLib2-0.13.1.ebuild} (54%) diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest index 0662f76402..ffa41dfc38 100644 --- a/dev-python/ufoLib2/Manifest +++ b/dev-python/ufoLib2/Manifest @@ -1,2 +1,2 @@ -DIST ufoLib2-0.11.1.zip 118203 BLAKE2B 74e8fca0ed8c7ceda204d518e5be71bed2f753bba454cbdb380b379f9767e5c5a733471b2107ab32040ba729d067ebac94a1cf92ad24f190fa42ddc1f20ea005 SHA512 4e9b2ab04bb93825c698ff62d2676ffa6a92b83230aaf94176226330852431c9e2d3816b89b0fcd052cf71e91a871c9395c6053d60bdd9cf7e54a08cbe5768d5 DIST ufoLib2-0.11.4.zip 119452 BLAKE2B 841c7737c8d8479cc9bdbdbd0f1690854088abba9028035a9f03ccf091c95808d77fa445e678e2f5576482f820fcf5f20d92b93822e3bd167a1def5cdd8024a5 SHA512 dcd307d24a1c7ef0c932ed6edda2e5aab6a691cf7b0ae1f4c89b7bf57f6cb988fde9889d569ca21f1571f493c6efcf0411b55b8990e7a9fdce3316863de9a8cd +DIST ufoLib2-0.13.1.tar.gz 88239 BLAKE2B 5c15c1ad9eedba904cb9730604d3853d21fc8f7ae30f440421349f233bac356947aaab7f57204cef9684f1beaabeeefbf913a973f44afc6b8dd185015abb9d87 SHA512 163304999912f1d838f995e3524f4538c176bbff471b07b7670147a0d7e706542c67601dacd29dd985bf5a7ae95688008b7c292f1d67c38756ec633069c7bd64 diff --git a/dev-python/ufoLib2/ufoLib2-0.11.1.ebuild b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild similarity index 54% rename from dev-python/ufoLib2/ufoLib2-0.11.1.ebuild rename to dev-python/ufoLib2/ufoLib2-0.13.1.ebuild index 18d2c70c5d..4e8502300c 100644 --- a/dev-python/ufoLib2/ufoLib2-0.11.1.ebuild +++ b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild @@ -1,45 +1,40 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) DOCS_DEPEND=" dev-python/sphinx_rtd_theme dev-python/typing-extensions " DOCS_DIR="${S}/docs/source" DOCS_BUILDER="sphinx" +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 docs DESCRIPTION="A UFO font library" -HOMEPAGE="https://github.com/fonttools/ufoLib2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" +HOMEPAGE=" + https://github.com/fonttools/ufoLib2 + https://pypi.org/project/ufoLib2/ +" +SRC_URI="https://github.com/fonttools/ufoLib2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" -# fs not pulled in by fonttools RDEPEND=" - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] + >=dev-python/attrs-20.1.0[${PYTHON_USEDEP}] >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}] - dev-python/fs[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] " DEPEND=" ${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-6.2[${PYTHON_USEDEP}] test? ( dev-python/typing-extensions[${PYTHON_USEDEP}] ) " -BDEPEND="app-arch/unzip" - distutils_enable_tests pytest - -python_prepare_all() { - sed -e '/\/d' -i setup.cfg || die - distutils-r1_python_prepare_all -} From 537a899d0db43f02d69b5e08e4ec6dcdcc7d45cf Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 01:54:06 +0100 Subject: [PATCH 07/41] dev-python/cffsubr: add 0.2.9_p1 Signed-off-by: Alessandro Barbieri --- dev-python/cffsubr/Manifest | 1 + dev-python/cffsubr/cffsubr-0.2.9_p1.ebuild | 44 +++++++++++++++++++ .../files/cffsubr-0.2.9_p1-fix-setup-py.patch | 22 ++++++++++ 3 files changed, 67 insertions(+) create mode 100644 dev-python/cffsubr/cffsubr-0.2.9_p1.ebuild create mode 100644 dev-python/cffsubr/files/cffsubr-0.2.9_p1-fix-setup-py.patch diff --git a/dev-python/cffsubr/Manifest b/dev-python/cffsubr/Manifest index d42a93d366..c0a09a3712 100644 --- a/dev-python/cffsubr/Manifest +++ b/dev-python/cffsubr/Manifest @@ -1 +1,2 @@ DIST cffsubr-0.2.8.tar.gz 124245 BLAKE2B fa78acf9158faf3917f194a2c30a13c2a598a7476a89dc79f95440eb04fe91663e7620729e6be1635ce1df24fff34068c42ea155abb17f016f50e961d13f52af SHA512 5f5a655168c6157799d17e20762893f23a7f7d90e739fb5bbe0a4fd895dc2b1c5359b5bdb92f4cb8333f841cd5b471359825d709f2477afd2bd7322760359d24 +DIST cffsubr-0.2.9_p1.tar.gz 124635 BLAKE2B c040339d113247b34195d7b7a220b449810ced52ffeea209bde2bb871c964a1da7d734c7167ece88ade03b26e722dca7f235a70326ff8c9b268b707ba5730a79 SHA512 8f1ea1fb732b772c1ac479883df6993ff2d56457c725d621bb1ebebf7a27393bb96771b9db8364513ae7f815bc74da15dd8c22695eeaf6f65d8dc62c8ae947dc diff --git a/dev-python/cffsubr/cffsubr-0.2.9_p1.ebuild b/dev-python/cffsubr/cffsubr-0.2.9_p1.ebuild new file mode 100644 index 0000000000..cb351f3611 --- /dev/null +++ b/dev-python/cffsubr/cffsubr-0.2.9_p1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +MYPV="${PV/_p/.post}" +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Standalone CFF subroutinizer based on AFDKO tx tool" +HOMEPAGE="https://github.com/adobe-type-tools/cffsubr" +SRC_URI="https://github.com/adobe-type-tools/cffsubr/archive/refs/tags/v${MYPV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MYPV}" +KEYWORDS="~amd64" +LICENSE="Apache-2.0" +SLOT="0" + +RDEPEND=" + >=dev-python/fonttools-4.10.2[${PYTHON_USEDEP}] + >=dev-util/afdko-3.6.1[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + dev-python/setuptools_scm[${PYTHON_USEDEP}] +" + +PATCHES=( + "${FILESDIR}/${PN}-system_tx.diff" + "${FILESDIR}/${P}-fix-setup-py.patch" +) + +distutils_enable_tests pytest + +pkg_setup() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}" +} + +src_prepare() { + #no bundled afdko + rm -rf external || die + default +} diff --git a/dev-python/cffsubr/files/cffsubr-0.2.9_p1-fix-setup-py.patch b/dev-python/cffsubr/files/cffsubr-0.2.9_p1-fix-setup-py.patch new file mode 100644 index 0000000000..dfdfe352ae --- /dev/null +++ b/dev-python/cffsubr/files/cffsubr-0.2.9_p1-fix-setup-py.patch @@ -0,0 +1,22 @@ +--- a/setup.py ++++ b/setup.py +@@ -136,7 +136,7 @@ + package_dir={"": "src"}, + packages=find_packages("src"), + entry_points={"console_scripts": ["cffsubr = cffsubr.__main__:main"]}, +- ext_modules=[tx], ++ ext_modules=[], + zip_safe=False, + cmdclass=cmdclass, + install_requires=[ +@@ -144,9 +144,7 @@ + "fontTools >= 4.10.2", + ], + setup_requires=[ +- "setuptools_scm", +- # finds all git tracked files including submodules when making sdist MANIFEST +- "setuptools-git-ls-files", ++ "setuptools_scm" + ], + extras_require={"testing": ["pytest"]}, + python_requires=">=3.6", From 18acb5391f42f7afecc02030fe33e9ff21c3a523 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 02:06:33 +0100 Subject: [PATCH 08/41] dev-python/compreffor: add 0.5.1_p1 Signed-off-by: Alessandro Barbieri --- dev-python/compreffor/Manifest | 1 + .../compreffor/compreffor-0.5.1_p1.ebuild | 41 +++++++++++++++++++ ....5.1_p1-remove-unwanted-dependencies.patch | 11 +++++ 3 files changed, 53 insertions(+) create mode 100644 dev-python/compreffor/compreffor-0.5.1_p1.ebuild create mode 100644 dev-python/compreffor/files/compreffor-0.5.1_p1-remove-unwanted-dependencies.patch diff --git a/dev-python/compreffor/Manifest b/dev-python/compreffor/Manifest index 1fe65fb466..11b3c13378 100644 --- a/dev-python/compreffor/Manifest +++ b/dev-python/compreffor/Manifest @@ -1 +1,2 @@ +DIST compreffor-0.5.1.post1.tar.gz 75132 BLAKE2B ed37118c45d616029dad90451240ff7d5eb131ecd080c713ccc8241d3288a869f5e2950524b0faf58e895c8f1e76e0da8df24cc0526a1ce342d509de856fc0e2 SHA512 eaab7e01b158f68c28c946f39af80bd8313b9338301aee8a4119de243442791d68cf7edc0e8ac86efc0cadf6115de89f38ec445cf5ce13055aed44dcfaeb3eed DIST compreffor-0.5.1.zip 78104 BLAKE2B 515bb6079ac8ba1498568dcb68c1f1da046e2877997c4ca9ae30be99db7e7e331b874e2d11b4ecf78ee0be00e5f3778096dad3067743f002254ea52861e94522 SHA512 86008c487ea84ba713a784035dc260bba045c2bd9791e3fdbbd30f300ec5a9796b8f9c54dd39f19a6cb4143e7e1c3c59f7b31f1e5455e707815ec9cc363c6761 diff --git a/dev-python/compreffor/compreffor-0.5.1_p1.ebuild b/dev-python/compreffor/compreffor-0.5.1_p1.ebuild new file mode 100644 index 0000000000..bac2d47966 --- /dev/null +++ b/dev-python/compreffor/compreffor-0.5.1_p1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +MYPV="${PV/_p/.post}" +MYP="${PN}-${MYPV}" +PYTHON_COMPAT=( python3_{8,9} ) + +inherit distutils-r1 + +DESCRIPTION="A CFF table subroutinizer for FontTools" +HOMEPAGE=" + https://github.com/googlefonts/compreffor + https://pypi.org/project/compreffor/ +" +SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.tar.gz" +S="${WORKDIR}/${MYP}" +KEYWORDS="~amd64" +LICENSE="Apache-2.0" +SLOT="0" + +RDEPEND=" + >=dev-python/fonttools-4[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + >=dev-python/cython-0.29.24[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] +" +BDEPEND="app-arch/unzip" + +PATCHES=( "${FILESDIR}/${P}-remove-unwanted-dependencies.patch" ) + +distutils_enable_tests pytest + +python_test() { + distutils_install_for_testing + default +} diff --git a/dev-python/compreffor/files/compreffor-0.5.1_p1-remove-unwanted-dependencies.patch b/dev-python/compreffor/files/compreffor-0.5.1_p1-remove-unwanted-dependencies.patch new file mode 100644 index 0000000000..a7ed61b459 --- /dev/null +++ b/dev-python/compreffor/files/compreffor-0.5.1_p1-remove-unwanted-dependencies.patch @@ -0,0 +1,11 @@ +--- a/setup.py ++++ b/setup.py +@@ -152,7 +152,7 @@ + 'build_ext': custom_build_ext, + }, + setup_requires=( +- ["setuptools_scm", "setuptools_git_ls_files"] + pytest_runner + wheel ++ ["setuptools_scm"] + wheel + ), + tests_require=[ + 'pytest>=2.8', From 15201f14ba7b7669c7760a6fb07ce4c2c032dbc8 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 02:06:52 +0100 Subject: [PATCH 09/41] dev-python/ufo2ft: add 2.25.3 Signed-off-by: Alessandro Barbieri --- dev-python/ufo2ft/Manifest | 1 + dev-python/ufo2ft/ufo2ft-2.25.3.ebuild | 38 ++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 dev-python/ufo2ft/ufo2ft-2.25.3.ebuild diff --git a/dev-python/ufo2ft/Manifest b/dev-python/ufo2ft/Manifest index dbc091a998..a74e0abdab 100644 --- a/dev-python/ufo2ft/Manifest +++ b/dev-python/ufo2ft/Manifest @@ -1 +1,2 @@ DIST ufo2ft-2.21.0.zip 331745 BLAKE2B 06d273e18bd1d0b2bdc4ac187a119d04cd5385f6629a6ed30fa2b8da269714359506fb6db62b49c9f7d7b2c78f18cd1b7df5c84e531f25eee969e305537bf5e0 SHA512 c432f1c47c40ab3d97b83279fe3bd9955bc6d3bfa8fce1c00e4e54c22ac5f22036320fc39f761dc85c5ae33be0eb384bea0ea2ba8b7ef69b9fd89b92e9fe72db +DIST ufo2ft-2.25.3.tar.gz 173168 BLAKE2B 365a14dff4704f98a8c6ad1904420d01e367099e96d35fe9275e93dd30c4224d3c0f573fc5d0cb4bede7625e6eaeea58f14a1864fa22355ce4ee259f18a82f18 SHA512 eec5ddd997830bfb93c7545e94569d447f31f23ac74babe66bf5a3f552c709ef9add6da43b02a92f6990413aaa64b411dc8ed79151cf4debf5c38aadeb4ff856 diff --git a/dev-python/ufo2ft/ufo2ft-2.25.3.ebuild b/dev-python/ufo2ft/ufo2ft-2.25.3.ebuild new file mode 100644 index 0000000000..347f868ef1 --- /dev/null +++ b/dev-python/ufo2ft/ufo2ft-2.25.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="A bridge from UFOs to FontTool objects" +HOMEPAGE=" + https://github.com/googlefonts/ufo2ft + https://pypi.org/project/ufo2ft/ +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=" + >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}] + >=dev-python/compreffor-0.5.1_p1[${PYTHON_USEDEP}] + >=dev-python/cffsubr-0.2.9_p1[${PYTHON_USEDEP}] + >=dev-python/cu2qu-1.6.7[${PYTHON_USEDEP}] + >=dev-python/defcon-0.10.0[${PYTHON_USEDEP}] + >=dev-python/fonttools-4.29.1[${PYTHON_USEDEP}] + >=dev-python/skia-pathops-0.7.0[${PYTHON_USEDEP}] + >=dev-python/ufoLib2-0.13.1[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/glyphsLib[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest From f87f52c4a6e4b20287ebee57d4b09f175f2a22f1 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 02:13:13 +0100 Subject: [PATCH 10/41] dev-python/types-urllib3: initial import Signed-off-by: Alessandro Barbieri --- dev-python/types-urllib3/Manifest | 1 + dev-python/types-urllib3/metadata.xml | 12 ++++++++++++ .../types-urllib3-1.26.10.ebuild | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-python/types-urllib3/Manifest create mode 100644 dev-python/types-urllib3/metadata.xml create mode 100644 dev-python/types-urllib3/types-urllib3-1.26.10.ebuild diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest new file mode 100644 index 0000000000..ce4f5fe70b --- /dev/null +++ b/dev-python/types-urllib3/Manifest @@ -0,0 +1 @@ +DIST types-urllib3-1.26.10.tar.gz 8547 BLAKE2B 47dd538fe9ffb96793536942f8fe5deb7403e655473e919771ebaae1eb39839cb4c0f60fb7117d5c1eaa971937167ce1002eac4a7cc978edc20e76cc5c037675 SHA512 8341951167d51e596eb4d532691cbc948cf92936af7688d3bbd2161d86de327ba88f096e4205f5c74c9a1c3c5a1bec8e1317d829e870eca3c8760aa4997a30a1 diff --git a/dev-python/types-urllib3/metadata.xml b/dev-python/types-urllib3/metadata.xml new file mode 100644 index 0000000000..7f25d47487 --- /dev/null +++ b/dev-python/types-urllib3/metadata.xml @@ -0,0 +1,12 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/python/typeshed/issues + types-urllib3 + + diff --git a/dev-python/types-urllib3/types-urllib3-1.26.10.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.10.ebuild new file mode 100644 index 0000000000..b96a6633a3 --- /dev/null +++ b/dev-python/types-urllib3/types-urllib3-1.26.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Typing stubs for urllib3" +HOMEPAGE=" + https://pypi.org/project/types-urllib3/ + https://github.com/python/typeshed/tree/master/stubs/urllib3 +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64" From a05e3c3892b804b8d511df9bae40949c1e508875 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 02:13:39 +0100 Subject: [PATCH 11/41] dev-python/types-requests: add 2.27.11 Signed-off-by: Alessandro Barbieri --- dev-python/types-requests/Manifest | 1 + .../types-requests-2.27.11.ebuild | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 dev-python/types-requests/types-requests-2.27.11.ebuild diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest index efb7ff990d..719397a3fd 100644 --- a/dev-python/types-requests/Manifest +++ b/dev-python/types-requests/Manifest @@ -1 +1,2 @@ DIST types-requests-2.25.11.tar.gz 14055 BLAKE2B 313bfd314e44950b3767142f30ef4963836beb0b5abb60bc0c74fa332c54cc63f94b7f35ae1e207911ee41635b8a44a330abe14379dcc2199fcdc3d12ef2058b SHA512 3f748f234f499c16085be1a408b0f6698c5ca71ed52a2b7dfc4d7df43d102ff081e109b762cd1caf34e8b40c5b776941576882184fb0fe13d5c831f045e69e33 +DIST types-requests-2.27.11.tar.gz 10065 BLAKE2B df6189456484ae269dddc492f6599d9f4283576dd61263a46f73ab68cccb29a9e5df65a3aacd0dc391a136d6e0b7a5dfac27fe69be3b2f5e5d5a585018481c24 SHA512 68e4a2f6397f43d3763bb97da3d60c777b9418e6f086006afb30fd2f7d600dbb3e5282604ffc51bf5a42a936426aa3060fb3b22a2f39df0f2a18e551862ff39a diff --git a/dev-python/types-requests/types-requests-2.27.11.ebuild b/dev-python/types-requests/types-requests-2.27.11.ebuild new file mode 100644 index 0000000000..904df09ef6 --- /dev/null +++ b/dev-python/types-requests/types-requests-2.27.11.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Typing stubs for requests" +HOMEPAGE=" + https://pypi.org/project/types-requests/ + https://github.com/python/typeshed/tree/master/stubs/requests +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64" + +RDEPEND=" Date: Sat, 12 Mar 2022 02:14:55 +0100 Subject: [PATCH 12/41] dev-python/types-pytz: add 2021.3.5 Signed-off-by: Alessandro Barbieri --- dev-python/types-pytz/Manifest | 1 + .../types-pytz/types-pytz-2021.3.5.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 dev-python/types-pytz/types-pytz-2021.3.5.ebuild diff --git a/dev-python/types-pytz/Manifest b/dev-python/types-pytz/Manifest index 487f3ed8ad..0dcfc84090 100644 --- a/dev-python/types-pytz/Manifest +++ b/dev-python/types-pytz/Manifest @@ -1 +1,2 @@ DIST types-pytz-2021.3.0.tar.gz 2034 BLAKE2B c104024d3758d13cd898a0a4fd3f002765bea6e7d1e5c8112e08ee772dd7298b0e9dd6d84bfb95ed30c792734dbf8ee1c4b71baf3245d4063ff389c7c7fe51a3 SHA512 2d30f0e04876b76642a475942d2059fd07294d8d5a8218f3022bdcd861d62596376f57d8450f6ec6d7380a9997296f76815278c0b61562d7bef710c371f8feb4 +DIST types-pytz-2021.3.5.tar.gz 3030 BLAKE2B 59728927f7fe6828659d915b0054b7aa9a937b62d474f694487dfac45e5e605de62d55a71bf1155ccb0eb6a2519b393f09979bd3f12c8c06998edcb6d54b7d8a SHA512 6c4c99ce685d8a6e9b3d0f8e26b64c54505880a1fa139850822c61f16f967ad3efeb5779c57a2005612974f6e35a25808585b346fe7ca97e5d7a5ef08d2ed26e diff --git a/dev-python/types-pytz/types-pytz-2021.3.5.ebuild b/dev-python/types-pytz/types-pytz-2021.3.5.ebuild new file mode 100644 index 0000000000..47dfcb9615 --- /dev/null +++ b/dev-python/types-pytz/types-pytz-2021.3.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Typing stubs for pytz" +HOMEPAGE=" + https://pypi.org/project/types-pytz/ + https://github.com/python/typeshed/tree/master/stubs/pytz +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64" From a5ecc6d74e58e30fcda88a5707d594b01de23694 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 02:15:51 +0100 Subject: [PATCH 13/41] dev-python/types-python-dateutil: add 2.8.9 Signed-off-by: Alessandro Barbieri --- dev-python/types-python-dateutil/Manifest | 1 + .../types-python-dateutil-2.8.9.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 dev-python/types-python-dateutil/types-python-dateutil-2.8.9.ebuild diff --git a/dev-python/types-python-dateutil/Manifest b/dev-python/types-python-dateutil/Manifest index 262ceb3094..dd307aa004 100644 --- a/dev-python/types-python-dateutil/Manifest +++ b/dev-python/types-python-dateutil/Manifest @@ -1 +1,2 @@ DIST types-python-dateutil-2.8.2.tar.gz 5661 BLAKE2B 005984f976234aa1e0b1e8630f3bb6c4b86919b86c39791c07101b6ad3263fcc9815044d4b29d4705a6d7f42164d4e3605e031594d1465dfe0187e60527d1f0e SHA512 95fe5b1f8ac13f17f5338f8db7239f8afb9b2c5c7761b78319c03f893f03d27137056181f454c8cbf1a0757ac75e53e798b836b9530bcc52d4be7cc7e50d89be +DIST types-python-dateutil-2.8.9.tar.gz 6613 BLAKE2B 899f37df550666e586c118e27860a2c0fa3b6063e67880e34bcdf3a76a1b4263e61979fc0593525f663c1cd99c5d097dccd2bd0fc422bb181b20eb95f326b202 SHA512 ec4ff75e361afebce93115755c2137d39d5145eaaf7b3ef32de2c9c4518d1ed01d7cd9c489cde2f4e243cf547068f4dd944981b3f163f12f38949dd4091c7dbb diff --git a/dev-python/types-python-dateutil/types-python-dateutil-2.8.9.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.8.9.ebuild new file mode 100644 index 0000000000..adcbd91977 --- /dev/null +++ b/dev-python/types-python-dateutil/types-python-dateutil-2.8.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Typing stubs for python-dateutil" +HOMEPAGE=" + https://pypi.org/project/types-python-dateutil/ + https://github.com/python/typeshed/tree/master/stubs/python-dateutil +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64" From 78052e08aad70353555f5e59c62d76f541308907 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 02:17:33 +0100 Subject: [PATCH 14/41] dev-python/types-paramiko: add 2.8.16 Signed-off-by: Alessandro Barbieri --- dev-python/types-paramiko/Manifest | 1 + .../types-paramiko-2.8.16.ebuild | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dev-python/types-paramiko/types-paramiko-2.8.16.ebuild diff --git a/dev-python/types-paramiko/Manifest b/dev-python/types-paramiko/Manifest index c78e8dc3c4..d4e7cb735f 100644 --- a/dev-python/types-paramiko/Manifest +++ b/dev-python/types-paramiko/Manifest @@ -1 +1,2 @@ DIST types-paramiko-2.7.3.tar.gz 18616 BLAKE2B 0259c2fd7d6f051e377fa27332012cf0defa1968d02b7f7d33720f41e5991fc27c898717411ad8cb9c3583724d7aa269d99ff569dd6f0fdda0039b6a8e6a2860 SHA512 d63f6ddd993b0ccf55e5fbbcbe0e5770a467c9681ded16db19b6eeabf4f3e83a6515e86ba6f72144cae7bb5c9860cf4849223e114b5150bc1c59ee223fd9cead +DIST types-paramiko-2.8.16.tar.gz 19948 BLAKE2B 9230c958b3644d8f2b5e644fa24fac065577d3b4ce3b7adc71f8aff00a932f4fd146b83333f8d867dec8941b753cd9676bb63b357d5ba7880861e9f1ffbb1946 SHA512 5e79cf930f281315c0996f46fa7c78612680da3d737cf650b0980d2cf97a825c9956afe1f20c398c200f52edf28a722505b25518f01f865dc652cafe5ed7e83b diff --git a/dev-python/types-paramiko/types-paramiko-2.8.16.ebuild b/dev-python/types-paramiko/types-paramiko-2.8.16.ebuild new file mode 100644 index 0000000000..e2a0b2317f --- /dev/null +++ b/dev-python/types-paramiko/types-paramiko-2.8.16.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Typing stubs for paramiko" +HOMEPAGE=" + https://pypi.org/project/types-paramiko/ + https://github.com/python/typeshed/tree/master/stubs/paramiko +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64" + +RDEPEND=">=dev-python/cryptography-3.4.4[${PYTHON_USEDEP}]" From c1e21934f0dbfdc3f30f30b3cfeb7042097c2265 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 02:25:51 +0100 Subject: [PATCH 15/41] app-misc/zellij: add 0.26.0, drop 0.25.0-r1 Signed-off-by: Alessandro Barbieri --- app-misc/zellij/Manifest | 22 +++---------------- ...-0.25.0-r1.ebuild => zellij-0.26.0.ebuild} | 20 ++--------------- 2 files changed, 5 insertions(+), 37 deletions(-) rename app-misc/zellij/{zellij-0.25.0-r1.ebuild => zellij-0.26.0.ebuild} (95%) diff --git a/app-misc/zellij/Manifest b/app-misc/zellij/Manifest index 695ac6e10f..d75e4da8fb 100644 --- a/app-misc/zellij/Manifest +++ b/app-misc/zellij/Manifest @@ -63,8 +63,6 @@ DIST darling_macro-0.13.0.crate 1915 BLAKE2B 15572e0e3d8122d5dc02929decd93338082 DIST derivative-2.2.0.crate 48076 BLAKE2B 56d27e27493c3b818ad45703efda607a0a0d9a48b0d43785b6a013443b8b964b67bb5b5284d242358415c5fb81b86b02079ee7c0595ec07bc658240eb114b887 SHA512 3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da DIST dialoguer-0.9.0.crate 23539 BLAKE2B d7fb00405377db6ba3e951000e0feb8866d452495d505f223560b8ef589ee8a231812d8510cf242582a732d2eb6850d459f1a7aef334ba7fbe1e528b21b9086e SHA512 8636a89cb05e54f36799576a0431b969a359682221b07cb68e59cd83adb22936daaa7bb2b38a31d1a8fcf8043838437c543787401d628cd87892df17d1d485dd DIST directories-next-2.0.0.crate 15153 BLAKE2B 8bbd996cfa72d75fe7177a9d8be7fb6b96ff3fc456b7e06db61cc463a83290765d68f09da3bf8b9e958553b1940ef35f3a4a45d179918ead92f604dd05512470 SHA512 5a0c094dd2e858c59c93655d5abce1282866ced1e7657397c62f959078adc544bb895dbcd2ed578ad7dd0122d8025deb0bbdad955ab2aaf43d9a0dc7d37162d8 -DIST dirs-2.0.2.crate 11779 BLAKE2B d1a6152d05a98eacff15c6c7f1f550d475b5a1cf62e541a2fa8b9836b9a1ea6b98f9314341dda35929b968fcf8a47dac7679c5c0b0dd97f21564a8d469c2e254 SHA512 34d6e5956c9db1dae965d33f13c64dde59d3e0e18cbdc56c02f7f31cac8e0034a80fbb561e0a73b8dbd145f85b46fc4e8a147b4c946b5816d8dda6caef185396 -DIST dirs-sys-0.3.6.crate 10626 BLAKE2B 6da8e4a1e51a4e06ab742ce5eb75155ff9b7cbe83f06947a0bfcda711ae1e0dbe51f9a1e1733ba771f2daddb2b8b14e343b9615608c1d9a8fb927b033c161b15 SHA512 79b6bfda14aafa3839365496e1b1926f763d3569e4e138a59f4acae15c38ec9a3bdcaa64293b03b536141c897c2bf68a67d7ae5670d86215080aa313e53d39e5 DIST dirs-sys-next-0.1.2.crate 10681 BLAKE2B 71431533dbfd6016cc309c14a842ac8d43577abe768e69bd2caaf7d19d743f3ca95b9b0be1747077282089c64485f3d4e24bec8e56d4d883f25e494d328fbf3a SHA512 b3c40a8e93d4f9f4a890718076e14779aedd67a79da61b466788268c1eaea19aa493f043a7e410f5023a23d5509e639a6fc6681fbee30e252a601091cfffa2d5 DIST dtoa-0.4.8.crate 16175 BLAKE2B 5fff15e66c2edeb9eb9da89c66389b3a9bbb891d75afc3bb7da4dcbe9cad9e50af318cc8cc01cc7e56730763e8ea8ceb33b9447d1a7fa52a8d0f0d2060a97522 SHA512 fe1701ba2c40988b92f5f4ef78a8c81718b140ff8ca2d04023b09a89440e6ddb53ef36d1ebd9dd3e948428b361ed6611bd24ec1a31b5010c220c555e1f0bf6b8 DIST either-1.6.1.crate 13641 BLAKE2B e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70f3932dce72f6f6e91f75f24d17d82bc447507def4dad4345ffc9dd9162dde778afb253bdb1218e91887949 SHA512 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf @@ -90,7 +88,6 @@ DIST futures-task-0.3.17.crate 11712 BLAKE2B ca42fc54c3a3795e59b423fbd1235b10b4a DIST futures-util-0.3.17.crate 147679 BLAKE2B e29d07117a7285fc52a390821299f55da901573a5d3df6a1845b852488f98b359ef35de0aa3fe05e613dc662247318cf3df5aebcb00149012c6a3ff24c171a57 SHA512 6a87b0510c3f8214ce14b7f333d212558647c523b5eb7da36dfe4f694e0ca4be3cbf97fdd7bfff5e0c7015644742d74d6184221482d644653a106d5564722fba DIST generational-arena-0.2.8.crate 20899 BLAKE2B 73cccc9e3b836ddd37e7f64b6389c7bec6763ac9c390a5a9b4adc9b35200e7d26d21ba0748fc808aafac52087f552a4c56e8e10ebf8d016507e1781c579f1e73 SHA512 a5e073a8d26aa32b617fb4130d2b9401c3a3d9ff51a2910f2de4de019ddfd2e5077f2489acb40330e640c573139c1c911ce59a36011bd439c011a3af922bdc1d DIST getopts-0.2.21.crate 18457 BLAKE2B 10651e947e49acc768d99ae56ca5a7f37c1f61bbd1674e2ca58e3ae563fd64f3563d53ccdd0ae7a878710a39e13a99ac8c274974157db2c691f8c222de14992d SHA512 5515ae6ccb0f03efb783683f46cfd1755342c4e83bb673ff8914c7f9dea0dae333f8d9703865e992659a359067df0e8b0e2253de0d4b0c7707cbe7d73401bb1f -DIST getrandom-0.1.16.crate 25077 BLAKE2B 0cbe96c27e78100c181a064e5fe524efa9a7a267fe60f8336d2ae0125883acd5d575ff17d1d56607255d9b2c30cb9d962026fdea1a5c3c29a5e0760d27c3136a SHA512 c5450c522c07c7a38b326f9a9062bac7d089630219d577ea4b55abad4e0c31d17b7cde385fc43912dfa100b42334e7a52422c55fda8b738caae428c6f9addb53 DIST getrandom-0.2.3.crate 26261 BLAKE2B 3e52a87b9355f850e07e5080c20e1ab3acfa927bae28c63bb8bfd6a773ad77be96d3ba770c344631cc0f2d9a95aac920790173168b102e25f50480ee96663569 SHA512 e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d DIST ghost-0.1.2.crate 12777 BLAKE2B 34293c1ec8412ef207627ca2a041f2dd8822c2d8990df8e0f17ffdfc865a1662991a80680c484ddef505758578177d358c2e56003003a2cb685f07a41d6a9feb SHA512 4258fdfab59946a4955f053cf0b73f964d5bdf25ac9357ef8f4cb21948299fb749bf0c0e89a9c1e95a8606e74c6b3a3630fb4f6316815d83882a9531e3b78b5a DIST gimli-0.22.0.crate 704135 BLAKE2B 6005ac1e358ad80f8005f02d6e606c0c46d3bb4c71ee84090999d031ebe4fc1177530bc7c641156f104015c8ba9ecfd9988e0b3b33ddd53e977423ec07584b30 SHA512 71d806bb2e675ceed595a6367ae2d991f5a39cca89f371c393cc97d3c4c941e227faded1f83834e7599525aed821b91915268b500a4753fa002a898df79c399e @@ -116,7 +113,7 @@ DIST js-sys-0.3.55.crate 70499 BLAKE2B 6108d6bf4be72dc93db5c2f45d59dcbd7b94edc02 DIST kv-log-macro-1.0.7.crate 16842 BLAKE2B ad3c028863d78730e4b2bb2e8cb980581b13d741b5dd2b76435ae91f5a7498a1e9f99178a0c9370b693a3af6a95c0682ff0d63e81a2515a267c6564d50ec3683 SHA512 aa7d79ae599930dcbca06f77590d9623dce461b118435dae1a4128fa8f38149a820109fe4bd1f19944b67285cf1b41bbf78e94b47e561dff1af683953c55a697 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23 SHA512 e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 DIST leb128-0.2.5.crate 11843 BLAKE2B e1e298486eaa14ee39b574adf8b628500d07239d32ea69830dceb0b08e43cda39a6704dcc69478c4c92eb3469582f97a051854d6fd9bfddd1059d5a718951974 SHA512 ef07318c1da0e130e601595256abc964e8fc9c5733cd93ca09203bd4869daaca0d92b5103481376723b20da57ef320723250125da59f9b39f8533a01bce93780 -DIST lev_distance-0.1.0.crate 3658 BLAKE2B f5308ae8097d588db22d1dd2b71763914c8ef750fd1804b629a272a4bbd3d6d7a5e0f02f398cad46a4f44a28343c14f54e22cced4c532dd66ca44a5fcfe5a9f5 SHA512 7fe2f2f6ad78b83cb78b0c427b10653ac3e7fa0039fb9434a9aa36e59e5acf13600f98ec14963e0e5305dddb7f37186d3815130e69566033f726cac7be21c844 +DIST lev_distance-0.1.1.crate 4182 BLAKE2B 7cfd3f080fb816e62e760f6f306d897c0885157a6445a6024df201d643292b3b3558009e33c617f5742691bc7958bfd7a5434b0217253353b5ea010dea3e5631 SHA512 5a587a01deb332de8d900bf7af827f7609375e6c61e8cd252b19d754b3ae8c414963076c9fab9c7ac7c09dbc555b773e9d9f896fd0f0006036af45e160a1f5f6 DIST libc-0.2.112.crate 571445 BLAKE2B 3936f4fd08cda0ad5be7b1ff417b6dfc9abad14ea5cf647425d8a2e7306275e958fb5cab4de9eeaab95065176bc295065bafec3846ebadb6e15cba20de495280 SHA512 6c1a027eff21d3ef8078ad19b90b06d90790919a848e95a4c878e8c8b850d2e9be3fca36d8db39b24e472f15e5352ead1182d5491a0b382e06f8c3ead379c45f DIST libloading-0.6.7.crate 25037 BLAKE2B 108f5b10c60986ea89f4c754bd3c6d4b73f70a7352042dc1a177ae40a98f716171d242c9f52d81ec47972e55457cf2421ce0578995c644de1da3e15fe8a6d234 SHA512 4f4f37c5a04c20860c38407e8c7aa81386dfeb091773e480dfe87b5fb2a462dc195ec0c39a1add59cad7620373a671772e8f032f4efc624580c6227ae902e10e DIST libssh2-sys-0.2.23.crate 493516 BLAKE2B 00c0c1396f3d6723ad750112e7af8c8ac098af7b3d11e3fafbb4dc3b90c0defeb8184e007de3c740bf1111e12a53b71c355d697c4567deb3a30ebe3fee2e0caa SHA512 9617fb1d5826dacce23658b42e3eb3f8427b33db1b5a4424081e148bd90a3f776aa50ef66183c93ae19086d64321fc10b19b1a496c3feb12a669c7313cdf39cf @@ -137,7 +134,6 @@ DIST miow-0.3.7.crate 24563 BLAKE2B 24375754245e4ac50620a8b6da6b21958914a6af6422 DIST more-asserts-0.2.1.crate 4221 BLAKE2B 2b304dcf0bc0968da058060d63fe1ac335600197f08d69181e30ef2e7dc882ade298cff3715c6aead8117a955e9941a6d767310dc251f3603690fc8e915fbca1 SHA512 c59904ea946f943a7c6263a84b2691f546597d946c952098d546de64fda4623bac3d4ad943d16abcfe2f5bd1c5810e2fcd399212c68c2a3bd41fec6830a08e4b DIST names-0.11.0.crate 12123 BLAKE2B 61f6b1a3468b5d5d973cb0afba254c273d0e7aac7726fec8732a7422eb26475e05829e4b0b833b7160ff35ff078337b37668746170efabbaed6cb9f17205d8fa SHA512 78934a6e5064f98ee804e4f437a413c8ca68e72a71c585f57776b2429a2be3dfb96e69e27b6fa422b55959cf2f59c965113acb5979ae96dd183c81fcf2e15392 DIST nix-0.19.1.crate 213462 BLAKE2B 6abc355e7635272adf3933ec5835704a1b1b13b2d2a0e1a4d93280d91093184c7a0a115b75aecd44420b5f4f8e766fa0a86ae3cb96f71ab91bcbd0455a2bcc09 SHA512 0ac549babd0ea438825ad875dbaa4563d8eb90d83160dde429c0a97bb77d4ed3f19f1ad17437c61da69aed3f23382d464e99bbed0199678f7de41cd38953b51c -DIST nom-5.1.2.crate 136174 BLAKE2B 32387d6ded0fbcdee8a1a0d0a08cd36bf92c38906cd199b574b6b9b24f6c245f2287e04374f7d84e2867d2785aa16d8c01ae3bd3bc811829770232681e2d33a5 SHA512 53b8ddab62475588efae46c78b5fd086a14c0fa505c84e625fbedd6dc74d4ac047e9fbed7312b797f126e9ca1f056458d8ffe0ab13f0117de685ef8b43f86aca DIST ntapi-0.3.6.crate 127221 BLAKE2B 5e530c90eab66c73fa1864084eb462490bb0cce58ecd9e22659d4933ae94871c722dd2e9b351f9ab620a0e45779cc2030cc65bc6badcf9ccc6263d0850c11447 SHA512 c07f2ae51e4fbbe55de9f617d333e4042a93de69e9bfcdd44acc1b342edd88cc2a360fe6710d9568594e2c0990776004400d0741e61d1a2a1cec4a645c4cb035 DIST num-integer-0.1.44.crate 22216 BLAKE2B e1c08427e006cde6f2084adadb6086e87e6d6f8bb8dfa757a8228aa671e862a366e4bd8ca5e0500008c18bab128aead9bd5b1e53568a4f40afadcaf3882ee98f SHA512 d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 DIST num-traits-0.2.14.crate 45476 BLAKE2B ae310d9d5640acc3e45e1e5d1d2f519539795922c0058ee940c94c94b6654b39358b7c18dd23a276f2c1b16a30dd4de4cbc8575bcda6a5c11e70665d670e6439 SHA512 c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e @@ -153,10 +149,6 @@ DIST parking-2.0.0.crate 9714 BLAKE2B e3ecd48e90289fe173b1419ad3f68350dd05359461 DIST parking_lot-0.11.2.crate 39869 BLAKE2B 67c555e87b68f5763a7790563fd8d542e126bcb77f91267f3b76c51fd73060a2c32dcb91f9d0db7ea772e555d91576c8d7ff48053a9c35fbd3b749d2459a660c SHA512 526b176363dffa59501c18324bb723a3846ef5b0ff9bf1d890e40ad10e7023284f7c8012eda87520eaa94515ee828d9ef52692a9ed590a55e176383d6d472f9e DIST parking_lot_core-0.8.5.crate 32466 BLAKE2B 44d9cb65444ea93fded7e216e3bdbe2256ba1611f5cb6f80d67a01e71d428b81e6c7fc73cb928e2125f34bac0abf4d1da39f622e813dff89b01fed7632308b7e SHA512 c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 DIST percent-encoding-2.1.0.crate 9748 BLAKE2B f3ff35ac683724b15e40c85e0fb8ececb07b61beeea82b7020f02d27df05a8a3535f157b3cd688533e414d6541de7de8640ef4756706d8061af0fec94ba04ab3 SHA512 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a -DIST phf-0.8.0.crate 3902 BLAKE2B 3f1d4f9c23cfa2a3a0b7e4f809ff00783d71bb4839b27246d5244e5aee61a211498715ed576f00749e8132a6af1cdf50b2eb27d2f49896f006212981886a0e44 SHA512 a3013c4106ba72aa3cf22bd3f903eeacc24ac7cc47aad791bc5e9a63e1aff928a537399b6a86b0346c5eb37979ec01b404807e622e79a0a70a0e01e63c07a47f -DIST phf_codegen-0.8.0.crate 3192 BLAKE2B 65c733fb896fa034c97482d122a2ed4c39d763cbb65ee48a229cdb320910aefeef125674bb1305a4a12f5fccefd71f859e33cb26c3e6be09ed8f776f9ff9b463 SHA512 6649779b50683b1b83c89da921ee52963fd517660540148e9ba4b59f9639c705e08400c4da972880ed161564816c7ad45704d6bd51d1429717137de8f46cb941 -DIST phf_generator-0.8.0.crate 7604 BLAKE2B 936c9ad95d2d5b6b4bc97dac9bcf99813462950f6280d9cbb8c8ae9253d3197f25b8173c202cdd51c4a2d3f422ca1d6f5c9055e7a87e45b2dc5fbe5aa6aa45ce SHA512 de045f47567defd43fe32fc62191a9a892e5a478e1a84b853cff3005e94967ded68e5770eacb43f2e97e58b8f4283327a38a3bdbd55e1d5c708dab601ea66270 -DIST phf_shared-0.8.0.crate 2860 BLAKE2B db48d88ad6e7aa6bdb2f6750ab66063a55d005b4f5e92ededb59da1f1fa9b1296d30f87d32d036f08e3a74111ea4d8287e8eb6c86d0edd76b3ceb38f223696db SHA512 6ad7ac732b7cc42e7e179329fbfee7074d26652d73eb4f2b97224491d978ad9b14c66e5a539c96b84c70124ac44cfc009bf963a42c438d028bd9737b99f463f3 DIST pin-project-lite-0.2.7.crate 27212 BLAKE2B 71997c66fe24bbded0030acf9d460c8ecdd07f7a047007413ad5daee06ade30ce487e7f921d610f9e0bc7aa036391f6c595493d9b7d95c17e9195f5a2b23441a SHA512 c948201981269f6f54da069470c56c5b9c4c6f52e349dc7970ad828d412facfbb66a09745c0565b4320fbfd1aa7983f3664604f7ade37a30cf25ce253afe8749 DIST pin-utils-0.1.0.crate 7580 BLAKE2B 457e1287202f16d1873b24bf4f1de1828300128c4ba3131758e64f9784d36d47365f22d85493c3a85d854f0d8dbb4c6cef3a0f5b064014dc03943e58b7ba9178 SHA512 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 DIST pkg-config-0.3.22.crate 16145 BLAKE2B 346b67a2000eb91ea8867e5a861c87a7728909d6b20dd00c9b4571d89e5308a108906fc80fe3a2d014fff0411d9bb30fcde224abf8f4aaf37164107861083bdc SHA512 435b9d99a1975692db3efb3bd0e92899c43ba4003aecc4859dc71cd2175521973d5cbe1be06fc3b40af2a7bbe1b0a845be73586c0cd96dc218bc4fc7dce11107 @@ -171,17 +163,12 @@ DIST proc-macro2-1.0.32.crate 41003 BLAKE2B e8da70dae2ee75aa2c344602e55cbbf9ee53 DIST quote-1.0.10.crate 29960 BLAKE2B fbd4e3e0e0f452e64b30399fdfaef318cead505d05f0c61db61a7aa3cd5a3300220b4ba2656603f88bc0b535390ab4d0ec101a919ace1d442a3e979f08e8d48f SHA512 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 DIST rand-0.3.23.crate 11318 BLAKE2B 5ad9b187fcdfc515c606a73bd1e9aa3215e367659c35a013c9d4d0f80f9832331dfb971ca370a627c0a2afe2b8860514740e00b1d7572e221a557b5570cff6ff SHA512 a4f46fb7dfe39677dfc112eeb56fb3c28cec4cdaaf95f336f2a494f0b2b30fdf22ceb9ea956f90e13c7ffe711a68aef9fc1a80d9a911d93221ae263c243fb2c3 DIST rand-0.4.6.crate 76401 BLAKE2B 5593ad2d7fb8214d917e2eb734f5eee548f48fd699c9fccc0de9c0c6ee49803a426492a25fda2ffcf844169e2bca00709d4dcd9ceede72a4667ec431f5502fda SHA512 a91c6da7188b426bf9cb832892ee2af87c4cd65fad505c34e9c63343da71efe8c0c67b75c405dca5345317b7940d1d0fc0b20be85afd6b3089203e5698d86f0a -DIST rand-0.7.3.crate 112246 BLAKE2B ecc7c1bd70ac874c03bd8b7faa3016bb2d5ee5c19603280a12a45a81598f706e445971ee081e6ca410ab6f0f5f7a06d9315848cd556a2d8522a82024f6ff91e4 SHA512 f9b68ef9446f1ca2c8092c50990f15c1b4cb5529eeeac4df8d69755e0b7253c663c587775e7cb0a7298c31edb444975dda34926759306541f6d43d0d3cf57b7e DIST rand-0.8.4.crate 87406 BLAKE2B c09358416d2425a8243b623346fe71bf6f03fddab1a23fc752f4303ba7c241b3606629e4edf0ea720785bda0bca534acd675c2de079b78eac3df24a1ad6ba654 SHA512 77ae0e988e31e12f7d3f2c40814f930eecbc94c4aced827c337be78eeeabf39fde2dc5c4fda059afdc01285ff4afe30393c32694377de004feff16207606558e -DIST rand_chacha-0.2.2.crate 13267 BLAKE2B 7908867ceac98243ade22e1b38f1903fe0249324484d91c948a5058a1e099e5213f325c5ba3400898c8319158ed69f4ed064164f235470856a8191bd990d5a10 SHA512 1e2117442e4ffdd834dcbf0ea1829e73202c0ff9041d5969d81a59330242145f2753f2a56de2fdbff65f26cf0d227c7d08b2094ab2f946b764aef88106a6ac84 DIST rand_chacha-0.3.1.crate 15251 BLAKE2B 645771b2c3e274f085e0837a20306b1d59f6e9032fba8eb38a6d1b30180d15e2f89ffa2a162bf6358da41e030098242d81e71dab4321980d0a4f6ddfc2974ce3 SHA512 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 DIST rand_core-0.3.1.crate 15483 BLAKE2B 2e09b3b3306514c29bd7588498e79be7353de656d8cdeeb4dfc6a1ad092f15a861c2ac20591ff71f7f60d986de9a09c860de4a9f06799f04e736b31bc70a5fbe SHA512 5a7ae601124502bede760fd3179c2b28059ebc3b5983bfcb6b8fa62fb58df95cedc1aeb2734e792d894dfa4620801c13c29702f9cbee64243121575d4b6b9114 DIST rand_core-0.4.2.crate 20243 BLAKE2B 22fee5e44127eee047ad8abcd9dd828befd0feee77ee9a0bcd4dd42174b1e650f2a19f1f3b39fde937e58c17afaabf7231e2aabf214c2eb22edf3f85b73f6eec SHA512 f7ae3b690e2cc1fbf2707ee04b752bc5472433f737ab581f9872f7c5660966bc6be45f0c5d2cd8771105df6d4a9d206c55f5cc6ffc1693b46e1ae03a2883b028 -DIST rand_core-0.5.1.crate 21116 BLAKE2B e74791f941a79971f2741172d489d546373c9abcb0dfbffcb7b97b858ec800b2e0c97df4ac636f3aa1b8dd6c14685edf317336d577f31b5c6cb7d89a157e547a SHA512 4f7500b35e165e6c817fdd67a50745d5497d24e554bb554705097e37258751e8755c4d6b8a69fcb5e1977708ba78620bc35d640e4e018fcd4e88d9dbdbebdcbf DIST rand_core-0.6.3.crate 21938 BLAKE2B 7c73e2da6d423c68dbbca31f6528bdb3f42fa39b30d0951ca7058e05ce16ef09ef5e047697b33ec17720314f934512c0907aeb892df93d63abd8b63eda2b50a7 SHA512 0fc31f96ca8ebba8c179367de01458e909265e1d627ec0c5620be7c8e83d2f9570471d6ec2cb2bc4bc531505b02fc31f1165708cc1357906791c87123b06ee87 -DIST rand_hc-0.2.0.crate 11670 BLAKE2B 55fd048f2524cecd4f0e17927a81111e3070a8cc6a5b0234a46445400ad5527194edf8c91fb5ad6538f4958d53044ab02424f61a38adb2931e2cb7568c458ee8 SHA512 bca185612bed5cee4da76fb68fe854105da276f5bf2da464e596d586b925df798cc692ed881e276ab77c36b4b0551930966c93656be122ad05899d87853533b0 DIST rand_hc-0.3.1.crate 11891 BLAKE2B b3aa810638390eea4245ebb711de88ccdc2a64350a5c6e14064fea7685d49746b4b77215dbb8374fa7a6cbc2cfd79fb553513d6e551acf64586d8303f7d4f3a0 SHA512 582bb44b81c27e698eb57c6f06444b8a7c9d3f7ee73f4e14be8004c4bfd3bbfd9795c69f7294b5e87107e86b90fa3e91ad080964474af81c92705d356e43fbb5 -DIST rand_pcg-0.2.1.crate 11291 BLAKE2B f8837f3f3dcd7ecfc90f88bb6464b9f79f7c1975ecc68289fd10a5c97323de9c1106de9847fc798f50d96044e46cca9d41f1635130be40bc789492bfaf999de9 SHA512 612c0d1cdc591f80733bf8097e251f02ef7a7e71cafb74e37b63ac68043558045c0c96196200ad07ce7aa9f2d373640c20e598ae5774935c8b52350ec20958ba DIST rayon-1.5.1.crate 160424 BLAKE2B 1c31c8e3290f76d02347271cb020e50e8f915b7a064f133a196c12e07ae1551c0e7c31883a31ec419a05198d6c71f0057be1b8ddb21f451db9ba40da511a0e1a SHA512 a68e65aae7040a6f6b0cc33b53b4c22929c15504ed4fdf54f5eb5fcaeab137c220b00c716aed96246b6a762c4f1e8be920356231d6c4a0b3e01132b9ab96ffc9 DIST rayon-core-1.9.1.crate 64961 BLAKE2B 7201024124324d2cf2d5785b7e79d2195adc7de576b826a9c28603dc44f1b5de46d277b791a741413c85facb4f4a552bfd55989a190f6f5ea3df4bbd32042f66 SHA512 c24c34dc488171ce476df145e8c6953d35fea93412805f6c411ba8b8e9dbbd733610b291203ee91bd265b766b78e14ba15a7b587e8f0ae8bde53f60e0644ef78 DIST rdrand-0.4.0.crate 6456 BLAKE2B 330ee64d998a0358f95a3dce50b3e1bbda531a3b613db7e5ba4038a1cf7191b60be3a0f33416e05380c41040704ce52727928915e9d2f4565d39984d1c86fcd6 SHA512 6476275d124bee28747191471e8d8f321a3b1c148c1f2a7ece4175f5244a7de90afe5f99d2eba5244d886b92e38232398864bf90e6d434b09494533942c8d894 @@ -207,7 +194,6 @@ DIST serde_yaml-0.8.21.crate 42603 BLAKE2B 4556a2cb4f81a1cc3ce7487caed863eb6403c DIST signal-hook-0.3.10.crate 48491 BLAKE2B bd962fd39589084ffdd05701340674b7d4519c6ba1a90d61f07e50d5eac6bdd1ca5b5e278c7f76f1e62139e8d13af29aaf9f377e84e53684091c23c2356388ea SHA512 3b6949f4cad0a77e6cfba2fb16d7edaf52737419ebd525d5d1905152cc1c73e81d4adb676077b9b6c144b0812ac5059a0f1032fe2c5ed450be2c451b7cf32e9b DIST signal-hook-registry-1.4.0.crate 17912 BLAKE2B c50ade90e580e5f009832d812299b33529e53f68e6f1b7f5f9b5ac9ee0de502825c7bbd66199a65d4494152809eaf3dcfb676152c5b4f66c7a38b33551fcdd30 SHA512 b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d DIST similar-1.3.0.crate 50316 BLAKE2B 52093295fe68eb8770234917eba595b29a8cd70d031810240b686311186770bc84693393a3a758af88ecad431a03afae8f7626992e71deea62da8e503b212c86 SHA512 b1dac43732b05955af980df887e77f3b9429e8890f8bb85ea1ae91853f109c0e02ce5fba73d33219030e153da22cfa597aa96240cbb6cc543ba57881b9fa7948 -DIST siphasher-0.3.7.crate 10097 BLAKE2B 455b5ca81418aee667b4fe16092435e025353267e14cf4f911f5d48a18d9a46be04452ce1451a272f8b2073ecf606c6834b6d06b49687474bb7ac226383aa7e7 SHA512 4a8ef56085742de7ad638194b21ff3e315aef6de9b7590e736071859ffa2aa4a28cdea7e05ecfa781fa35a40505086a36d84bdb3ec40d679f9b83c2edffc4d3d DIST slab-0.4.5.crate 15888 BLAKE2B da43a90a8c1e8b8e0d353751cfac036076be56421f80ca5c911f6e30fd19f43e2ab50be7163f22b2e9785286941d62f036a6778b62f2c9f640f48501276eec78 SHA512 9ab2db11b5da437148486a7da44f06eae2572a735764711145738f9da66b1ccbb8b974ebe3600d1ff7a6ddf07d1fa9dd04c9207c4ba54eaa8311c41d317182ca DIST smallvec-1.7.0.crate 27459 BLAKE2B a740a4b7448a4c8d1bef59cfb6dc9a52145e40eeb38028c64c880f31800cd3a4cb8be17394742239dfa7fb692c749f9edf70e6df02abd7a1bff288eec38ba24e SHA512 d061e0059cd6bd1636424374848aa1d4edd21f75605844a7855ff5d343dbdb71e6eb14bd70de7947ae7ab58f04ff096a5e77aa9a1ac14cef59f657685c846156 DIST socket2-0.4.2.crate 41721 BLAKE2B 453dd4071889bb0f27b8f99cc00230214a51c6855832401e85fefcc66cb6e4599d22fb64e50c805622d438271e80b7c90c349396721a49aca60c927fa9c2d4d8 SHA512 af4641d98737bbc4d14e82d91791af4705f9dbbec4d8b3a25e7e990a5c7ac25b48eea6c4a743b09db52a037c67a7b676147087688f4e29d6541dd1ad7ff9688b @@ -218,14 +204,13 @@ DIST strip-ansi-escapes-0.1.1.crate 8668 BLAKE2B e140f9cf55224953f0fc64480cb62a8 DIST strsim-0.10.0.crate 11355 BLAKE2B bcb25ad0a7284e24e4f17ebe0ccb621bdc4118e499b50b094d98aa7e8fcc0b96716c9953c3516ce7ea78309d41d424892ded595259696a5bbffdcb07802b5c2f SHA512 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 DIST strum-0.20.0.crate 5172 BLAKE2B 755be909504b106848079cd975331dafdf24914ebc22e5642d2b0e867a3619eb7424bea818cb3228d17baaafcc6ffe6ded22a5fa802e96e3bd685c7f94391cbc SHA512 4de0497d47ed09931107a7ee8a7b87fc00c38ea578b7c5910df98c71b3df0970b3cf0d629844c0e9a52864d43887cb435c0f419d26a68a23d0211ab0e86d1989 DIST strum_macros-0.20.1.crate 15634 BLAKE2B 61b36751545b80297a8f66391175cedb8bce5a144014eb789101f9adeecdfb85b76b598f9db556b64804158dc8118f3f9bbc49f13a4c99192bf68d40017fa4cd SHA512 c209a690370b50698c7489210dd799bb10e53b3e6fc84db370ca7aa3f205694a8f07071d25a75f37970a650bf1fc047e2e5ea4dc588c2604c980211276a6580a -DIST suggestion-0.1.0.crate 3118 BLAKE2B 646508f71820cf7d83b112956c46504b4b94b9d9c8ca06256b7e2c133cdde6a4f9ac8fe5c6d58dad8ab47fea88f87e16b4b8d6bbcfa0da4152123f1938fe711d SHA512 c42f665aff6b28754cff7af35ee8a2d214caf21027949400fb68e90f7ccdc82c54e6c57834fe3f4c12dc06ce8e656c870f19f9b606fd31b1580d5eb5fadf2e89 +DIST suggestion-0.3.0.crate 2923 BLAKE2B 641205c9aee33ac0bc64ecfec07a3dac941642fccea1c1e495b9fd363d01767d03d3e144c8c9e9567c750f45be8e346ca3aa2bafd1d691ad15c579ab66aaff47 SHA512 f4e09dabc624b3d3f373a9b2fd973684602d92e32cdb5ab13253685abced0e4e3bb05c241e07cf2c67a1af2e30f763a97ceeb69f7d5c1c34a3416523b40ce4f1 DIST syn-1.0.81.crate 234144 BLAKE2B 7258c4a0ad0eb0c807912c297233eeb195d22b44cb2078e13e43eb90f1c82ecda6f7672ab072832ce130ccb953c1bb23c8440a3df77b714f462fe39cc6e6e1a3 SHA512 288ddaf4dc5ad2fdb3bc36800d94b53e2bfe9ac74a61a5d158bfcad3728955bebac6a900a5881c7d4abde4f3759515a1dd877e1421c226b85aff99a5ee649390 DIST sysinfo-0.22.5.crate 116712 BLAKE2B 1415ce2deeec9cabc729f526ac37e11bf94e75e621e3daae81a3b0a995e1d810036b1daf6c3732e2a0c7a183b6cd03442e826e4ef3c0b0ddeff8d985df65c919 SHA512 8443b3947942ae788d11f232039a4a852abc9d5b3decaf0f956c2b9c29d868bc4f94ac8182f35660aeb2d856a5ff2cad8a160cb3f6baf039353af2de7eacd574 DIST target-lexicon-0.11.2.crate 21796 BLAKE2B 254923a6dafd0727bbb3626cebc4d16a6f6deead7a9f43e7f8b34debe66c02400ba614a5414202768d89a5c4c4f3cc10d91eae3b52dcce436ac1b085072a6128 SHA512 46d2cab7682787b1ae5024b07823ee706e9f86d08f5ebdfadf308a209ce672a9693c737d1cc9e318bdbb151d22075a93c1a8c7320ba532ae3768fdd1dc5f1578 DIST tempfile-3.2.0.crate 25892 BLAKE2B ea6870c642c5712c7c96072a5d3dc04d75c19cf1413081e3bf53c1ae6c75e05ab537446071cadb5460b34f7fb7715a03005a1335a64139458db938c3415f7c0d SHA512 56d1c5af7cb6863f9eac990354126979534aae7bf298bc8b1c918c7317ce2ba31f53089aaa1ecf8baa4a39d4111d74f4450be82b509b3c2aa0428880029e663a DIST termcolor-1.1.2.crate 17287 BLAKE2B 5ff748064c9fb6663befce2fd299edf6a6deb06ea72d21a62d6e77642934cca0933e10340fa84f636631cc08c76ba83ef2284b2212759129d54248e5fccb4c49 SHA512 f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c DIST terminal_size-0.1.17.crate 9141 BLAKE2B 048d8e8e9dad08aecde12323681d428b9182afb737136cd6699e13d231f7882091c9167cb10a08e5151df912421a6f89132645627e42ccc73d07553cadb1c8cd SHA512 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 -DIST terminfo-0.7.3.crate 48821 BLAKE2B 73c01dc5104a1df1a48ae7c407da7a5600598b86a9df82beb7da3d484c97d8bda3d18789dac558d64f27cb30de4a8d381f6632a09d4982731830b1d16aabb4ee SHA512 9382e8846401b9717dd6fd8ea223ce46a3534466a21ded2325b2d7525a685e6bb588e1110ca421b63982e1881ee3be94b89e594b56e24977e1a185fc361ac735 DIST termion-1.5.6.crate 22677 BLAKE2B b918dc82bfa370bb9662bace34211bc7afa03a042dbd25f4456a7e3859521d4f32ab755780e58070f29eb7903f3b4f8129eb9447cda953b9190f9df3b7eb3aea SHA512 228b6fa7e2f280d6bfc7cef77e7a1d0d8f597178e66af0bde1b1fb6553857b511ba8a6786165815aac6d8a082fd37191f4ea35a47f1e1182f7f2c6086eb34a8c DIST textwrap-0.14.2.crate 52016 BLAKE2B db80b15ba23db718064ef0214578ea6aa4f0ee3b76723adaca131be26b770324205f2ead13c8f5c1e438ae1b5c9476cf1ede8f4ed82426c9d99d9406f2b83191 SHA512 521ab37e03aae8fcce5b909541399fc90a23020e353f95102c658fa94ffc56b9bdff43f47fb3da6e30f5c9cc9447fab72fe21d7276dfa21fe5a1a5a1c874e371 DIST thiserror-1.0.30.crate 17748 BLAKE2B b9d8a8f824de03c57af43d0ef8f2e157321e7e6a220660581299a38988e7bd43733126fc9b8d8b8ae38ac1d788ef08fbcb2352beb5ddc014113e0058c2bf60d0 SHA512 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 @@ -257,7 +242,6 @@ DIST vte-0.10.1.crate 24947 BLAKE2B c7e94b7bba2423d14e5aa85f94dba856a6c984261551 DIST vte_generate_state_changes-0.1.1.crate 2422 BLAKE2B 6e8fb4ce0ca0fd6b9a4dcccdfb02445babbc13d47de5fae9bbb81e8c67ada8a40e8dc5e57c120c36876293b111ccc71e1069ea3fdabade6f9ba5ea2d44ff4632 SHA512 ba09352e037cbd279cbf5641c9783a24f76e54f1f09e13f0ab1ca99c9646c1e3c958e8e302d7cc88431073bad2e2d5619410f2f93f96f1db25f0f0ded0236f7e DIST waker-fn-1.1.0.crate 7114 BLAKE2B e510eec0490f0caca3930000cecccde209ad387d1657c380f95122c68ccc15fcbe0684315d0aea28f094f2c65f7b7b08ae62f6ec95e0d67fc47e6af0ba4589e9 SHA512 80f612597534d9f8bdcd5e6bdff740805efe28242822bc6db360e114a23cb47ff88c74b8ab855bc764f0a73545e85a69d76bce1441e5899a36e41ca270695dc5 DIST wasi-0.10.0+wasi-snapshot-preview1.crate 26964 BLAKE2B 525db01649a5981ee82ad80a1a4bab9baffd235262452675619f36a1b454017a74593c53c129f8c30b865994bbe30ef19cebaad9d245ccf54b9b07ef70d5d8ec SHA512 88e2da617f50d9ebfb1e0c5857321fb86b5ee88ae8a8d199d3cc092e0f39688a2cb68503f7c6bb09dd6bc50a9a03597a1eb2e032150fbd0d0b8afa02ad771c88 -DIST wasi-0.9.0+wasi-snapshot-preview1.crate 31521 BLAKE2B 716bdd2ec46d0bc9911c5e5e29fc783840559931b2563d8619675fc11da9527ddbe653a0f1ce0b782ee0c5f7a3131aba2b0867d415f003aa9c2389357569e7dc SHA512 dbe641f796ee3a5daafcaafc911ecc6dff170340f477c2df7a61fb4858a85aefc2637c9e61973ecce66a987aa8e08a736273a4aad3ef47eaf61ed4268dbf9c47 DIST wasm-bindgen-0.2.78.crate 162111 BLAKE2B a3311e67900961b35a59ead7a8972dcee37671921c0f524895c821658a7b1246403d4674bee1735f1b2b94aa789d5376edd02afe4c8ebda110f4344ef58c9225 SHA512 bedeb2828d1e74b1e373bdf34dc2eaec70dd523e9ed96a341da1ab3729a7cf8470a828ddb9cfd4cf15af6e2fff75b4368553ab4f6f02c8dec9419dcdd7578de9 DIST wasm-bindgen-backend-0.2.78.crate 25576 BLAKE2B 03dc6b255ab9e30f9eb54f81638eb02a05a0b994ddd51f47852bca376a02080fcce596453d688f5e8e7b5a814fd081b9709c1215f7e9f9fec0e4a7a6cba1000c SHA512 00a0ec9afb65c084b64cf9d25f778ab03bf2368a1e0ff213e07b8fe742a125ddae00c7b4d693225d6d798618b0441d4dea3c175cacdb37fdd75b0a46ba3a287b DIST wasm-bindgen-futures-0.4.28.crate 14734 BLAKE2B a8db494634c36c1e2201ef8a73c3233be5b5e0ffd68212e071c82756295bc48f7a7e68fe1f592a1e7cca9f7e831e1372f599667e72ad739ffb80baac07a56db2 SHA512 16914f3218dc523522bab90dbeaa969de300b500d3669efec14e0fc5718b867a6cc849323119b1b80079a61a0656904237af78d8bae1514cf7c19dadd6a7f29e @@ -286,5 +270,5 @@ DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 4d357e4d30f955297217 DIST winapi-util-0.1.5.crate 10164 BLAKE2B fc800aceae5249a858c806c3e969ef2545766099872d856ebee51c883d9acf1122278db9607d50ca53eac351502b700fd2463900932d342240f97f683d517963 SHA512 7baeb661f397c4693dfa001fdc774b323c51a7c55caad40f2de5112a1cefd1d6151e3df41fa4ee193460a5905917c83d2b1de5fa10b4bd014ad96690af95c0fd DIST winapi-x86_64-pc-windows-gnu-0.4.0.crate 2947998 BLAKE2B 2ad1ea8b5fa07d544e910ccba043ae925269b76b26c9da356305b34b86741dd8b9aff0b9ffe3d562db4fcd7d7c46a11ce9e3168b782b1d89ae6881742b7ede82 SHA512 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 DIST yaml-rust-0.4.5.crate 47783 BLAKE2B 3e888c5cc7afb43eaf3aaab2b6f47b86df164a66eb54d4e166b965cc84b1e06cd17bd992a0d6ee175d9a73a76e2b44a13167246383ed054afcf3cc1710b309cb SHA512 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0 -DIST zellij-0.25.0.tar.gz 8626560 BLAKE2B 3c4f110fa2c32d3f814603e5ea66eadd6978fcebfc8147479f616c6da12562931ce0c31639e95629f9471e56dd188f3822ff7a109de9d1f183104795d196d05b SHA512 1d66afd9d03e86234c0470ea623214eaca1c8733f82f711365fcefb06e7e38e222c3c9612b4cee1fb0788bbc8248a9ef6674b8320551f39fb6d83101c3255ce6 +DIST zellij-0.26.0.tar.gz 8654125 BLAKE2B 41c2e630920bf8a149f80cd0991ff09ad3ef45bf5f9ffd91b7734cde605f429edb33cdff7ed0baca24cce4d98321562ee054d06eab7975ed181b2e5b3e9231de SHA512 b43f7ab9ba72be96ad589820e643a0ce50e26e3dd2b8c5b18158e34a0ac96d9912393b5bdf8f86b3f16173fd2ec591a6fde522f92ffd12a0a57ea9ce671a6ee8 DIST zeroize-1.4.3.crate 15573 BLAKE2B 0ebab6e501bcf32c19ea88fdf038c97468b504c5035b2f2477372326e114231e5c959203b2bc897228a05b19ee510f1264d4fad5e33c5539b5c8bdaaff28889e SHA512 c4f3f10790176925fb90ee6325a50c710ff220bb9d37d424e28e8d8de5f801f2ef5fd687f0b720c471ac9e99e02e26011afcc4ecdd10a8229f70bc71a3815002 diff --git a/app-misc/zellij/zellij-0.25.0-r1.ebuild b/app-misc/zellij/zellij-0.26.0.ebuild similarity index 95% rename from app-misc/zellij/zellij-0.25.0-r1.ebuild rename to app-misc/zellij/zellij-0.26.0.ebuild index 4dff3f6288..49de593aca 100644 --- a/app-misc/zellij/zellij-0.25.0-r1.ebuild +++ b/app-misc/zellij/zellij-0.26.0.ebuild @@ -69,8 +69,6 @@ CRATES=" derivative-2.2.0 dialoguer-0.9.0 directories-next-2.0.0 - dirs-2.0.2 - dirs-sys-0.3.6 dirs-sys-next-0.1.2 dtoa-0.4.8 either-1.6.1 @@ -96,7 +94,6 @@ CRATES=" futures-util-0.3.17 generational-arena-0.2.8 getopts-0.2.21 - getrandom-0.1.16 getrandom-0.2.3 ghost-0.1.2 gimli-0.22.0 @@ -122,7 +119,7 @@ CRATES=" kv-log-macro-1.0.7 lazy_static-1.4.0 leb128-0.2.5 - lev_distance-0.1.0 + lev_distance-0.1.1 libc-0.2.112 libloading-0.6.7 libssh2-sys-0.2.23 @@ -143,7 +140,6 @@ CRATES=" more-asserts-0.2.1 names-0.11.0 nix-0.19.1 - nom-5.1.2 ntapi-0.3.6 num-integer-0.1.44 num-traits-0.2.14 @@ -159,10 +155,6 @@ CRATES=" parking_lot-0.11.2 parking_lot_core-0.8.5 percent-encoding-2.1.0 - phf-0.8.0 - phf_codegen-0.8.0 - phf_generator-0.8.0 - phf_shared-0.8.0 pin-project-lite-0.2.7 pin-utils-0.1.0 pkg-config-0.3.22 @@ -177,17 +169,12 @@ CRATES=" quote-1.0.10 rand-0.3.23 rand-0.4.6 - rand-0.7.3 rand-0.8.4 - rand_chacha-0.2.2 rand_chacha-0.3.1 rand_core-0.3.1 rand_core-0.4.2 - rand_core-0.5.1 rand_core-0.6.3 - rand_hc-0.2.0 rand_hc-0.3.1 - rand_pcg-0.2.1 rayon-1.5.1 rayon-core-1.9.1 rdrand-0.4.0 @@ -213,7 +200,6 @@ CRATES=" signal-hook-0.3.10 signal-hook-registry-1.4.0 similar-1.3.0 - siphasher-0.3.7 slab-0.4.5 smallvec-1.7.0 socket2-0.4.2 @@ -224,14 +210,13 @@ CRATES=" strsim-0.10.0 strum-0.20.0 strum_macros-0.20.1 - suggestion-0.1.0 + suggestion-0.3.0 syn-1.0.81 sysinfo-0.22.5 target-lexicon-0.11.2 tempfile-3.2.0 termcolor-1.1.2 terminal_size-0.1.17 - terminfo-0.7.3 termion-1.5.6 textwrap-0.14.2 thiserror-1.0.30 @@ -262,7 +247,6 @@ CRATES=" vte-0.10.1 vte_generate_state_changes-0.1.1 waker-fn-1.1.0 - wasi-0.9.0+wasi-snapshot-preview1 wasi-0.10.0+wasi-snapshot-preview1 wasm-bindgen-0.2.78 wasm-bindgen-backend-0.2.78 From 5c0facb94d692cf475b51824a7556939dcbc0bfa Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 02:58:48 +0100 Subject: [PATCH 16/41] dev-python/python-designateclient: skip functional tests Closes: https://bugs.gentoo.org/830516 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- .../python-designateclient-4.5.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/python-designateclient/python-designateclient-4.5.0.ebuild b/dev-python/python-designateclient/python-designateclient-4.5.0.ebuild index 5b544962f3..bfbb8932b0 100644 --- a/dev-python/python-designateclient/python-designateclient-4.5.0.ebuild +++ b/dev-python/python-designateclient/python-designateclient-4.5.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +EPYTEST_IGNORE=( designateclient/functionaltests/ ) PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 @@ -32,8 +33,8 @@ RDEPEND=" >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" -BDEPEND=" +DEPEND=" + ${RDEPEND} test? ( >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] From a390963e501b1b296347db66470ac5ae80385ad4 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:09:16 +0100 Subject: [PATCH 17/41] dev-python/futurist: EAPI 8 Signed-off-by: Alessandro Barbieri --- dev-python/futurist/futurist-2.3.0-r1.ebuild | 38 ++++++++++++++++++++ dev-python/futurist/futurist-2.3.0.ebuild | 23 ------------ 2 files changed, 38 insertions(+), 23 deletions(-) create mode 100644 dev-python/futurist/futurist-2.3.0-r1.ebuild delete mode 100644 dev-python/futurist/futurist-2.3.0.ebuild diff --git a/dev-python/futurist/futurist-2.3.0-r1.ebuild b/dev-python/futurist/futurist-2.3.0-r1.ebuild new file mode 100644 index 0000000000..f69a66d83b --- /dev/null +++ b/dev-python/futurist/futurist-2.3.0-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Useful additions to futures, from the future" +HOMEPAGE=" + https://opendev.org/openstack/futurist + https://pypi.org/project/futurist/ + http://docs.openstack.org/developer/futurist +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}] + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest diff --git a/dev-python/futurist/futurist-2.3.0.ebuild b/dev-python/futurist/futurist-2.3.0.ebuild deleted file mode 100644 index d6854a2b6b..0000000000 --- a/dev-python/futurist/futurist-2.3.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_8 ) -DISTUTILS_USE_SETUPTOOLS=bdepend - -inherit distutils-r1 - -DESCRIPTION="Useful additions to futures, from the future" -HOMEPAGE="https://pypi.org/project/futurist/ http://docs.openstack.org/developer/futurist" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] -" From 5d2b2c94058337781189d3ba00e3b2c7e1855d66 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:09:38 +0100 Subject: [PATCH 18/41] dev-python/tooz: enable py3.9 Signed-off-by: Alessandro Barbieri --- dev-python/tooz/tooz-2.10.1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/tooz/tooz-2.10.1.ebuild b/dev-python/tooz/tooz-2.10.1.ebuild index 4158034122..1e44cc7cf2 100644 --- a/dev-python/tooz/tooz-2.10.1.ebuild +++ b/dev-python/tooz/tooz-2.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 @@ -30,8 +30,8 @@ RDEPEND=" >=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}] >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" -BDEPEND=" +DEPEND=" + ${RDEPEND} test? ( >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}] >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] @@ -44,6 +44,7 @@ BDEPEND=" dev-python/etcd3gw[${PYTHON_USEDEP}] dev-python/pymemcache[${PYTHON_USEDEP}] dev-python/pymysql[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/sysv_ipc[${PYTHON_USEDEP}] dev-python/zake[${PYTHON_USEDEP}] ) @@ -52,7 +53,7 @@ BDEPEND=" distutils_enable_tests nose python_prepare_all() { - # allow useage of renamed msgpack + # allow usage of renamed msgpack sed -i '/^msgpack/d' requirements.txt || die distutils-r1_python_prepare_all } From dc09cf22aaa369532965d6c2143a724a6f1e54d4 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:16:20 +0100 Subject: [PATCH 19/41] dev-python/etcd3: add etcd dependency Closes: https://bugs.gentoo.org/831960 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/etcd3/etcd3-0.12.0.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/etcd3/etcd3-0.12.0.ebuild b/dev-python/etcd3/etcd3-0.12.0.ebuild index c3a5aa7ace..60491b7c4a 100644 --- a/dev-python/etcd3/etcd3-0.12.0.ebuild +++ b/dev-python/etcd3/etcd3-0.12.0.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Python client for the etcd API v3" HOMEPAGE=" - https://pypi.org/project/etcd3 + https://pypi.org/project/etcd3/ https://github.com/kragniz/python-etcd3 " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -19,12 +19,13 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" + dev-db/etcd >=dev-python/grpcio-1.2.0[${PYTHON_USEDEP}] >=dev-python/tenacity-5.0.2[${PYTHON_USEDEP}] >=dev-python/protobuf-python-3.6.1[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" -BDEPEND=" +DEPEND=" + ${RDEPEND} test? ( >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] From d3b0bbd45164aad4ad4eb7149dd2d9e3c5843bb9 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:20:48 +0100 Subject: [PATCH 20/41] dev-python/etcd3gw: add 1.0.1 Signed-off-by: Alessandro Barbieri --- dev-python/etcd3gw/Manifest | 1 + dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 +++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest index 433757e381..03bc566fcf 100644 --- a/dev-python/etcd3gw/Manifest +++ b/dev-python/etcd3gw/Manifest @@ -1 +1,2 @@ DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1 SHA512 d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d922224c78ac +DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e SHA512 d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild new file mode 100644 index 0000000000..98ebcc27dc --- /dev/null +++ b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="A python client for etcd3 grpc-gateway v3 API" +HOMEPAGE=" + https://opendev.org/openstack/etcd3gw + https://pypi.org/project/etcd3gw/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/pbr-2.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.20.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + test? ( + >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}] + >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] + >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}] + >=dev-python/nose-1.3.7[${PYTHON_USEDEP}] + >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}] + >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest From d53d54a726f0ab67a4dc51f9c5e729c67d0b753a Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:32:25 +0100 Subject: [PATCH 21/41] dev-python/oslo-service: enable py3.9 Signed-off-by: Alessandro Barbieri --- dev-python/oslo-service/oslo-service-2.6.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/oslo-service/oslo-service-2.6.0.ebuild b/dev-python/oslo-service/oslo-service-2.6.0.ebuild index f49d1976ed..43defa22c7 100644 --- a/dev-python/oslo-service/oslo-service-2.6.0.ebuild +++ b/dev-python/oslo-service/oslo-service-2.6.0.ebuild @@ -4,13 +4,13 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Library for running OpenStack services" HOMEPAGE=" - https://pypi.org/project/oslo.service + https://pypi.org/project/oslo.service/ https://opendev.org/openstack/oslo.service https://launchpad.net/oslo.service " @@ -20,7 +20,6 @@ S="${WORKDIR}/oslo.service-${PV}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -IUSE="" RDEPEND=" >=dev-python/webob-1.7.1[${PYTHON_USEDEP}] From 78118fcb8a525db6d6e5f9adef68207ea114c9ed Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:33:15 +0100 Subject: [PATCH 22/41] dev-python/oslo-versionedobjects: update DESCRIPTION Signed-off-by: Alessandro Barbieri --- .../oslo-versionedobjects-2.5.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.5.0.ebuild b/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.5.0.ebuild index f3407c3e99..1fdb22503d 100644 --- a/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.5.0.ebuild +++ b/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.5.0.ebuild @@ -3,15 +3,15 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 -DESCRIPTION="A library that provides a generic versioned and RPC-friendly object model." +DESCRIPTION="A library that provides a generic versioned and RPC-friendly object model" HOMEPAGE=" https://docs.openstack.org/developer/oslo.versionedobjects https://opendev.org/openstack/oslo.versionedobjects - https://pypi.org/project/oslo.versionedobjects + https://pypi.org/project/oslo.versionedobjects/ https://launchpad.net/oslo.versionedobjects " SRC_URI="mirror://pypi/${PN:0:1}/oslo.versionedobjects/oslo.versionedobjects-${PV}.tar.gz" From 9970e35692c51aa4ea12311ff266ec5a2ab904f8 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:34:21 +0100 Subject: [PATCH 23/41] dev-python/oslo-metrics: enable py3.9 Signed-off-by: Alessandro Barbieri --- dev-python/oslo-metrics/oslo-metrics-0.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/oslo-metrics/oslo-metrics-0.3.0.ebuild b/dev-python/oslo-metrics/oslo-metrics-0.3.0.ebuild index dafbd04728..144f78e1ff 100644 --- a/dev-python/oslo-metrics/oslo-metrics-0.3.0.ebuild +++ b/dev-python/oslo-metrics/oslo-metrics-0.3.0.ebuild @@ -3,13 +3,13 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="OpenStack library for collecting metrics from Oslo libraries" HOMEPAGE=" - https://pypi.org/project/oslo.metrics + https://pypi.org/project/oslo.metrics/ https://opendev.org/openstack/oslo.metrics https://launchpad.net/oslo.metrics " From eb850571755bf227286d9a4f54a3ae781eada682 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:35:58 +0100 Subject: [PATCH 24/41] dev-python/oslo-middleware: enable py3.9 Signed-off-by: Alessandro Barbieri --- dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild b/dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild index 473ebcad97..45d521bef8 100644 --- a/dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild +++ b/dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild @@ -4,13 +4,13 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Components injected into wsgi pipelines to intercept request/response flows" HOMEPAGE=" - https://pypi.org/project/oslo.middleware + https://pypi.org/project/oslo.middleware/ https://launchpad.net/oslo.middleware https://opendev.org/openstack/oslo.middleware " @@ -34,8 +34,8 @@ RDEPEND=" >=dev-python/statsd-3.2.1[${PYTHON_USEDEP}] >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" -BDEPEND=" +DEPEND=" + ${RDEPEND} test? ( >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] From 235a6b7d2d37f27c4ccf2c76708004073695e940 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:38:11 +0100 Subject: [PATCH 25/41] dev-python/oslo-policy: enable py3.9 Signed-off-by: Alessandro Barbieri --- dev-python/oslo-policy/Manifest | 1 - .../oslo-policy/oslo-policy-3.5.0.ebuild | 36 ------------------- .../oslo-policy/oslo-policy-3.8.2.ebuild | 9 +++-- 3 files changed, 4 insertions(+), 42 deletions(-) delete mode 100644 dev-python/oslo-policy/oslo-policy-3.5.0.ebuild diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest index c4cd195884..824d92395c 100644 --- a/dev-python/oslo-policy/Manifest +++ b/dev-python/oslo-policy/Manifest @@ -1,2 +1 @@ -DIST oslo.policy-3.5.0.tar.gz 103988 BLAKE2B d78ce2cdc2b25c532c3207775430c32d1ae9e999df4cd918dfbce147a897fc9a4d46e7006bee0908b4d83cef2e2f71b2fb230aa56eeeae6302d61a435f5449ff SHA512 7d670aded9ac6ddc5360c60182f60cd75f3dec3d6d1bd9fc0d17794cd17349d8fff5e2bc8bc7df85d6bbbabad5373c824772e3d6006add69387d3663475fdb1a DIST oslo.policy-3.8.2.tar.gz 112412 BLAKE2B ecfec4c18597b18a2b37e83e5e398b7bed7d9cb11c44186528517eca9a1967779ffcb22b6726f1064b55b8206af27c4396982cf2da9247535e070c56e5cd6134 SHA512 6daea44a93f53608529314b5eb780d999a1ffd65c3c54f05d58341254f99754c94e177ad01bb37aa036f98f3211bb3705c499ad6244a68165ae56fa59943c79a diff --git a/dev-python/oslo-policy/oslo-policy-3.5.0.ebuild b/dev-python/oslo-policy/oslo-policy-3.5.0.ebuild deleted file mode 100644 index 392acf9cd4..0000000000 --- a/dev-python/oslo-policy/oslo-policy-3.5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_8 ) -DISTUTILS_USE_SETUPTOOLS=bdepend - -inherit distutils-r1 - -DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services" -HOMEPAGE="https://pypi.org/project/oslo.policy/" -SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz" -S="${WORKDIR}/oslo.policy-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -DEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}] -" -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] - >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}] - !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}] - >=dev-python/pyyaml-5.1.0[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.40.0[${PYTHON_USEDEP}] -" diff --git a/dev-python/oslo-policy/oslo-policy-3.8.2.ebuild b/dev-python/oslo-policy/oslo-policy-3.8.2.ebuild index a79c52e731..66da9b6a65 100644 --- a/dev-python/oslo-policy/oslo-policy-3.8.2.ebuild +++ b/dev-python/oslo-policy/oslo-policy-3.8.2.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services" HOMEPAGE=" https://opendev.org/openstack/oslo.policy - https://pypi.org/project/oslo.policy + https://pypi.org/project/oslo.policy/ https://github.com/openstack/oslo.policy " SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz" @@ -19,7 +19,7 @@ S="${WORKDIR}/oslo.policy-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64" RDEPEND=" >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] @@ -27,7 +27,6 @@ RDEPEND=" >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}] >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}] - !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}] >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] >=dev-python/oslo-utils-3.40.0[${PYTHON_USEDEP}] " From 98b0c80e169041e93a8d02b7838d906cb3b9b8aa Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:41:42 +0100 Subject: [PATCH 26/41] dev-python/oslo-db: add 11.2.0, drop 11.0.0 Signed-off-by: Alessandro Barbieri --- dev-python/oslo-db/Manifest | 2 +- .../oslo-db/{oslo-db-11.0.0.ebuild => oslo-db-11.2.0.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-python/oslo-db/{oslo-db-11.0.0.ebuild => oslo-db-11.2.0.ebuild} (96%) diff --git a/dev-python/oslo-db/Manifest b/dev-python/oslo-db/Manifest index 396d500a6b..8142a5596e 100644 --- a/dev-python/oslo-db/Manifest +++ b/dev-python/oslo-db/Manifest @@ -1 +1 @@ -DIST oslo.db-11.0.0.tar.gz 178177 BLAKE2B faae25bf421972cb26c517d035060bdeaa2136cab2409909c96069a31eadab4307366547e9a053afda1a98eec9c5dbebcea5f77600b6861b5114ee69ffbaeeb2 SHA512 ebcd4b5f6c705d81572b8817ebe90a225a999600663b7523fb22e5158caa48db35395928296fcdff949f661e57bbbd6298ae35632541dfe5605d28360e590efb +DIST oslo.db-11.2.0.tar.gz 177589 BLAKE2B 8e0671e7021b40856a8a9e1ee9699abf9ba8eb9f549a15efc0e8ad03b8bf2a7f5f1438b22ffc545ae5c301f38687877877794bdd4b85c4d36cc8434fb7a6edd0 SHA512 5037d83bd45187055808190bb73681d56af6edd523df91f9edff06de1ae6694a018e0635e9e2e80bbc21f0690b8eb218e73c1be0f4a4ddcd93a97ffa5f093232 diff --git a/dev-python/oslo-db/oslo-db-11.0.0.ebuild b/dev-python/oslo-db/oslo-db-11.2.0.ebuild similarity index 96% rename from dev-python/oslo-db/oslo-db-11.0.0.ebuild rename to dev-python/oslo-db/oslo-db-11.2.0.ebuild index 09f017c8a0..8e2c87a765 100644 --- a/dev-python/oslo-db/oslo-db-11.0.0.ebuild +++ b/dev-python/oslo-db/oslo-db-11.2.0.ebuild @@ -4,13 +4,13 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="OpenStack Common DB Code" HOMEPAGE=" - https://pypi.org/project/oslo.db + https://pypi.org/project/oslo.db/ https://opendev.org/openstack/oslo.db https://launchpad.net/oslo.db " From 9ef3ea9009305ed7f50e37b4fee4ee389c7b132a Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:43:35 +0100 Subject: [PATCH 27/41] dev-python/os-traits: add 2.7.0, drop 2.6.0 Signed-off-by: Alessandro Barbieri --- dev-python/os-traits/Manifest | 2 +- .../{os-traits-2.6.0.ebuild => os-traits-2.7.0.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-python/os-traits/{os-traits-2.6.0.ebuild => os-traits-2.7.0.ebuild} (89%) diff --git a/dev-python/os-traits/Manifest b/dev-python/os-traits/Manifest index 874cdf84f4..3605d40973 100644 --- a/dev-python/os-traits/Manifest +++ b/dev-python/os-traits/Manifest @@ -1 +1 @@ -DIST os-traits-2.6.0.tar.gz 29757 BLAKE2B a0839c5869fe843a372376c7146be595dd48223fcded187a3aca98db33dede7e234818ee30e79d7ecd52c3366ee87a1796e0623ed4d04c3a512304a0bddee9de SHA512 57f46678c1859af09f0e13e491760bddd818b7779716d91197f9fa45c6b195bb023a4de5fface68a95a87bf66547b27d74addb66cde043bd571a0eca176ee53b +DIST os-traits-2.7.0.tar.gz 30237 BLAKE2B bcd14d416b8b57fed413fac6fd5496c65f7e43851aaaab367593e1f44dd0d18d1aae63dc57c61ab8efa1c7ab5b17c6dcbb7c30f70c13618810f42fe38f3d8dfc SHA512 91ba2d527597eb00cc7576e1597b5bb1ca55c488752576debec5539512387f058bafa410c044eb46d7fc22441612ab446faf1e1b3db5678d11197abc91873457 diff --git a/dev-python/os-traits/os-traits-2.6.0.ebuild b/dev-python/os-traits/os-traits-2.7.0.ebuild similarity index 89% rename from dev-python/os-traits/os-traits-2.6.0.ebuild rename to dev-python/os-traits/os-traits-2.7.0.ebuild index 0436f29ea9..3657fa725a 100644 --- a/dev-python/os-traits/os-traits-2.6.0.ebuild +++ b/dev-python/os-traits/os-traits-2.7.0.ebuild @@ -3,14 +3,14 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 -DESCRIPTION="os-traits is a library containing standardized trait strings." +DESCRIPTION="os-traits is a library containing standardized trait strings" HOMEPAGE=" https://github.com/openstack/os-traits - https://pypi.org/project/os-traits + https://pypi.org/project/os-traits/ https://opendev.org/openstack/os-traits https://launchpad.net/os-traits " From 4d6eddb89a15643c6a7bf8b5fa58d914b2fc2b6d Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:44:52 +0100 Subject: [PATCH 28/41] dev-python/os-ken: add 2.3.1, drop 2.1.0 Signed-off-by: Alessandro Barbieri --- dev-python/os-ken/Manifest | 2 +- .../os-ken/{os-ken-2.1.0.ebuild => os-ken-2.3.1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-python/os-ken/{os-ken-2.1.0.ebuild => os-ken-2.3.1.ebuild} (94%) diff --git a/dev-python/os-ken/Manifest b/dev-python/os-ken/Manifest index c5e5fb14fb..e11eae9551 100644 --- a/dev-python/os-ken/Manifest +++ b/dev-python/os-ken/Manifest @@ -1 +1 @@ -DIST os-ken-2.1.0.tar.gz 1367132 BLAKE2B b00842998f0fdf8056290217d45d0ee54e966c43deef9491ac77574c7a45d50e8609c946159ee4f4c06e22dab3857c93b04898d8d267502702eba88908dcc95d SHA512 9e8e1ad506bcf44b28af64a7771773097ba338abf5dc19c3bf8299227bbcbb5b745aec38e585f5be6ae9f5426a0c32499f56bafdd2615846939bbdd2eac6c527 +DIST os-ken-2.3.1.tar.gz 1374401 BLAKE2B 48d0bec58f911a708e0ff662162ea2163c0466176fa0618580733f55415e3681be545b30675ce0f2fa174a72e8dc4950ff5d5c1a4adba96f86540f9b1649e03b SHA512 5a2b916b1207595fc3c96e1e4cccfc9bed4a7be6859ca49892e50f98633fe18cbab6e59b11c3d024765b21a826d81031aec66d1016369b9887b1af9fb7952c9f diff --git a/dev-python/os-ken/os-ken-2.1.0.ebuild b/dev-python/os-ken/os-ken-2.3.1.ebuild similarity index 94% rename from dev-python/os-ken/os-ken-2.1.0.ebuild rename to dev-python/os-ken/os-ken-2.3.1.ebuild index aaa801d6f4..162afaf4e1 100644 --- a/dev-python/os-ken/os-ken-2.1.0.ebuild +++ b/dev-python/os-ken/os-ken-2.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 @@ -11,7 +11,7 @@ DESCRIPTION="OpenStack Cinder brick library for managing local volume attaches" HOMEPAGE=" https://github.com/openstack/os-ken https://opendev.org/openstack/os-ken - https://pypi.org/project/os-ken + https://pypi.org/project/os-ken/ " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/os-ken-${PV}.tar.gz" From 451763c792008d393ce4da71c5f62cdf7b60104c Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:54:21 +0100 Subject: [PATCH 29/41] dev-python/neutron-lib: update DESCRIPTION Signed-off-by: Alessandro Barbieri --- dev-python/neutron-lib/neutron-lib-2.15.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/neutron-lib/neutron-lib-2.15.0.ebuild b/dev-python/neutron-lib/neutron-lib-2.15.0.ebuild index 58044c90c9..c341082710 100644 --- a/dev-python/neutron-lib/neutron-lib-2.15.0.ebuild +++ b/dev-python/neutron-lib/neutron-lib-2.15.0.ebuild @@ -11,15 +11,15 @@ EPYTEST_DESELECT=( neutron_lib/tests/unit/objects/test_common_types.py::TestField::test_to_primitive_json_serializable neutron_lib/tests/unit/objects/test_common_types.py::TestField::test_from_primitive ) -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 -DESCRIPTION="Neutron shared routines and utilities." +DESCRIPTION="Neutron shared routines and utilities" HOMEPAGE=" https://github.com/openstack/neutron-lib https://opendev.org/openstack/neutron-lib - https://pypi.org/project/neutron-lib + https://pypi.org/project/neutron-lib/ " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -65,5 +65,4 @@ DEPEND=" >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] ) " - distutils_enable_tests pytest From c3091b9fc3777807ef8a5d38d2b4008ffb408003 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 03:54:56 +0100 Subject: [PATCH 30/41] dev-python/oslo-messaging: enable py3.9 Signed-off-by: Alessandro Barbieri --- dev-python/oslo-messaging/oslo-messaging-12.9.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/oslo-messaging/oslo-messaging-12.9.1.ebuild b/dev-python/oslo-messaging/oslo-messaging-12.9.1.ebuild index fddc5191ec..8f24015ac4 100644 --- a/dev-python/oslo-messaging/oslo-messaging-12.9.1.ebuild +++ b/dev-python/oslo-messaging/oslo-messaging-12.9.1.ebuild @@ -4,13 +4,13 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Messaging API for RPC and notifications over different messaging transports" HOMEPAGE=" - https://pypi.org/project/oslo.messaging + https://pypi.org/project/oslo.messaging/ https://opendev.org/openstack/oslo.messaging https://launchpad.net/oslo.messaging " From fe0fcdb31da61510a94df9bc49a86402cde3f649 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 04:18:35 +0100 Subject: [PATCH 31/41] dev-python/python-monascaclient: add oslotest dependency Closes: https://bugs.gentoo.org/830518 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- .../python-monascaclient/python-monascaclient-2.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild b/dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild index beebb365d1..544f72833a 100644 --- a/dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild +++ b/dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild @@ -32,6 +32,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} test? ( + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] ) From 9d3fa30d989ff4e20ce9329ce64f938f4785c0f5 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 04:26:50 +0100 Subject: [PATCH 32/41] dev-python/os-win: new version Closes: https://bugs.gentoo.org/830515 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/os-win/Manifest | 2 +- .../os-win/{os-win-5.5.0.ebuild => os-win-5.6.0.ebuild} | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) rename dev-python/os-win/{os-win-5.5.0.ebuild => os-win-5.6.0.ebuild} (96%) diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest index 086dce99cf..6ba62c2551 100644 --- a/dev-python/os-win/Manifest +++ b/dev-python/os-win/Manifest @@ -1 +1 @@ -DIST os-win-5.5.0.tar.gz 225851 BLAKE2B f0427ecfb25b45f4980992a54ae4b2d6518af5df17013dfd338c9331d1492cab36f9061082a41bee5ab829f31008ddaf7a8708fdd89d3df89d9989d30aba5357 SHA512 bc980d973f5089c1328095b6edfaabf2435df3acbca543a768dbbccc8a10ffce4405c54c7711d2c7fa55c40442fa4b116f2e2d40ad4116b1c8bb96ace3450335 +DIST os-win-5.6.0.tar.gz 225948 BLAKE2B 64217d7bf625acad6a72d44f47887e5e1466f346ee6c1bd0685d9e1aa068222385654de8bf39403f2ebc90c14d651beb2978dcc1a48668d436b49bbedfbc34c7 SHA512 8856303c436ce6d9e9689993659905d4976511508d4e38ebc8fbc027a9c4a0ca26a7f38729f47af76a19ba1b1833ccef2ad4dd4277911b9d8c795e4f7dbce9ed diff --git a/dev-python/os-win/os-win-5.5.0.ebuild b/dev-python/os-win/os-win-5.6.0.ebuild similarity index 96% rename from dev-python/os-win/os-win-5.5.0.ebuild rename to dev-python/os-win/os-win-5.6.0.ebuild index 9dbd6e2666..9e2321daf3 100644 --- a/dev-python/os-win/os-win-5.5.0.ebuild +++ b/dev-python/os-win/os-win-5.6.0.ebuild @@ -28,12 +28,13 @@ EPYTEST_DESELECT=( os_win/tests/unit/utils/network/test_networkutils.py::NetworkUtilsTestCase::test_create_default_setting_data os_win/tests/unit/utils/network/test_networkutils.py::NetworkUtilsTestCase::test_is_port_vm_started_false os_win/tests/unit/utils/network/test_networkutils.py::NetworkUtilsTestCase::test_is_port_vm_started_true + os_win/tests/unit/test_hacking.py ) -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 -DESCRIPTION="Windows / Hyper-V library for OpenStack projects." +DESCRIPTION="Windows / Hyper-V library for OpenStack projects" HOMEPAGE=" https://github.com/openstack/os-win https://opendev.org/openstack/os-win From 9d93a3123825041b7539a3948ff95ae9168bded4 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 04:36:43 +0100 Subject: [PATCH 33/41] dev-python/ncclient: fix manifest Closes: https://bugs.gentoo.org/830513 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/ncclient/Manifest | 2 +- dev-python/ncclient/ncclient-0.6.12.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/ncclient/Manifest b/dev-python/ncclient/Manifest index a6fddb76c6..923800b635 100644 --- a/dev-python/ncclient/Manifest +++ b/dev-python/ncclient/Manifest @@ -1 +1 @@ -DIST ncclient-0.6.12.tar.gz 129201 BLAKE2B 43c8af07dcebebbec4b85217b08843ee71b3bbf6c79351973fef383d5741f6fbd8143ce57a717d0f45ed9f8fd6fb9bb89f96c17ea45455c1aad58d05a187dbfc SHA512 32b324f255516676962a91550c7ffac7d95a2dac2b850071fc1bdf2f49dc2958c8ed3b1313d0bb8ef69e94171b3e5063ab36abf05e5a37bf137b7a0659a34f35 +DIST ncclient-0.6.12.tar.gz 129189 BLAKE2B 456791d422928b134aefc568f2ffa31ada9246c3e10e481724d57c56e8eb44353e402e828dfa34ee12edc7edb40e86a8e1ad12797666a7d12ecd9931e4377323 SHA512 ba1547579c830733f2f450ecafaf146a364b3a123f4cb0a3395e0ed19ad31025823b928d06acb537a531203a5ac65fc757b6fb34fefdde0f1e357e5f57bf73d0 diff --git a/dev-python/ncclient/ncclient-0.6.12.ebuild b/dev-python/ncclient/ncclient-0.6.12.ebuild index aeadaad8ad..9a0f8b7dc5 100644 --- a/dev-python/ncclient/ncclient-0.6.12.ebuild +++ b/dev-python/ncclient/ncclient-0.6.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Python library for NETCONF clients" HOMEPAGE=" https://github.com/ncclient/ncclient - https://pypi.org/project/ncclient + https://pypi.org/project/ncclient/ " SRC_URI="https://github.com/ncclient/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" From ef6d34f6703f781e13d7de1fdf9ae80eae0ccc35 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 04:49:22 +0100 Subject: [PATCH 34/41] sys-cluster/portals4: update homepage Signed-off-by: Alessandro Barbieri --- sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild b/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild index 8aa21c7dcd..ace51d1780 100644 --- a/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild +++ b/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild @@ -12,7 +12,7 @@ inherit autotools docs optfeature DESCRIPTION="low-level network API for high-performance networking" HOMEPAGE=" - https://www.cs.sandia.gov/Portals/portals4.html + https://www.sandia.gov/portals/portals-4-0/ https://github.com/Portals4/portals4 " SRC_URI="https://github.com/Portals4/portals4/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" From f9733c1b2247c641b3961c6af0bb4ab413d89d54 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 04:50:09 +0100 Subject: [PATCH 35/41] dev-python/opentracing: use https Signed-off-by: Alessandro Barbieri --- dev-python/opentracing/opentracing-2.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/opentracing/opentracing-2.4.0.ebuild b/dev-python/opentracing/opentracing-2.4.0.ebuild index 408a4c9178..6032582efe 100644 --- a/dev-python/opentracing/opentracing-2.4.0.ebuild +++ b/dev-python/opentracing/opentracing-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="OpenTracing API for Python" HOMEPAGE=" - http://opentracing.io + https://opentracing.io https://github.com/opentracing/opentracing-python " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" From 4179cb449e93182f3cdd71430cc95e73ad4aedf0 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 04:51:25 +0100 Subject: [PATCH 36/41] sys-cluster/parallel-netcdf: update homepage Signed-off-by: Alessandro Barbieri --- sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild b/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild index 09c7c966f4..34a0743974 100644 --- a/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild +++ b/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ DESCRIPTION="Parallel extension to netCDF" HOMEPAGE=" https://parallel-netcdf.github.io http://cucis.ece.northwestern.edu/projects/PnetCDF - http://www-unix.mcs.anl.gov/parallel-netcdf + https://trac.mcs.anl.gov/projects/parallel-netcdf " SRC_URI="http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/${MYP}.tar.gz" S="${WORKDIR}/${MYP}" From 688ad3722a850c41a624164a3a554bd4d2d73a0f Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 04:54:39 +0100 Subject: [PATCH 37/41] dev-python/ots-python: fix homepage Signed-off-by: Alessandro Barbieri --- dev-python/ots-python/metadata.xml | 2 +- ...thon-8.1.4.ebuild => ots-python-8.1.4-r1.ebuild} | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) rename dev-python/ots-python/{ots-python-8.1.4.ebuild => ots-python-8.1.4-r1.ebuild} (76%) diff --git a/dev-python/ots-python/metadata.xml b/dev-python/ots-python/metadata.xml index 12937ae6e8..5c5bb5a699 100644 --- a/dev-python/ots-python/metadata.xml +++ b/dev-python/ots-python/metadata.xml @@ -9,6 +9,6 @@ https://github.com/googlefonts/ots-python/issues googlefonts/ots-python - ots-python + opentype-sanitizers diff --git a/dev-python/ots-python/ots-python-8.1.4.ebuild b/dev-python/ots-python/ots-python-8.1.4-r1.ebuild similarity index 76% rename from dev-python/ots-python/ots-python-8.1.4.ebuild rename to dev-python/ots-python/ots-python-8.1.4-r1.ebuild index 42a2159196..2a66b01308 100644 --- a/dev-python/ots-python/ots-python-8.1.4.ebuild +++ b/dev-python/ots-python/ots-python-8.1.4-r1.ebuild @@ -1,16 +1,19 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..9} pypy3 ) inherit distutils-r1 -SRC_URI="https://github.com/googlefonts/ots-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" DESCRIPTION="A Python wrapper for OpenType Sanitizer" -HOMEPAGE="https://github.com/googlefonts/ots-python" +HOMEPAGE=" + https://github.com/googlefonts/ots-python + https://pypi.org/project/opentype-sanitizer/ +" +SRC_URI="https://github.com/googlefonts/ots-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" LICENSE="BSD" SLOT="0" From 0392be53d4472d45879ed2c0895c1ddd8f2c74c2 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 04:55:47 +0100 Subject: [PATCH 38/41] dev-python/browserstack-local-python: update upstream metadata Signed-off-by: Alessandro Barbieri --- dev-python/browserstack-local-python/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/browserstack-local-python/metadata.xml b/dev-python/browserstack-local-python/metadata.xml index dfd006d290..8f1759654e 100644 --- a/dev-python/browserstack-local-python/metadata.xml +++ b/dev-python/browserstack-local-python/metadata.xml @@ -9,6 +9,6 @@ https://github.com/browserstack/browserstack-local-python/issues browserstack/browserstack-local-python - browserstack-local-python + browserstack-local From 9aafc20cd416ed137e593351a605cbb801a9f783 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 04:57:42 +0100 Subject: [PATCH 39/41] app-misc/diff-so-fancy: remove gitlab upstream metadata Signed-off-by: Alessandro Barbieri --- app-misc/diff-so-fancy/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app-misc/diff-so-fancy/metadata.xml b/app-misc/diff-so-fancy/metadata.xml index f6d5fdd00f..65c720cdad 100644 --- a/app-misc/diff-so-fancy/metadata.xml +++ b/app-misc/diff-so-fancy/metadata.xml @@ -8,6 +8,5 @@ so-fancy/diff-so-fancy - so-fancy/diff-so-fancy From 8d95ce3db3fc96cda1b13dc63f4b320c61c01a00 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 12 Mar 2022 05:00:31 +0100 Subject: [PATCH 40/41] dev-python/pybrowserstack-screenshots: EAPI 8 Signed-off-by: Alessandro Barbieri --- dev-python/pybrowserstack-screenshots/metadata.xml | 2 +- ...ild => pybrowserstack-screenshots-0.1-r1.ebuild} | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) rename dev-python/pybrowserstack-screenshots/{pybrowserstack-screenshots-0.1.ebuild => pybrowserstack-screenshots-0.1-r1.ebuild} (73%) diff --git a/dev-python/pybrowserstack-screenshots/metadata.xml b/dev-python/pybrowserstack-screenshots/metadata.xml index b777f69e5d..d4d8cdc77f 100644 --- a/dev-python/pybrowserstack-screenshots/metadata.xml +++ b/dev-python/pybrowserstack-screenshots/metadata.xml @@ -9,6 +9,6 @@ https://github.com/cmck/pybrowserstack-screenshots/issues cmck/pybrowserstack-screenshots - pybrowserstack-screenshot + pybrowserstack-screenshots diff --git a/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1.ebuild b/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild similarity index 73% rename from dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1.ebuild rename to dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild index dda136c5a5..bd32c1d9e7 100644 --- a/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1.ebuild +++ b/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild @@ -1,16 +1,19 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..9} pypy3 ) inherit distutils-r1 -SRC_URI="https://github.com/cmck/pybrowserstack-screenshots/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" DESCRIPTION="A python api wrapper and client for Browserstack Screenshots API" -HOMEPAGE="https://github.com/cmck/pybrowserstack-screenshots" +SRC_URI="https://github.com/cmck/pybrowserstack-screenshots/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://github.com/cmck/pybrowserstack-screenshots + https://pypi.org/project/pybrowserstack-screenshots/ +" +KEYWORDS="~amd64" LICENSE="MIT" SLOT="0" From 52759b13b4acc7275afecd00e2255e92c440af1e Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 12 Mar 2022 11:09:44 +0200 Subject: [PATCH 41/41] dev-python/python-octaviaclient: fix missing hacking Closes: https://bugs.gentoo.org/830519 Signed-off-by: Arthur Zamarin --- .../python-octaviaclient/python-octaviaclient-2.5.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild index f37ba056dc..e863ade9a2 100644 --- a/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild +++ b/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild @@ -42,3 +42,7 @@ DEPEND=" " distutils_enable_tests pytest + +EPYTEST_IGNORE=( + octaviaclient/tests/unit/test_hacking.py +)