diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-27 09:58:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 16:15:49 +0100 |
commit | f1bca0b041830bf85957dd95221ef2f175c1f1bb (patch) | |
tree | 1eececee6c1b725eafa110c2c7f2811a5c305c4f /debian/control | |
parent | 0e61e34bb3798c902ef3e7a749451db140285128 (diff) | |
download | Ishtar-f1bca0b041830bf85957dd95221ef2f175c1f1bb.tar.bz2 Ishtar-f1bca0b041830bf85957dd95221ef2f175c1f1bb.zip |
🚀 Debian package: python-django-ishtar
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..b986b2fe6 --- /dev/null +++ b/debian/control @@ -0,0 +1,64 @@ +Source: python-django-ishtar +Section: python +Priority: optional +Maintainer: Étienne Loks <etienne.loks@iggdrasil.net> +Build-Depends: debhelper (>= 11~), + dh-python, + python3-all, + python3-setuptools +Standards-Version: 4.3.0 +Homepage: https://ishtar-archeo.net/ + +Package: python3-django-ishtar +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + python3-argon2, + python3-bs4, + python3-cairosvg, + python3-distutils, + python3-gdal, + python3-lxml, + python3-markdown, + python3-memcache, + python3-psycopg2, + python3-pil, + python3-png, + python3-pyqrcode, + python3-requests, + python3-tidylib, + python3-unidecode, + python3-xmltodict, + python3-fiona, + python3-pyproj, + python3-django-simple-history, + python3-secretary, + python3-django (>= 2:2.2.24), + python3-django (<< 2:2.3.0), + python3-ajax-select, + python3-djangorestframework, + python3-django-axes, + python3-django-compressor, + python3-django-extensions, + python3-django-extra-views, + python3-django-formtools, + python3-django-registration, + apg, + gettext, + locales, + memcached, + graphviz, + poppler-utils, + pandoc, + weasyprint +Recommends: + postgresql, + postgresql-contrib, + postgresql-13-postgis-3, + postgresql-13-postgis-3-scripts, + uwsgi, + uwsgi-plugin-python3, + nginx +Description: Archaeological data management + Ishtar aims at enabling the management, improvement, analysis and sharing of + data from archaeological excavations, from fieldwork to museums. |