Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2018 05:10:44 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482878 - head/net/py-sbws
Message-ID:  <201810240510.w9O5Aigr013513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Wed Oct 24 05:10:44 2018
New Revision: 482878
URL: https://svnweb.freebsd.org/changeset/ports/482878

Log:
  this is v0.8.0; follow branch's setup.py to get port's deps and reqs done
  
    * python 3.5+ -> 3.4+;
    * console_scripts was used, so added concurrent to USE_PYTHON;
    * net/py-socks added to RUN_DEPENDS.
  
  Reported by:	koobs
  Approved by:	araujo (mentor), koobs
  Differential Revision:	https://reviews.freebsd.org/D17623

Modified:
  head/net/py-sbws/Makefile

Modified: head/net/py-sbws/Makefile
==============================================================================
--- head/net/py-sbws/Makefile	Wed Oct 24 00:55:35 2018	(r482877)
+++ head/net/py-sbws/Makefile	Wed Oct 24 05:10:44 2018	(r482878)
@@ -3,6 +3,7 @@
 PORTNAME=		sbws
 PORTVERSION=		0.8.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=		1
 CATEGORIES=		net python
 PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
 
@@ -12,12 +13,14 @@ COMMENT=	Tor network bandwidth scanner
 LICENSE=	CC0-1.0
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}stem>=1.7.0:security/py-stem@${PY_FLAVOR} \
+		# pysocks: indirect dependency via requests[socks]
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pysocks>=1.6.8:net/py-pysocks@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}stem>=1.7.0:security/py-stem@${PY_FLAVOR} \
 		tor:security/tor
 
-USES=		cpe python:3.5+ shebangfix
+USES=		cpe python:3.4+ shebangfix
 USE_GITHUB=	yes
-USE_PYTHON=	autoplist distutils flavors
+USE_PYTHON=	autoplist distutils concurrent flavors
 
 CPE_VENDOR=	torproject
 GH_ACCOUNT=	torproject



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