File: control

package info (click to toggle)
python-watchfiles 0.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: python: 1,973; makefile: 91
file content (36 lines) | stat: -rw-r--r-- 1,444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: python-watchfiles
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Louis-Philippe Véronneau <pollo@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               python3-all,
               pybuild-plugin-pyproject,
               python3-maturin,
               python3-anyio,
               python3-pytest <!nocheck>,
               python3-pytest-mock <!nocheck>,
               python3-pytest-timeout <!nocheck>,
               python3-dirty-equals <!nocheck>,
               python3-docutils <!nodoc>,
               librust-crossbeam-channel-dev,
               librust-notify-dev,
               librust-pyo3-dev,
               cargo,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/python-watchfiles.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-watchfiles
Homepage: https://github.com/samuelcolvin/watchfiles
Testsuite: autopkgtest-pkg-pybuild

Package: python3-watchfiles
Architecture: any
Depends: ${python3:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Simple, modern and high performance file watching in Python
 Simple, modern and high performance file watching and code reload in Python.
 Underlying file system notifications are handled by the Notify Rust library.
 .
 This package is the reincarnation of a previous project named "watchgod".