Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2017 07:41:45 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433283 - head/devel/py-adb
Message-ID:  <201702040741.v147fjBG044632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb  4 07:41:45 2017
New Revision: 433283
URL: https://svnweb.freebsd.org/changeset/ports/433283

Log:
  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

Modified:
  head/devel/py-adb/Makefile   (contents, props changed)
  head/devel/py-adb/distinfo   (contents, props changed)
  head/devel/py-adb/pkg-descr   (contents, props changed)

Modified: head/devel/py-adb/Makefile
==============================================================================
--- head/devel/py-adb/Makefile	Sat Feb  4 06:30:31 2017	(r433282)
+++ head/devel/py-adb/Makefile	Sat Feb  4 07:41:45 2017	(r433283)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	adb
-PORTVERSION=	1.1.1
-PORTREVISION=	1
+DISTVERSION=	1.1.1-37
+DISTVERSIONSUFFIX=	-gfb09de9
 CATEGORIES=	devel comms python
-MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -12,9 +11,12 @@ COMMENT=	Pure-python implementation of A
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libusb1>0:devel/py-libusb1 \
-		${PYTHON_PKGNAMEPREFIX}python-gflags>0:devel/py-python-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: head/devel/py-adb/distinfo
==============================================================================
--- head/devel/py-adb/distinfo	Sat Feb  4 06:30:31 2017	(r433282)
+++ head/devel/py-adb/distinfo	Sat Feb  4 07:41:45 2017	(r433283)
@@ -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: head/devel/py-adb/pkg-descr
==============================================================================
--- head/devel/py-adb/pkg-descr	Sat Feb  4 06:30:31 2017	(r433282)
+++ head/devel/py-adb/pkg-descr	Sat Feb  4 07:41:45 2017	(r433283)
@@ -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?201702040741.v147fjBG044632>