Port details |
- py-adb Pure-python implementation of ADB and Fastboot protocols
- 1.3.0.9 devel =2 1.3.0.9Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2016-03-27 15:31:26
- Last Update: 2023-09-29 14:19:56
- Commit Hash: 3754fc5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: comms python
- License: APACHE20
- WWW:
- https://github.com/google/python-adb
- Description:
- py-adb is mainly targeted to users that need to communicate with
Android devices in an automated fashion, such as in automated
testing. It does not have a daemon between the client and the device,
and therefore does not support multiple simultaneous commands to the
same device. It does support any number of devices and never
communicates with a device that it wasn't intended to, unlike the
Android project's ADB.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}adb>0:devel/py-adb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-adb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-adb
- pkg install py39-adb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-adb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-adb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1563486978
SHA256 (google-python-adb-1.3.0-9-gd0be33c_GH0.tar.gz) = 2a2cd811380d06605be088e442319dc7566ec46adf41ba498aa91a48ec31818b
SIZE (google-python-adb-1.3.0-9-gd0be33c_GH0.tar.gz) = 36838
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-mock>=0 : devel/py-mock@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-libusb1>=1.0.16 : devel/py-libusb1@py39
- py39-cryptography>=41.0.3_1,1 : security/py-cryptography@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-adb
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0.9 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
1.3.0.9 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
1.3.0.9 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.0.9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.0.9 29 Jun 2022 16:33:00 |
Po-Chuan Hsieh (sunpoet) |
devel/py-adb: Convert to USE_PYTHON=pytest |
1.3.0.9 20 Apr 2022 12:32:16 |
Dmitry Marakasov (amdmi3) |
devel/py-adb: switch to USES=pytest |
1.3.0.9 07 Apr 2022 18:59:33 |
Dmitry Marakasov (amdmi3) |
devel/py-adb: add missing test depend |
1.3.0.9 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.0.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.0.9 31 Jan 2021 01:55:20 |
jbeich |
Drop illusion of maintenance
Gift important ports (reset if undesired):
- multimedia/libmtp -> desktop@
- x11-drivers/xf86-input-wacom -> x11@ |
1.3.0.9 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.3.0.9 11 Aug 2019 00:45:12 |
jbeich |
devel/py-adb: update to 1.3.0.9 (snapshot)
Changes: https://github.com/google/python-adb/compare/0e50795...d0be33c |
1.3.0.7 01 Jul 2019 03:32:40 |
jbeich |
devel/py-adb: update to 1.3.0.7 (snapshot)
Changes: https://github.com/google/python-adb/compare/d9b94b2...0e50795 |
1.3.0.5 29 Jan 2019 00:46:29 |
jbeich |
devel/py-adb: update to 1.3.0.5 (snapshot)
Changes: https://github.com/google/python-adb/compare/722e54e...d9b94b2 |
1.3.0.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.3.0.1 01 Jun 2018 14:19:30 |
jbeich |
devel/py-adb: update to 1.3.0.1 (snapshot)
Changes: https://github.com/google/python-adb/compare/ff48509...722e54e
MFH: 2018Q2 |
1.2.0.24 14 Apr 2018 00:57:36 |
jbeich |
devel/py-adb: update to 1.2.0.24 (snapshot)
- Switch to py-libusb1
- Expose Python 3.x support
- Hook up tests
Changes: https://github.com/google/python-adb/compare/fb09de9...ff48509 |
1.1.1.37_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.1.1.37_1 04 Feb 2017 07:41:57 |
jbeich |
devel/py-libusb1: update to 1.6.4
devel/py-adb stays on the old version due to google/python-adb#36
Changes: https://pypi.python.org/pypi/libusb1#id60 |
1.1.1.37 04 Feb 2017 07:41:45 |
jbeich |
devel/py-adb: update to 1.1.1.37 (snapshot)
PyPI package appears to be unmaintained.
Changes: https://github.com/google/python-adb/compare/ac4ca21...fb09de9
MFH: 2017Q1 |
1.1.1_1 10 Jan 2017 19:24:36 |
sunpoet |
Move devel/py-gflags to devel/py-python-gflags and update to 3.1.0
- Add LICENSE_FILE
- Add NO_ARCH
- Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
- Remove PROJECTHOST
- Update WWW
Changes: https://github.com/google/python-gflags/releases
PR: 215614
Differential Revision: https://reviews.FreeBSD.org/D8926
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days) |
1.1.1 16 Dec 2016 16:21:59 |
jbeich |
List in more categories |
1.1.1 27 Mar 2016 15:31:06 |
jbeich |
devel/py-adb: add new port
py-adb is mainly targeted to users that need to communicate with
Android devices in an automated fashion, such as in automated
testing. It does not have a daemon between the client and the device,
and therefore does not support multiple simultaneous commands to the
same device. It does support any number of devices and never
communicates with a device that it wasn't intended to, unlike the
Android project's ADB.
https://pypi.python.org/pypi/adb |