DFSG NEW Queue

DFSG, Licensing & New Packages Team

python-unasync 0.6.0-1

Package Information

Descriptionasync-to-sync source transformer

This library rewrites source files during package builds, producing a synchronous tree from an asynchronous source tree. It is normally invoked through a build command, where it reads files from configured directories such as _async and writes corresponding files to destinations such as _sync.

The transformation is rule based. Rules map source paths to target paths and apply token replacements for common async constructs and project-specific names. More specific rules can override broader ones, allowing different parts of a source tree to be converted with different path mappings and replacement sets.

It works on the project source tree and the package build machinery, mainly by extending the build step that copies package files. The generated files are ordinary source files that can be included in the built package.

MaintainerHome Assistant Team <team+homeassistant@tracker.debian.org>
Changed ByEdward Betts <edward@4angle.com>
Sponsoredward@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/homeassistant-team/deps/python-unasync.git (browse)
Closes#1141515
Trackerhttps://tracker.debian.org/pkg/python-unasync
Uploaded4 hours ago

New Package Report

.changes
Changed-ByEdward Betts
Architectureall source
Distributionunstable
DateSun, 05 Jul 2026 19:28:14 +0100
Sourcepython-unasync
Version0.6.0-1
Changelog
python-unasync (0.6.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1141515)
.dsc
Sectionpython
Priorityoptional
Componentmain
Package-Listpython3-unasync deb python optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: unasync
Upstream-Contact: Ratan Kulshreshtha <ratan.shreshtha@gmail.com>
Source: https://github.com/python-trio/unasync

Files: *
Copyright: 2018-2026, The unasync authors
License: Apache-2.0 or MIT

Files: debian/*
Copyright: 2026 Edward Betts <edward@4angle.com>
License: Apache-2.0 or MIT


License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
      http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache 2.0 License
 can be found in /usr/share/common-licenses/Apache-2.0 file.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back to Dashboard | View all reviews for this package