From 7c1ac01728d0156998ee45be74f80b378d96c31d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Nov 2022 12:48:53 +0000 Subject: gentoo auto-resync : 13:11:2022 - 12:48:53 --- dev-python/Manifest.gz | Bin 262045 -> 262039 bytes dev-python/jupyter_core/Manifest | 2 +- .../jupyter_core/jupyter_core-5.0.0-r1.ebuild | 36 ++++++++++++ dev-python/jupyter_core/jupyter_core-5.0.0.ebuild | 34 ----------- dev-python/myst_parser/Manifest | 2 +- .../myst_parser/myst_parser-0.18.1-r1.ebuild | 62 +++++++++++++++++++++ dev-python/myst_parser/myst_parser-0.18.1.ebuild | 61 -------------------- dev-python/slixmpp/Manifest | 2 + dev-python/slixmpp/slixmpp-1.8.3.ebuild | 37 ++++++++++++ dev-python/statsd/Manifest | 6 +- dev-python/statsd/statsd-3.3.0.ebuild | 22 -------- dev-python/statsd/statsd-4.0.0.ebuild | 26 --------- dev-python/statsd/statsd-4.0.1.ebuild | 2 +- 13 files changed, 141 insertions(+), 151 deletions(-) create mode 100644 dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild delete mode 100644 dev-python/jupyter_core/jupyter_core-5.0.0.ebuild create mode 100644 dev-python/myst_parser/myst_parser-0.18.1-r1.ebuild delete mode 100644 dev-python/myst_parser/myst_parser-0.18.1.ebuild create mode 100644 dev-python/slixmpp/slixmpp-1.8.3.ebuild delete mode 100644 dev-python/statsd/statsd-3.3.0.ebuild delete mode 100644 dev-python/statsd/statsd-4.0.0.ebuild (limited to 'dev-python') diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index 18afd2241a84..d7486a19b965 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest index de4cc0bb2d34..ac2f7e824652 100644 --- a/dev-python/jupyter_core/Manifest +++ b/dev-python/jupyter_core/Manifest @@ -1,5 +1,5 @@ DIST jupyter_core-4.11.2.tar.gz 788994 BLAKE2B a337d6974f905b3b666225f828f2026f7dd314e34411f7998b8d2981ad9623029901e5369bfe831ecfcbf3be387bb0adc7f067269537a6b2a73029f439bfe9a1 SHA512 7659b61ad5793d6e4ceba09f7d4422610ceb358cbba30e2bee7ab7910e6c03cb365fad5db8e4444f9e0fd196361d5b15370f41fb7cb13c2e551382e19d7d6b73 DIST jupyter_core-5.0.0.tar.gz 78285 BLAKE2B 530dac61088dcbb402ffa6fd6c3e3df2238c6da438f826ddfbeb3c6f26ed4e4f0d741a2cddf801db886c24e22c74db2336e59c6223d30830a32bb38f7d7d9c3e SHA512 a587b5a0e6ceb85a842670121fe78f93a232dbdc56412c7b32b415054cf06b6028a8f4669b7e7c8a702ebbbf4873962ae4cbff2b3636f8abb75ec0ae6bdeb64d EBUILD jupyter_core-4.11.2.ebuild 748 BLAKE2B 6885ccb14748bbe9f1eba1291fcbf5aa32cc136e454bd7bfebd97bded15083cdceb2fcdaac20b847b33fa864b35f077c55760b5219996783221e2bb72cf3a67b SHA512 80921d2f2ca21102a4ae74355c46d8b80853f16d72813b8caf84dbc5d01fa773c8c889daaa6f214a1c72222b611886fe6413682be0ea836fd3762c1bfbc44440 -EBUILD jupyter_core-5.0.0.ebuild 756 BLAKE2B 3ca072ab605397911e88802845d9370f2a3cb227d27259e73748186fcfa8c4f18a8a70208d8fff25ba1279b1fb35deb2a62100fb14eeab92a83014b7cfa7a1c2 SHA512 f55a64b7ff7b536aacfdeaa7f99752ab7d24505d177cdd7e0aa3e39e9020caf79ca32a42790abe670fd502f88cbf17713e45855917ab11f4b99facc14fca5e87 +EBUILD jupyter_core-5.0.0-r1.ebuild 825 BLAKE2B fa92024e0a55f6355de7734746e49784a2f7221a676b4e663c701f3cd6b73042c6a731d109f603b8a6c2fd0758803ffe157ca04daea97db2bf6257b8fb5f806a SHA512 0888f3614b182537e2ab0c2c7f9541b4e7c7dbb38f1ff78a13534e398c434b0e5ed536171d293b16102fd0beb1fbab9a69d844fabeb92d168fc309fb6d2de3ab MISC metadata.xml 759 BLAKE2B 4ef6a95640943d1b082bb65ae17515300089c6d78c0aa81410f4c7e57e1447787ad15373f314f8ea5c980459f4e5f74ee54edace2eb9421991e2425793040adc SHA512 d9769460a005d11961ebabc81636065aec545166820e923ab7abd58782e0832592a58611ccb4485164ef7c1c646812e8f608fafb9639525663732dec730542f5 diff --git a/dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild b/dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild new file mode 100644 index 000000000000..9cdfd3f3065a --- /dev/null +++ b/dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Core common functionality of Jupyter projects" +HOMEPAGE=" + https://jupyter.org/ + https://github.com/jupyter/jupyter_core/ + https://pypi.org/project/jupyter-core/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/platformdirs[${PYTHON_USEDEP}] + dev-python/traitlets[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx docs \ + dev-python/myst_parser \ + dev-python/sphinxcontrib-github-alt +distutils_enable_tests pytest diff --git a/dev-python/jupyter_core/jupyter_core-5.0.0.ebuild b/dev-python/jupyter_core/jupyter_core-5.0.0.ebuild deleted file mode 100644 index 7b4f42714cb1..000000000000 --- a/dev-python/jupyter_core/jupyter_core-5.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Core common functionality of Jupyter projects" -HOMEPAGE=" - https://jupyter.org/ - https://github.com/jupyter/jupyter_core/ - https://pypi.org/project/jupyter-core/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -RDEPEND=" - dev-python/traitlets[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx docs \ - dev-python/sphinxcontrib-github-alt -distutils_enable_tests pytest diff --git a/dev-python/myst_parser/Manifest b/dev-python/myst_parser/Manifest index ad3bfd8220ec..3ea6410c24ff 100644 --- a/dev-python/myst_parser/Manifest +++ b/dev-python/myst_parser/Manifest @@ -1,3 +1,3 @@ DIST MyST-Parser-0.18.1.gh.tar.gz 769288 BLAKE2B 77f21ae4277ef4ed9020caad86ef3ea92a1efca35f7ab61203fe2125e4fab31a74a740db7a1f1d6ea0a576c24706b0997beea296d782eb5a07ba4e91a0a9e52d SHA512 4bc3a89480f175779da4f093aaa99a1516f76ab4107dcf8747b6614f347e91739f8596693f95529d76aedbb0c84b4efde4262517bc445aa7027d51e05e8b48bc -EBUILD myst_parser-0.18.1.ebuild 1655 BLAKE2B b938764fcc6a5ac6619ca3f141fd8e8380ab8a7c0908407528b544d0e2f89cef482f5e2932c3030fdea2a49c1c78c4104be02f6f92b3db49c760796fc85012ce SHA512 644366535ea3c7602bacc8774dd176c87487cf2cfcc747cfa5dde52ca95b39667c4ff3fcaf4b0b504b55235b2e8d415e957312721d3ce8517444ccd1a627076d +EBUILD myst_parser-0.18.1-r1.ebuild 1696 BLAKE2B cae5f80ba2217fa5d8bd79a7c4cadf6df4832e4ecdd6c86fa9a633bddff61505181ffef844c0547a5b6094ff92981ff87f6ae56f869e22fb8ee05a0f4ecd3d58 SHA512 75319eb1b3783f1ee5b58485f5b340bf834a801b883f0021037fe736231c12abaf0c8657ca25a6c608e7e5d482bcf834b7779ba10f50e7697393df83a54a702e MISC metadata.xml 406 BLAKE2B d8a974be3dd4fef4800958dcb1eef3124dc8e3ec49e6678d0db7d6096ef290019aa025796c4f7c38bc11b750d1667ba97d4429b64e7271009da707cd945e113f SHA512 acdc27a39e068c487306002342b9c0c5910d61ed34a7b62878272054ea458d5aad46fe24095a52666ed77ffcb6e703687cc83de0c9e2cef395a1decf9003d918 diff --git a/dev-python/myst_parser/myst_parser-0.18.1-r1.ebuild b/dev-python/myst_parser/myst_parser-0.18.1-r1.ebuild new file mode 100644 index 000000000000..41c3cb946aee --- /dev/null +++ b/dev-python/myst_parser/myst_parser-0.18.1-r1.ebuild @@ -0,0 +1,62 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +MY_P=MyST-Parser-${PV} +DESCRIPTION="Extended commonmark compliant parser, with bridges to Sphinx" +HOMEPAGE=" + https://github.com/executablebooks/MyST-Parser/ + https://pypi.org/project/myst-parser/ +" +SRC_URI=" + https://github.com/executablebooks/MyST-Parser/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" + +RDEPEND=" + =dev-python/mdit-py-plugins-0.3.1[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + =dev-python/sphinx-4[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/pytest-regressions[${PYTHON_USEDEP}] + dev-python/pytest-param-files[${PYTHON_USEDEP}] +