Skip to content
Snippets Groups Projects
Commit 09b24bb8 authored by nicoo's avatar nicoo Committed by Boyuan Yang
Browse files

Import Debian changes 0.4.1-1

python-aiostream (0.4.1-1) unstable; urgency=low
.
  * Initial release (Closes: #975498)
parent 2df913d0
No related branches found
No related tags found
No related merge requests found
python-aiostream (0.4.1-1) unstable; urgency=low
* Initial release (Closes: #975498)
-- nicoo <nicoo@debian.org> Mon, 23 Nov 2020 02:56:38 +0100
Source: python-aiostream
Section: python
Priority: optional
Maintainer: nicoo <nicoo@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all (>= 3.7),
python3-pytest-asyncio,
python3-pytest-runner
Standards-Version: 4.5.0
Homepage: https://github.com/vxgmichel/aiostream
Package: python3-aiostream
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: Generator-based operators for asynchronous iteration
aiostream provides a collection of stream operators that can be combined to
create asynchronous pipelines of operations.
.
It can be seen as an asynchronous version of itertools, although some aspects
are slightly different. All the provided operators return a unified interface
called a stream. A stream is an enhanced asynchronous iterable.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: aiostream
Upstream-Contact: Vincent Michel <vxgmichel@gmail.com>
Source: https://github.com/vxgmichel/aiostream
Files: *
Copyright: 2016-2020 Vincent Michel <vxgmichel@gmail.com>
License: GPL-3
Files: debian/*
Copyright: 2020 nicoo <nicoo@debian.org>
License: GPL-3
License: GPL-3
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, version 3.
.
On Debian systems, the complete text of the GNU General Public License version 3
can be found in /usr/share/common-licenses/GPL-3.
[DEFAULT]
pristine-tar = True
debian-branch = debian/sid
upstream-tag = v%(version)s
#! /usr/bin/make -f
%:
dh $@ --with python3 --buildsystem=pybuild
3.0 (quilt)
extend-diff-ignore="^[^/]+.egg-info/"
version=4
opts="mode=git" \
https://github.com/vxgmichel/aiostream/ refs/tags/v?(\d\S+)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment