summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control47
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8d9ad7a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,47 @@
+Source: pykwalify
+Section: python
+Priority: optional
+Maintainer: Johan Fleury <jfleury@arcaik.net>
+Build-Depends:
+ debhelper (>= 11),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-dateutil,
+ python-docopt,
+ python-pytest,
+ python-ruamel.yaml,
+ python-testfixtures,
+ python3-all,
+ python3-setuptools,
+ python3-dateutil,
+ python3-docopt,
+ python3-pytest,
+ python3-ruamel.yaml,
+ python3-testfixtures
+Standards-Version: 4.2.1
+Homepage: https://github.com/grokzen/pykwalify
+X-Python3-Version: >= 3.6
+Vcs-Git: https://salsa.debian.org/Arcaik-guest/python-pykwalify.git
+Vcs-browser: https://salsa.debian.org/Arcaik-guest/python-pykwalify/
+
+Package: python3-pykwalify
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-ruamel.yaml
+Description: Python YAML/JSON schema validation library (Python 3)
+ PyKwalify is a open source port of the kwalify lib and specification.
+ .
+ This package installs the library for Python 3.
+
+Package: pykwalify
+Section: utils
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ python3-pykwalify
+Description: Python YAML/JSON schema validation library (command line program)
+ PyKwalify is a open source port of the kwalify lib and specification.
+ .
+ This package installs the command line program.