Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2017 17:20:14 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r434306 - branches/2017Q1/devel/py-adb
Message-ID:  <201702171720.v1HHKEi8017853@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Feb 17 17:20:14 2017
New Revision: 434306
URL: https://svnweb.freebsd.org/changeset/ports/434306

Log:
  MFH: r433283
  
  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
  Approved by:	ports-secteam (feld)

Modified:
  branches/2017Q1/devel/py-adb/Makefile
  branches/2017Q1/devel/py-adb/distinfo
  branches/2017Q1/devel/py-adb/pkg-descr
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/devel/py-adb/Makefile
==============================================================================
--- branches/2017Q1/devel/py-adb/Makefile	Fri Feb 17 17:12:20 2017	(r434305)
+++ branches/2017Q1/devel/py-adb/Makefile	Fri Feb 17 17:20:14 2017	(r434306)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	adb
-PORTVERSION=	1.1.1
+DISTVERSION=	1.1.1-37
+DISTVERSIONSUFFIX=	-gfb09de9
 CATEGORIES=	devel comms python
-MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -11,9 +11,12 @@ COMMENT=	Pure-python implementation of A
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libusb1>0:devel/py-libusb1 \
-		${PYTHON_PKGNAMEPREFIX}gflags>0:devel/py-gflags \
-		${PYTHON_PKGNAMEPREFIX}m2crypto>0:security/py-m2crypto
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libusb1>=1.0.16:devel/py-libusb1 \
+		${PYTHON_PKGNAMEPREFIX}m2crypto>=0.21.1:security/py-m2crypto
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	google
+GH_PROJECT=	python-${PORTNAME}
 
 NO_ARCH=	yes
 USES=		python:-2.7

Modified: branches/2017Q1/devel/py-adb/distinfo
==============================================================================
--- branches/2017Q1/devel/py-adb/distinfo	Fri Feb 17 17:12:20 2017	(r434305)
+++ branches/2017Q1/devel/py-adb/distinfo	Fri Feb 17 17:20:14 2017	(r434306)
@@ -1,2 +1,3 @@
-SHA256 (adb-1.1.1.tar.gz) = 867c819e031210272d55ff97deaefd0514f62fd809154e1a04f77ce5632fd40c
-SIZE (adb-1.1.1.tar.gz) = 18255
+TIMESTAMP = 1477441756
+SHA256 (google-python-adb-1.1.1-37-gfb09de9_GH0.tar.gz) = 21c1869b80c3b9f2f31e24222161d69a32b5f5954237038f2a9632ce6ea0db0d
+SIZE (google-python-adb-1.1.1-37-gfb09de9_GH0.tar.gz) = 29207

Modified: branches/2017Q1/devel/py-adb/pkg-descr
==============================================================================
--- branches/2017Q1/devel/py-adb/pkg-descr	Fri Feb 17 17:12:20 2017	(r434305)
+++ branches/2017Q1/devel/py-adb/pkg-descr	Fri Feb 17 17:20:14 2017	(r434306)
@@ -6,4 +6,4 @@ same device. It does support any number 
 communicates with a device that it wasn't intended to, unlike the
 Android project's ADB.
 
-WWW: https://pypi.python.org/pypi/adb
+WWW: https://github.com/google/python-adb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702171720.v1HHKEi8017853>