From d4338d19538214e48ae0325a5942ff313eba12e7 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 30 Dec 2024 18:48:48 +0000 Subject: Adding metadata --- dev-python/identify/Manifest | 1 + dev-python/identify/identify-2.6.4.ebuild | 29 +++++++ dev-python/keep/Manifest | 1 + dev-python/keep/keep-2.11.ebuild | 45 +++++++++++ dev-python/mistune/Manifest | 1 + dev-python/mistune/mistune-3.1.0.ebuild | 27 +++++++ dev-python/mkdocs-rss-plugin/Manifest | 4 +- .../mkdocs-rss-plugin-1.15.0.ebuild | 81 -------------------- .../mkdocs-rss-plugin-1.17.1.ebuild | 81 ++++++++++++++++++++ dev-python/orjson/Manifest | 1 + dev-python/orjson/orjson-3.10.13.ebuild | 89 ++++++++++++++++++++++ dev-python/pyglet/Manifest | 1 + dev-python/pyglet/pyglet-2.1_rc3.ebuild | 84 ++++++++++++++++++++ dev-python/pynvim/Manifest | 1 + dev-python/pynvim/pynvim-0.5.2.ebuild | 52 +++++++++++++ dev-python/python-engineio/Manifest | 1 + .../python-engineio/python-engineio-4.11.2.ebuild | 60 +++++++++++++++ dev-python/questionary/Manifest | 1 + dev-python/questionary/questionary-2.1.0.ebuild | 32 ++++++++ dev-python/rich/Manifest | 1 + dev-python/rich/rich-13.9.4.ebuild | 77 +++++++++++++++++++ dev-python/simple-websocket/Manifest | 1 - .../simple-websocket/simple-websocket-1.0.0.ebuild | 31 -------- dev-python/starlette/Manifest | 1 + dev-python/starlette/starlette-0.45.0.ebuild | 57 ++++++++++++++ dev-python/tcolorpy/Manifest | 1 + dev-python/tcolorpy/tcolorpy-0.1.7.ebuild | 25 ++++++ dev-python/terminaltables3/Manifest | 1 + dev-python/terminaltables3/metadata.xml | 10 +++ .../terminaltables3/terminaltables3-4.0.0.ebuild | 40 ++++++++++ 30 files changed, 722 insertions(+), 115 deletions(-) create mode 100644 dev-python/identify/identify-2.6.4.ebuild create mode 100644 dev-python/keep/keep-2.11.ebuild create mode 100644 dev-python/mistune/mistune-3.1.0.ebuild delete mode 100644 dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.15.0.ebuild create mode 100644 dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.17.1.ebuild create mode 100644 dev-python/orjson/orjson-3.10.13.ebuild create mode 100644 dev-python/pyglet/pyglet-2.1_rc3.ebuild create mode 100644 dev-python/pynvim/pynvim-0.5.2.ebuild create mode 100644 dev-python/python-engineio/python-engineio-4.11.2.ebuild create mode 100644 dev-python/questionary/questionary-2.1.0.ebuild create mode 100644 dev-python/rich/rich-13.9.4.ebuild delete mode 100644 dev-python/simple-websocket/simple-websocket-1.0.0.ebuild create mode 100644 dev-python/starlette/starlette-0.45.0.ebuild create mode 100644 dev-python/tcolorpy/tcolorpy-0.1.7.ebuild create mode 100644 dev-python/terminaltables3/Manifest create mode 100644 dev-python/terminaltables3/metadata.xml create mode 100644 dev-python/terminaltables3/terminaltables3-4.0.0.ebuild (limited to 'dev-python') diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest index e8ba22c7942c..ab26d32b11a6 100644 --- a/dev-python/identify/Manifest +++ b/dev-python/identify/Manifest @@ -1 +1,2 @@ DIST identify-2.6.3.gh.tar.gz 101836 BLAKE2B e4a66cc0df9ce3f172bdba78322ea22ba2d89cc54a82c03388a0cd00bfe8e6645e1e42c80a94d0c407319c2719509ce12ce3e9fb2e3714ce2a46bffeec75eb9e SHA512 462b0b54643b7de91cf96ca07a38e4f8a0a424edf205d37e28eee9720cdd0f0804d9a7c8094f099656c2ae5cbb09a966b2b87732647f92ddb71ce5143def0d87 +DIST identify-2.6.4.gh.tar.gz 101872 BLAKE2B 5e1cad94df06eb5ba60e37c1f88341098759ab9e1e76aa765618fa948c24b2bbba704a3ace87fe37a2af3f4c6e47eaa41b02abca438554095f44c4d0f76277cb SHA512 ce89b6a49ab683f97fdd7a506f5c82419b73ab53e1c4aa0728ede499e48e958fcfe14532bc2d81a0e0bf73411413143744048f8f2e7616cd0166f4c7b8c91279 diff --git a/dev-python/identify/identify-2.6.4.ebuild b/dev-python/identify/identify-2.6.4.ebuild new file mode 100644 index 000000000000..f6bbe575b185 --- /dev/null +++ b/dev-python/identify/identify-2.6.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +DESCRIPTION="File identification library for Python" +HOMEPAGE=" + https://github.com/pre-commit/identify/ + https://pypi.org/project/identify/ +" +SRC_URI=" + https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=" + dev-python/ukkonen[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/keep/Manifest b/dev-python/keep/Manifest index c1697381f87b..39df976abf49 100644 --- a/dev-python/keep/Manifest +++ b/dev-python/keep/Manifest @@ -1 +1,2 @@ DIST keep-2.10.1.tar.gz 13044 BLAKE2B 178207ccad7f0feec2d9a57f0e5345e0ef9853bedd3f8efc8afac5f81c35e74ee6d3dab66b75ceeac4a3d76f2297ec645bae61f2f1e78218e910a2537984f4cd SHA512 d4144bd7f6f623b1c9c9468f5596818f47cba8a9bc80e75ebaf75f147823a01da53ef84c76b9f24240a8d0fbdb770c5cdf108c276ecdcd882ac9db0c1608480f +DIST keep-2.11.tar.gz 12175 BLAKE2B 88116819bf3aafeac5d4891a136f4a17751aff3141d55891bb7c29bbcf36e7c3a5a7d5aeaf6ccf62377cf7f660178cc971ffba7c8e8a80e9d3ffb87f91bed150 SHA512 b26349dcaf03cdec6463ee73029e644a41985f09efa4923ce6344884ea8d4189679747202af1ec930479ec1290374b4c55d4ae478590ce690f8920de00276782 diff --git a/dev-python/keep/keep-2.11.ebuild b/dev-python/keep/keep-2.11.ebuild new file mode 100644 index 000000000000..c055398dc038 --- /dev/null +++ b/dev-python/keep/keep-2.11.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Personal shell command keeper and snippets manager" +HOMEPAGE=" + https://github.com/orkohunter/keep/ + https://pypi.org/project/keep/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + dev-python/click[${PYTHON_USEDEP}] + dev-python/pygithub[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/terminaltables3[${PYTHON_USEDEP}] +" + +python_test() { + "${EPYTHON}" - <<-EOF || die "Smoke test failed with ${EPYTHON}" + import datetime, sys, os + import keep.cli, keep.utils + + # avoid automatic initialization, otherwise keep basically just creates + # this directory and exits + # see https://github.com/OrkoHunter/keep/blob/8dddc00aaaf0e53edbd2477a02d3fe53e38b7f28/keep/utils.py#L53-L63 + os.makedirs(keep.utils.dir_path, exist_ok=True) + + # keep tries to check newest version on pypi once a day, let's pretend + # that this check was already done + # see https://github.com/OrkoHunter/keep/blob/8dddc00aaaf0e53edbd2477a02d3fe53e38b7f28/keep/utils.py#L23-L50 + with open(os.path.join(keep.utils.dir_path, 'update_check.txt'), 'w') as f: f.write(datetime.date.today().strftime("%m/%d/%Y")) + + sys.exit(keep.cli.cli()) + EOF +} diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest index f02e416a7d46..79c0a1158aaf 100644 --- a/dev-python/mistune/Manifest +++ b/dev-python/mistune/Manifest @@ -1 +1,2 @@ DIST mistune-3.0.2.tar.gz 90840 BLAKE2B bc4f477b24c8244d2fb7032835b3dc3bfc0bda8948fabbfa78660f77c861df76f9e01abcb58f8643efd689482fe3a187995cc92dd7cd0b7817ad799237d9b72d SHA512 9a7e0e2886afddb8a6e314af1e4ed6e41f886f64823713f941b6a713a29986044ac66c437c4029e0fbf20224d106ce445a46906825b20b17b9e2ff6173476d28 +DIST mistune-3.1.0.tar.gz 94401 BLAKE2B e1e6f17c5aa378998bec8a8480c8b311243e067f52a9da6b451db33c639ec5a69f6d8b3c815bf9582b0b9c9a7aff3d197ab9bf477c634805eb704c0bbdaebe67 SHA512 2532565f15c1563547db131e28ea373a76dc5ab96b98a0f2f156709e625953f6f52a9e7b216e235b17ab09b282dfea8ee82c3975d9a08a0f52463b235e5589d8 diff --git a/dev-python/mistune/mistune-3.1.0.ebuild b/dev-python/mistune/mistune-3.1.0.ebuild new file mode 100644 index 000000000000..073fe4c87819 --- /dev/null +++ b/dev-python/mistune/mistune-3.1.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="The fastest markdown parser in pure Python" +HOMEPAGE=" + https://github.com/lepture/mistune/ + https://pypi.org/project/mistune/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +distutils_enable_tests pytest + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/typing-extensions[${PYTHON_USEDEP}] + ' 3.10) +" diff --git a/dev-python/mkdocs-rss-plugin/Manifest b/dev-python/mkdocs-rss-plugin/Manifest index f29686d2f496..9275a431e531 100644 --- a/dev-python/mkdocs-rss-plugin/Manifest +++ b/dev-python/mkdocs-rss-plugin/Manifest @@ -1,2 +1,2 @@ -DIST mkdocs-rss-plugin-1.15.0.gh.tar.gz 557859 BLAKE2B 39ae348bb1b130afa95503323b5e77db1b2eb3ed1bbfa03dbf768b0985f5de48873ed76470ce7ffd4ce89bf8af7a8cb3b216f59614b0c066ef1955f6d96407e9 SHA512 ff91f0ef1e004bd128088dd9805680c76b1ecfdc55416dfd29f0dd161ac6f2afb9c8bd5e57d3bd37d8ba1055dd272abd821a397bbc39aa3b4e5b6a6a5670dee9 -DIST mkdocs-rss-plugin-cache-1.15.0.gh.tar.gz 3674310 BLAKE2B 3d9a69bd07dd3fab88073669f7b2ca77ef895e70c600e4966a733d1c8e56434dd3e57039b6f084727dc48c8b52007d5ae60df7101dacd9545cef32f5c5ce1dae SHA512 c91b7f1a06c861b2e18d5a3c81034496db9c57c9ab77b26b8d1b4edae5d65cedaa84779c0cda9cc6608fadc80b7ba6b5a3f1e31a129f45defe9866280d47a1b4 +DIST mkdocs-rss-plugin-1.17.1.gh.tar.gz 563372 BLAKE2B 56cda61588c2a060242d7e0aad18376d409d7e04baa12440494234387bf3128c37c7eb53a5ffe36516ae9509b3195bfeba788395d83ea5ed3be5c5b9cfc739d6 SHA512 ba45b87a6bc4cdaf386ce285bdd40c9724901c14451b91be6d65bc1690112bf1997c836693fca2d8248c9764a82a6fcaf939e4f71463ff854133be938efec327 +DIST mkdocs-rss-plugin-cache-1.17.1.gh.tar.gz 3678685 BLAKE2B ec4a3187f85ff61369b38fc8e364f8236e3d154efc4b61c252beb1aadd60c4ad24cb04ecdb1af2830de6976e619efdfa464775f5b6ec81830a2ca9220fa1b312 SHA512 b39dfec8ba3c74be552bd4694542d4a65c113b07b40729c766ffc254ae625ebc4b9739c762e134dcd3e1f7ff2a1ee909c50ba02957f2822d702ad9e1f5237d26 diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.15.0.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.15.0.ebuild deleted file mode 100644 index aa21f7719c3e..000000000000 --- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.15.0.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND=" - dev-python/termynal - dev-python/mkdocstrings - dev-python/mkdocstrings-python - dev-python/mkdocs-material - dev-python/mkdocs-minify-plugin - dev-python/mkdocs-git-committers-plugin - dev-python/mkdocs-git-revision-date-localized-plugin -" -DOCS_INITIALIZE_GIT=1 - -inherit distutils-r1 docs - -DESCRIPTION="MkDocs plugin to generate a RSS feeds." -HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin" -SRC_URI=" - https://github.com/Guts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz - https://github.com/henri-gasc/${PN}-cache/archive/refs/tags/${PV}.tar.gz -> ${PN}-cache-${PV}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -# RESTRICT="doc? ( network-sandbox )" - -BDEPEND=" - >=dev-python/gitpython-3.1[${PYTHON_USEDEP}] - =dev-python/mkdocs-1.5[${PYTHON_USEDEP}] - =dev-python/cachecontrol-0.14[${PYTHON_USEDEP}] - =dev-python/requests-2.31[${PYTHON_USEDEP}] - =dev-python/feedparser-6.0.11[${PYTHON_USEDEP}] - =dev-python/jsonfeed-1.1.2[${PYTHON_USEDEP}] - =dev-python/mkdocs-material-9[${PYTHON_USEDEP},social] - >=dev-python/validator-collection-1.5[${PYTHON_USEDEP}] - + + + + python@gentoo.org + + + gentoo-staging + + \ No newline at end of file diff --git a/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild b/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild new file mode 100644 index 000000000000..76ef9227b583 --- /dev/null +++ b/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +DESCRIPTION="Generate simple tables in terminals from a nested list of strings" +HOMEPAGE=" + https://github.com/matthewdeanmartin/terminaltables3/ + https://pypi.org/project/terminaltables3/ +" +SRC_URI=" + https://github.com/matthewdeanmartin/terminaltables3/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +BDEPEND=" + test? ( + dev-python/colorama[${PYTHON_USEDEP}] + dev-python/colorclass[${PYTHON_USEDEP}] + dev-python/termcolor[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + # We override FORCE_COLOR otherwise termcolor + # would pick it up from env. and give unexpected + # output for tests. + FORCE_COLOR=1 epytest +} -- cgit v1.3