File: control

package info (click to toggle)
aiohttp-mako 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: python: 115; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 916 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
Source: aiohttp-mako
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 9), dh-python,
               python3-aiohttp,
               python3-all,
               python3-mako (>= 1.0.0),
               python3-setuptools,
               python3-nose,
Standards-Version: 4.5.0
Homepage: https://github.com/aio-libs/aiohttp_mako/
Vcs-Git: https://salsa.debian.org/python-team/modules/aiohttp-mako.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/aiohttp-mako

Package: python3-aiohttp-mako
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Enhances: python3-aiohttp
Description: mako template renderer for aiohttp.web
 Mako template renderer for aiohttp.web (asyncio HTTP server) based on
 aiohttp_jinja2. Library supports almost same API.