File: control

package info (click to toggle)
geojson-pydantic 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 1,503; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,107 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
Source: geojson-pydantic
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 flit,
 pybuild-plugin-pyproject,
 python3-all,
Build-Depends-Indep:
 python3-pydantic (>= 2.4.2) <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-shapely,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/developmentseed/geojson-pydantic
Vcs-Browser: https://salsa.debian.org/python-team/packages/geojson-pydantic
Vcs-Git: https://salsa.debian.org/python-team/packages/geojson-pydantic.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-geojson-pydantic
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Pydantic data models for the GeoJSON specification
 Models that can be used for creating or validating geojson data.
 .
 Includes support for pydantic's Generic Models which allow the creation of
 more advanced models to validate either the geometry type or the properties.