Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2017 11:01:05 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442828 - in head/net: . py-pysocks py3-pysocks
Message-ID:  <201706071101.v57B15GW042295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Wed Jun  7 11:01:05 2017
New Revision: 442828
URL: https://svnweb.freebsd.org/changeset/ports/442828

Log:
  [NEW] net/py3-pysocks: Create Python 3.x port of net/py-pysocks
  
  The latest www/py-requests update [1] unbundled its dependencies, now
  requiring chardet, idna, urllib3 and certifi from ports.
  
  www/py3-requests port was not tested during QA, which would have highlighted
  the need for many new py3-* ports (and their dependencies).
  
  This change creates one of those ports.
  
  [1] https://svnweb.freebsd.org/changeset/ports/442565
  
  PR:		219833
  Approved by:	koobs (python, with hat)

Added:
  head/net/py3-pysocks/
     - copied from r442817, head/net/py-pysocks/
Deleted:
  head/net/py3-pysocks/distinfo
  head/net/py3-pysocks/pkg-descr
Modified:
  head/net/Makefile
  head/net/py-pysocks/Makefile
  head/net/py3-pysocks/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Jun  7 10:56:40 2017	(r442827)
+++ head/net/Makefile	Wed Jun  7 11:01:05 2017	(r442828)
@@ -1077,6 +1077,7 @@
     SUBDIR += py-zope.proxy
     SUBDIR += py-zsi
     SUBDIR += py3-netifaces
+    SUBDIR += py3-pysocks
     SUBDIR += pygopherd
     SUBDIR += pynids
     SUBDIR += pyrad

Modified: head/net/py-pysocks/Makefile
==============================================================================
--- head/net/py-pysocks/Makefile	Wed Jun  7 10:56:40 2017	(r442827)
+++ head/net/py-pysocks/Makefile	Wed Jun  7 11:01:05 2017	(r442828)
@@ -13,7 +13,7 @@ COMMENT=	Python SOCKS module
 
 LICENSE=	BSD3CLAUSE
 
-USES=		python
+USES?=		python
 USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 

Modified: head/net/py3-pysocks/Makefile
==============================================================================
--- head/net/py-pysocks/Makefile	Wed Jun  7 04:06:33 2017	(r442817)
+++ head/net/py3-pysocks/Makefile	Wed Jun  7 11:01:05 2017	(r442828)
@@ -1,20 +1,9 @@
 # Created by: Neil Booth
 # $FreeBSD$
 
-PORTNAME=	pysocks
-PORTVERSION=	1.6.7
-CATEGORIES=	net python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	PySocks-${PORTVERSION}
+MASTERDIR=      ${.CURDIR}/../py-pysocks
 
-MAINTAINER=	python@FreeBSD.org
-COMMENT=	Python SOCKS module
+USES=   python:3.3+
 
-LICENSE=	BSD3CLAUSE
+.include "${MASTERDIR}/Makefile"
 
-USES=		python
-USE_PYTHON=	autoplist concurrent distutils
-NO_ARCH=	yes
-
-.include <bsd.port.mk>



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