From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/watchfiles/
Date: Sat, 18 Jun 2022 06:47:20 +0000 (UTC) [thread overview]
Message-ID: <1655534834.4cd120b93af8e06abf31a50959df32b85770c31a.mgorny@gentoo> (raw)
commit: 4cd120b93af8e06abf31a50959df32b85770c31a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 06:37:59 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 06:47:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd120b9
dev-python/watchfiles: Bump to 0.15.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/watchfiles/Manifest | 1 +
dev-python/watchfiles/watchfiles-0.15.0.ebuild | 102 +++++++++++++++++++++++++
2 files changed, 103 insertions(+)
diff --git a/dev-python/watchfiles/Manifest b/dev-python/watchfiles/Manifest
index 56fa527b39a1..8d842b6bb81e 100644
--- a/dev-python/watchfiles/Manifest
+++ b/dev-python/watchfiles/Manifest
@@ -39,6 +39,7 @@ DIST unindent-0.1.8.crate 8326 BLAKE2B 3123c6b540b152d89cc7a9a76ff1315549f973c6a
DIST walkdir-2.3.2.crate 23516 BLAKE2B 473f2b51aafd6ac17e5c3da8d545d179b31486b3a65ab39fbd8bd7fbb2ebcc24bebf01781200a26a68f0b1cb464f5763a919aead3b03eba5a7e1be6efec5500b SHA512 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da
DIST wasi-0.11.0+wasi-snapshot-preview1.crate 28131 BLAKE2B fe501889f25d65e2d032f885cc50c4f8bf7dd70fd5cbc438de349838370d8699e9627b0a4fc76030ea9fe6d508f41d0c9928a875fdbc47e73bfb17241cf7b155 SHA512 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f
DIST watchfiles-0.14.1.gh.tar.gz 38276 BLAKE2B 1007b4822774b6d04ffa4ea61b1e30a4c2da358e6561891599177f4060c606dc4f46f15a8fa40ff22e292440eb67ec33eaf7048db973fc8ea9c90d6f6adb9e14 SHA512 098ca0d3a7e2eafd3706e08753ac7b242bcf1aa68609a89531405ce7c69cb6ba205c5d72d28064acf9963c81e969e8ba753510d27ef525e007e1943bf9d07c1e
+DIST watchfiles-0.15.0.gh.tar.gz 38496 BLAKE2B b748904540c28bac3a3be3a1a236352bdba316d1230b196ce1d0ec90324299664c065d1644f7eeafa232e197493aba5b8685db5583c9899f57262651f0e53dc7 SHA512 1398c3337cd0f36bfd489dbca4c968bae2c23949d43567777411c1e9773ac633962164d61dcc84d462adba9d79e108ec98fc31866f364bfa72c26599d12a6fdc
DIST winapi-0.3.9.crate 1200382 BLAKE2B cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673 SHA512 ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97
DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 4d357e4d30f9552972170d65b9a5358b69c46a3e772fe05efc22f3d4ffc1caeeaad7aacdc7abd503a7ad0545f8bd7d22bf351dcb6df76f812fa4d45c34d65df0 SHA512 a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2
DIST winapi-util-0.1.5.crate 10164 BLAKE2B fc800aceae5249a858c806c3e969ef2545766099872d856ebee51c883d9acf1122278db9607d50ca53eac351502b700fd2463900932d342240f97f683d517963 SHA512 7baeb661f397c4693dfa001fdc774b323c51a7c55caad40f2de5112a1cefd1d6151e3df41fa4ee193460a5905917c83d2b1de5fa10b4bd014ad96690af95c0fd
diff --git a/dev-python/watchfiles/watchfiles-0.15.0.ebuild b/dev-python/watchfiles/watchfiles-0.15.0.ebuild
new file mode 100644
index 000000000000..5aab290d6c26
--- /dev/null
+++ b/dev-python/watchfiles/watchfiles-0.15.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=maturin
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+CRATES="
+ autocfg-1.1.0
+ bitflags-1.3.2
+ cfg-if-1.0.0
+ crossbeam-channel-0.5.4
+ crossbeam-utils-0.8.8
+ filetime-0.2.16
+ fsevent-sys-4.1.0
+ indoc-1.0.4
+ inotify-0.9.6
+ inotify-sys-0.1.5
+ kqueue-1.0.5
+ kqueue-sys-1.0.3
+ lazy_static-1.4.0
+ libc-0.2.124
+ lock_api-0.4.7
+ log-0.4.16
+ mio-0.8.2
+ miow-0.3.7
+ notify-5.0.0-pre.15
+ ntapi-0.3.7
+ once_cell-1.10.0
+ parking_lot-0.12.0
+ parking_lot_core-0.9.2
+ proc-macro2-1.0.37
+ pyo3-0.16.4
+ pyo3-build-config-0.16.4
+ pyo3-ffi-0.16.4
+ pyo3-macros-0.16.4
+ pyo3-macros-backend-0.16.4
+ quote-1.0.18
+ redox_syscall-0.2.13
+ same-file-1.0.6
+ scopeguard-1.1.0
+ smallvec-1.8.0
+ syn-1.0.91
+ target-lexicon-0.12.3
+ unicode-xid-0.2.2
+ unindent-0.1.8
+ walkdir-2.3.2
+ wasi-0.11.0+wasi-snapshot-preview1
+ winapi-0.3.9
+ winapi-i686-pc-windows-gnu-0.4.0
+ winapi-util-0.1.5
+ winapi-x86_64-pc-windows-gnu-0.4.0
+ windows-sys-0.34.0
+ windows_aarch64_msvc-0.34.0
+ windows_i686_gnu-0.34.0
+ windows_i686_msvc-0.34.0
+ windows_x86_64_gnu-0.34.0
+ windows_x86_64_msvc-0.34.0
+"
+
+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 ${CRATES})
+"
+
+LICENSE="MIT"
+# crates
+LICENSE+=" Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 BSD"
+LICENSE+=" CC0-1.0 ISC MIT Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~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
+
+python_test() {
+ rm -rf watchfiles || die
+ epytest
+}
next reply other threads:[~2022-06-18 6:47 UTC|newest]
Thread overview: 103+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-18 6:47 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 19:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/watchfiles/ Michał Górny
2025-02-15 9:53 Michał Górny
2025-02-15 8:31 Arthur Zamarin
2025-01-25 12:25 Arthur Zamarin
2025-01-25 11:07 Arthur Zamarin
2025-01-25 10:52 Sam James
2025-01-25 9:20 Arthur Zamarin
2025-01-10 20:43 Michał Górny
2025-01-03 18:23 Michał Górny
2025-01-03 17:22 Sam James
2024-12-28 11:44 Sam James
2024-12-28 10:45 Arthur Zamarin
2024-12-28 10:45 Arthur Zamarin
2024-12-28 10:06 Arthur Zamarin
2024-12-11 7:54 Michał Górny
2024-11-25 4:02 Michał Górny
2024-09-22 18:43 Arthur Zamarin
2024-09-14 12:26 Arthur Zamarin
2024-09-14 12:26 Arthur Zamarin
2024-09-14 12:26 Arthur Zamarin
2024-09-14 12:13 Arthur Zamarin
2024-09-14 11:31 Arthur Zamarin
2024-09-14 11:31 Arthur Zamarin
2024-09-02 13:20 Michał Górny
2024-09-02 7:29 Arthur Zamarin
2024-08-30 17:39 Arthur Zamarin
2024-08-29 4:52 Michał Górny
2024-08-24 10:40 Arthur Zamarin
2024-08-24 10:01 Sam James
2024-08-24 9:05 Arthur Zamarin
2024-08-24 9:05 Arthur Zamarin
2024-08-24 9:05 Arthur Zamarin
2024-08-07 14:10 Michał Górny
2024-07-10 5:13 Michał Górny
2024-06-12 11:14 Arthur Zamarin
2024-06-12 10:47 Arthur Zamarin
2024-06-12 8:42 Jakov Smolić
2024-06-12 7:19 Arthur Zamarin
2024-06-12 6:44 Arthur Zamarin
2024-06-12 6:44 Arthur Zamarin
2024-05-27 13:39 Michał Górny
2024-05-15 17:54 Michał Górny
2024-02-24 15:00 Michał Górny
2024-02-24 15:00 Michał Górny
2023-12-23 14:44 Michał Górny
2023-12-23 14:29 Arthur Zamarin
2023-12-17 23:55 Ionen Wolkens
2023-12-10 1:38 Ionen Wolkens
2023-12-09 16:38 Michał Górny
2023-11-29 12:34 Arthur Zamarin
2023-11-23 4:19 Michał Górny
2023-11-15 18:13 Arthur Zamarin
2023-11-15 16:45 Arthur Zamarin
2023-11-15 16:45 Arthur Zamarin
2023-11-15 16:34 Arthur Zamarin
2023-10-13 15:49 Michał Górny
2023-09-25 18:54 Arthur Zamarin
2023-09-25 18:27 Arthur Zamarin
2023-09-25 17:33 Arthur Zamarin
2023-09-25 17:04 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-08-25 9:49 Michał Górny
2023-06-18 19:01 Michał Górny
2023-06-11 18:38 Jakov Smolić
2023-06-11 15:37 Sam James
2023-06-11 15:04 Sam James
2023-06-11 15:04 Sam James
2023-06-11 13:32 Sam James
2023-06-11 13:32 Sam James
2023-06-11 13:32 Sam James
2023-05-30 18:37 Michał Górny
2023-05-04 17:04 Michał Górny
2023-04-08 6:08 Michał Górny
2023-03-28 5:19 Michał Górny
2022-11-14 5:07 Michał Górny
2022-11-07 15:43 Michał Górny
2022-10-21 7:48 Michał Górny
2022-10-08 15:15 Michał Górny
2022-10-04 19:58 Ionen Wolkens
2022-09-28 21:27 Sam James
2022-09-11 18:27 Arthur Zamarin
2022-08-13 11:17 Arthur Zamarin
2022-08-13 6:57 Arthur Zamarin
2022-07-29 10:12 Arthur Zamarin
2022-07-21 20:17 Michał Górny
2022-06-24 18:35 Michał Górny
2022-06-24 18:35 Michał Górny
2022-06-19 23:18 Yixun Lan
2022-06-19 9:15 Jakov Smolić
2022-06-16 8:10 Michał Górny
2022-06-09 2:43 Sam James
2022-05-18 5:58 Michał Górny
2022-05-17 6:54 Michał Górny
2022-05-15 8:43 Michał Górny
2022-05-01 7:30 Michał Górny
2022-04-25 6:29 Jakov Smolić
2022-04-24 18:06 Arthur Zamarin
2022-04-24 18:06 Arthur Zamarin
2022-04-24 18:06 Arthur Zamarin
2022-04-24 18:06 Arthur Zamarin
2022-04-24 18:04 Arthur Zamarin
2022-04-24 9:05 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1655534834.4cd120b93af8e06abf31a50959df32b85770c31a.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox