1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: python-biplist
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python3-all,
python-coverage,
python3-coverage,
python-nose,
python3-nose,
python-setuptools,
python3-setuptools
X-Python-Version: >= 2.7
Standards-Version: 4.1.3
Homepage: https://bitbucket.org/wooster/biplist
Vcs-Git: https://salsa.debian.org/python-team/modules/python-biplist.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-biplist
Package: python-biplist
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python 2 library for reading/writing Mac OS X binary plists
biplist is a binary plist parser/generator for Python. Binary Property List
(plist) files provide a faster and smaller serialization format for property
lists on Mac OS X. This is a library for generating binary plists which can
be read by Mac OS X, iOS, or other clients.
.
This package contains the Python 2 version of biplist.
Package: python3-biplist
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 3 library for reading/writing Mac OS X binary plists
biplist is a binary plist parser/generator for Python. Binary Property List
(plist) files provide a faster and smaller serialization format for property
lists on Mac OS X. This is a library for generating binary plists which can
be read by Mac OS X, iOS, or other clients.
.
This package contains the Python 3 version of biplist.
|