From fdbd219bffd44c5fa62c89f7dc329673445ee026 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 23 Nov 2023 05:24:22 +0000 Subject: gentoo auto-resync : 23:11:2023 - 05:24:22 --- dev-python/watchfiles/Manifest | 2 +- dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild | 117 ++++++++++++++++++++++ dev-python/watchfiles/watchfiles-0.21.0.ebuild | 117 ---------------------- 3 files changed, 118 insertions(+), 118 deletions(-) create mode 100644 dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild delete mode 100644 dev-python/watchfiles/watchfiles-0.21.0.ebuild (limited to 'dev-python/watchfiles') diff --git a/dev-python/watchfiles/Manifest b/dev-python/watchfiles/Manifest index 3079b7766509..3b1b080b2ba4 100644 --- a/dev-python/watchfiles/Manifest +++ b/dev-python/watchfiles/Manifest @@ -72,5 +72,5 @@ DIST windows_x86_64_gnullvm-0.42.2.crate 364068 BLAKE2B 64bc53e98eb3fc649c9b43a6 DIST windows_x86_64_msvc-0.42.2.crate 666936 BLAKE2B bc3a456e7f8bc272f8978ec69506ec9d89f97b7582ebbe05d8bd57bdf8156ef62d0d2dc6137a97e81d54059d70db97a24af9a038adff357f5dfd28805d6193b5 SHA512 53a35f438903fceb59e36bd2ac331773fb8e6c8c5a6d984e79021761f91b3b4a23efe49d219667a4d0d23dcdbf906da9c24e74fb1cff93395b5c55ff524e3788 EBUILD watchfiles-0.19.0.ebuild 2319 BLAKE2B 7bd310ce6e5455c717a546fa6a2ca02a062afe34d321d95929beda12e5fa0c93d28b3a6fc9873f1d738aeaa83f242412c7be06b9780800aa55c3ac05f9250792 SHA512 8f6640e031701996de89daede1ee1d3c47766ac8ce00e6caa5d5ed7d266eef4f8f5e8d1dbdeefce7b0186e616f58499bc284491e4c8262901e7b415396b69a88 EBUILD watchfiles-0.20.0.ebuild 2321 BLAKE2B c9d3a1729c57166f14fe6103ae081484bfa424ca232d946a8446d9ad4e64f58ccdecb7a6058a41df827547e6a4ab7061538509482919123414d23f636396f325 SHA512 21de2d74988a34de2659db588cf798c063db6fb18f623c907d3999bb41b0273bba4b5e3ff8269b49abb9632eefc3c85758ab1db61e3fb316f8e8bba67a0d90ca -EBUILD watchfiles-0.21.0.ebuild 2353 BLAKE2B 62f221a9c694484f4aa8f1ce8124c31971445424b2b7f3585de6fdc5437565d254d44effb59c372087b99f99d642f6fbde71428e88025f947527dc0f9cdb4fdc SHA512 2cfe7ee615f5240248d50caf9643ea71b56056f191a820a50d8e0cf255e792998baee272950ddfe3b718d1d417433e09ca38e92ba7de67280180346c05e59860 +EBUILD watchfiles-0.21.0-r1.ebuild 2357 BLAKE2B eb21430a4b8247e89d089ac04b359ae53b757f6eae44920b50569d8354ca18247d0e07c2b60527cddd3688395d6a466fa03c92fb9c8dd6d1af61c9147b23e202 SHA512 1a69d82d1c476924660c11b87ff1b98f8852825fa6766115bd278b6bd7984dcb36b29f2f90c80abb791eeaa043368d6a34bffe0139ac2ca0ebf610532a1e1c86 MISC metadata.xml 355 BLAKE2B 95253406e11c30a7a3b5462d3c835010313bed3122f9d16ff73d6959a5c1f4c8922e324c839fcae9f541c7b1d84544cd38718ffcaba039b8c61292eaefa37447 SHA512 e1c11224e0129eb696e4e92a41ec0e35819febee2eb967982e016f7a0d02d95df8465867e0202d8e7ac59cc579f73c79d9ed6b87eebd44b3b64d63a5642ac458 diff --git a/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild b/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild new file mode 100644 index 000000000000..6452842a4786 --- /dev/null +++ b/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild @@ -0,0 +1,117 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=maturin +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +CRATES=" + autocfg@1.1.0 + bitflags@1.3.2 + cc@1.0.83 + cfg-if@1.0.0 + crossbeam-channel@0.5.7 + crossbeam-utils@0.8.15 + filetime@0.2.20 + fsevent-sys@4.1.0 + heck@0.4.1 + indoc@2.0.4 + inotify-sys@0.1.5 + inotify@0.9.6 + kqueue-sys@1.0.3 + kqueue@1.0.7 + libc@0.2.140 + lock_api@0.4.9 + log@0.4.17 + memoffset@0.9.0 + mio@0.8.6 + notify@5.1.0 + once_cell@1.17.1 + parking_lot@0.12.1 + parking_lot_core@0.9.7 + proc-macro2@1.0.53 + pyo3-build-config@0.20.0 + pyo3-ffi@0.20.0 + pyo3-macros-backend@0.20.0 + pyo3-macros@0.20.0 + pyo3@0.20.0 + python3-dll-a@0.2.9 + quote@1.0.26 + redox_syscall@0.2.16 + same-file@1.0.6 + scopeguard@1.1.0 + smallvec@1.10.0 + syn@2.0.12 + target-lexicon@0.12.6 + unicode-ident@1.0.8 + unindent@0.2.3 + walkdir@2.3.3 + wasi@0.11.0+wasi-snapshot-preview1 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.5 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-sys@0.42.0 + windows-sys@0.45.0 + windows-targets@0.42.2 + windows_aarch64_gnullvm@0.42.2 + windows_aarch64_msvc@0.42.2 + windows_i686_gnu@0.42.2 + windows_i686_msvc@0.42.2 + windows_x86_64_gnu@0.42.2 + windows_x86_64_gnullvm@0.42.2 + windows_x86_64_msvc@0.42.2 +" + +inherit cargo distutils-r1 + +DESCRIPTION="Simple, modern file watching and code reload in Python" +HOMEPAGE=" + https://pypi.org/project/watchfiles/ + https://github.com/samuelcolvin/watchfiles/ +" +SRC_URI=" + https://github.com/samuelcolvin/watchfiles/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz + ${CARGO_CRATE_URIS} +" + +LICENSE="MIT" +# Dependent crate licenses +LICENSE+=" + Apache-2.0-with-LLVM-exceptions ISC MIT Unicode-DFS-2016 + || ( Artistic-2 CC0-1.0 ) +" +SLOT="0" +KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv ~s390 ~sparc x86" + +RDEPEND=" + >=dev-python/anyio-3.0.0[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/setuptools-rust[${PYTHON_USEDEP}] + test? ( + dev-python/dirty-equals[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/pytest-timeout[${PYTHON_USEDEP}] + ) +" + +# enjoy Rust +QA_FLAGS_IGNORED=".*/_rust_notify.*" + +distutils_enable_tests pytest + +src_prepare() { + distutils-r1_src_prepare + + # fix version number + sed -i -e "/^version/s:0\.0\.0:${PV}:" Cargo.toml || die +} + +python_test() { + rm -rf watchfiles || die + epytest +} diff --git a/dev-python/watchfiles/watchfiles-0.21.0.ebuild b/dev-python/watchfiles/watchfiles-0.21.0.ebuild deleted file mode 100644 index 445b7e4e6764..000000000000 --- a/dev-python/watchfiles/watchfiles-0.21.0.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -CRATES=" - autocfg@1.1.0 - bitflags@1.3.2 - cc@1.0.83 - cfg-if@1.0.0 - crossbeam-channel@0.5.7 - crossbeam-utils@0.8.15 - filetime@0.2.20 - fsevent-sys@4.1.0 - heck@0.4.1 - indoc@2.0.4 - inotify-sys@0.1.5 - inotify@0.9.6 - kqueue-sys@1.0.3 - kqueue@1.0.7 - libc@0.2.140 - lock_api@0.4.9 - log@0.4.17 - memoffset@0.9.0 - mio@0.8.6 - notify@5.1.0 - once_cell@1.17.1 - parking_lot@0.12.1 - parking_lot_core@0.9.7 - proc-macro2@1.0.53 - pyo3-build-config@0.20.0 - pyo3-ffi@0.20.0 - pyo3-macros-backend@0.20.0 - pyo3-macros@0.20.0 - pyo3@0.20.0 - python3-dll-a@0.2.9 - quote@1.0.26 - redox_syscall@0.2.16 - same-file@1.0.6 - scopeguard@1.1.0 - smallvec@1.10.0 - syn@2.0.12 - target-lexicon@0.12.6 - unicode-ident@1.0.8 - unindent@0.2.3 - walkdir@2.3.3 - wasi@0.11.0+wasi-snapshot-preview1 - winapi-i686-pc-windows-gnu@0.4.0 - winapi-util@0.1.5 - winapi-x86_64-pc-windows-gnu@0.4.0 - winapi@0.3.9 - windows-sys@0.42.0 - windows-sys@0.45.0 - windows-targets@0.42.2 - windows_aarch64_gnullvm@0.42.2 - windows_aarch64_msvc@0.42.2 - windows_i686_gnu@0.42.2 - windows_i686_msvc@0.42.2 - windows_x86_64_gnu@0.42.2 - windows_x86_64_gnullvm@0.42.2 - windows_x86_64_msvc@0.42.2 -" - -inherit cargo distutils-r1 - -DESCRIPTION="Simple, modern file watching and code reload in Python" -HOMEPAGE=" - https://pypi.org/project/watchfiles/ - https://github.com/samuelcolvin/watchfiles/ -" -SRC_URI=" - https://github.com/samuelcolvin/watchfiles/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz - ${CARGO_CRATE_URIS} -" - -LICENSE="MIT" -# Dependent crate licenses -LICENSE+=" - Apache-2.0-with-LLVM-exceptions ISC MIT Unicode-DFS-2016 - || ( Artistic-2 CC0-1.0 ) -" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - =dev-python/anyio-3*[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-rust[${PYTHON_USEDEP}] - test? ( - dev-python/dirty-equals[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-timeout[${PYTHON_USEDEP}] - ) -" - -# enjoy Rust -QA_FLAGS_IGNORED=".*/_rust_notify.*" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - - # fix version number - sed -i -e "/^version/s:0\.0\.0:${PV}:" Cargo.toml || die -} - -python_test() { - rm -rf watchfiles || die - epytest -} -- cgit v1.2.3