Projet

Général

Profil

0001-debian-build-python3-package-46485.patch

Serghei Mihai, 09 septembre 2020 11:33

Télécharger (1,83 ko)

Voir les différences:

Subject: [PATCH] debian: build python3 package (#46485)

 debian/control | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)
debian/control
2 2
Maintainer: Josue Kouka <jkouka@entrouvert.org>
3 3
Section: python
4 4
Priority: optional
5
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-django
5
Build-Depends: python3-setuptools, python3-all, python3-django, debhelper (>= 9)
6 6
Standards-Version: 3.9.6
7
X-Python-Version: >= 2.7
7
X-Python-Version: >= 3
8 8

  
9
Package: python-mandayejs
9
Package: python3-mandayejs
10 10
Architecture: all
11 11
Depends: ${misc:Depends}, ${python:Depends},
12
    python-django (>= 1.7),
13
    python-gadjo,
14
    python-django-jsonfield,
15
    python-ldap,
16
    python-crypto,
17
    python-requests,
18
    python-djangorestframework
12
    python3-django (>= 1:1.11),
13
    python3-gadjo,
14
    python3-django-jsonfield,
15
    python3-crypto
16
    python3-requests,
17
    python3-djangorestframework
19 18
Recommends: python-django-mellon
20 19
Description: Authentication Reverse Proxy
21 20

  
......
23 22
Architecture: all
24 23
Depends: ${misc:Depends},
25 24
    gunicorn,
26
    python-mandayejs (= ${binary:Version}),
27
    python-hobo,
28
    python-django-tenant-schemas,
29
    python-psycopg2,
30
    python-django-mellon,
25
    python3-mandayejs (= ${binary:Version}),
26
    python3-hobo,
27
    python3-django-tenant-schemas,
28
    python3-psycopg2,
29
    python3-django-mellon,
31 30
Recommends: nginx, phantomjs, publik-base-theme
32 31
Suggests: postgresql
33 32
Description: Authentication Reverse Proxy
34
-