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
|
Source: sdkmanager
Section: devel
Priority: optional
Maintainer: Hans-Christoph Steiner <hans@eds.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
bash-completion,
dh-sequence-python3,
python3,
python3-defusedxml,
python3-requests,
python3-setuptools,
Standards-Version: 4.6.0.1
Rules-Requires-Root: no
Homepage: https://f-droid.org
Vcs-Git: https://salsa.debian.org/python-team/packages/sdkmanager.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sdkmanager
Package: sdkmanager
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
gpgv,
python3-looseversion,
Recommends: python3-argcomplete,
Description: Package manager for Android SDK packages
A drop-in replacement for sdkmanager from the Android SDK written in
Python. It implements the exact API of the sdkmanager
(https://developer.android.com/studio/command-line/sdkmanager)
command line. It only deviates from that API if it can be done while
being 100% compatible.
.
The project also attempts to maintain the same terminal output so it
can be compatible with things that scrape sdkmanager output.
|