Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2014 03:51:48 +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: r373438 - head/www/py-requests
Message-ID:  <201411260351.sAQ3pmUi078761@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Wed Nov 26 03:51:48 2014
New Revision: 373438
URL: https://svnweb.freebsd.org/changeset/ports/373438
QAT: https://qat.redports.org/buildarchive/r373438/

Log:
  www/py-requests: Update to 2.4.3
  
  - Update to 2.4.3
  - Update to USES and USE_PYTHON new world order
  - Add LICENSE_FILE
  - Add TEST_DEPENDS
  - Update pkg-descr
  
  Changes:
  
    https://github.com/kennethreitz/requests/blob/v2.4.3/HISTORY.rst

Modified:
  head/www/py-requests/Makefile
  head/www/py-requests/distinfo
  head/www/py-requests/pkg-descr

Modified: head/www/py-requests/Makefile
==============================================================================
--- head/www/py-requests/Makefile	Wed Nov 26 02:41:26 2014	(r373437)
+++ head/www/py-requests/Makefile	Wed Nov 26 03:51:48 2014	(r373438)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	requests
-PORTVERSION=	2.3.0
+PORTVERSION=	2.4.3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,12 @@ MAINTAINER=	koobs@FreeBSD.org
 COMMENT=	HTTP library written in Python for human beings
 
 LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.3.4:${PORTSDIR}/devel/py-pytest
+
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 CONFLICTS_INSTALL=	py*-requests1-*
 

Modified: head/www/py-requests/distinfo
==============================================================================
--- head/www/py-requests/distinfo	Wed Nov 26 02:41:26 2014	(r373437)
+++ head/www/py-requests/distinfo	Wed Nov 26 03:51:48 2014	(r373438)
@@ -1,2 +1,2 @@
-SHA256 (requests-2.3.0.tar.gz) = 1c1473875d846fe563d70868acf05b1953a4472f4695b7b3566d1d978957b8fc
-SIZE (requests-2.3.0.tar.gz) = 429521
+SHA256 (requests-2.4.3.tar.gz) = 53c68313c5c6149b1a899234c000296e60a8900682accf73d6f0c6d608afc6b1
+SIZE (requests-2.4.3.tar.gz) = 438132

Modified: head/www/py-requests/pkg-descr
==============================================================================
--- head/www/py-requests/pkg-descr	Wed Nov 26 02:41:26 2014	(r373437)
+++ head/www/py-requests/pkg-descr	Wed Nov 26 03:51:48 2014	(r373438)
@@ -2,17 +2,18 @@ Requests is an ISC Licensed HTTP library
 
 Features:
 
- * International Domains and URLs
- * Keep-Alive & Connection Pooling
- * Sessions with Cookie Persistence
- * Browser-style SSL Verification
- * Basic/Digest Authentication
- * Elegant Key/Value Cookies
- * Automatic Decompression
- * Unicode Response Bodies
- * Multipart File Uploads
- * Connection Timeouts
- * Thread-safety
- * HTTP(S) Proxy Support
+  * International Domains and URLs
+  * Keep-Alive & Connection Pooling
+  * Sessions with Cookie Persistence
+  * Browser-style SSL Verification
+  * Basic/Digest Authentication
+  * Elegant Key/Value Cookies
+  * Automatic Decompression
+  * Unicode Response Bodies
+  * Multipart File Uploads
+  * Connection Timeouts
+  * .netrc support
+  * Python 2.6-3.4
+  * Thread-safe
 
 WWW: http://python-requests.org



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