svn commit: r400445 - head/www/py-requests

Kubilay Kocak koobs at FreeBSD.org
Thu Oct 29 08:19:57 UTC 2015


Author: koobs
Date: Thu Oct 29 08:19:56 2015
New Revision: 400445
URL: https://svnweb.freebsd.org/changeset/ports/400445

Log:
  www/py-requests: Update to 2.8.1
  
  - Update PORTVERSION and distinfo checksum (2.8.1)
  - Add NO_ARCH
  - Rename test target since the framework supports TEST_DEPENDS et al.
  - Add comment about failing test that's not supposed to fail (xfail)
  
  Changes:
  
    https://github.com/kennethreitz/requests/blob/v2.8.1/HISTORY.rst

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

Modified: head/www/py-requests/Makefile
==============================================================================
--- head/www/py-requests/Makefile	Thu Oct 29 08:04:50 2015	(r400444)
+++ head/www/py-requests/Makefile	Thu Oct 29 08:19:56 2015	(r400445)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	requests
-PORTVERSION=	2.7.0
+PORTVERSION=	2.8.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,12 @@ USE_PYTHON=	autoplist distutils
 
 CONFLICTS_INSTALL=	py*-requests1-*
 
-regression-test: build
+NO_ARCH=	yes
+
+# FAIL: test_response_iter_lines_reentrant (test_requests.RequestsTestCase)
+# Is marked xfail, but pytest doesn't seem to recognize it.
+
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>

Modified: head/www/py-requests/distinfo
==============================================================================
--- head/www/py-requests/distinfo	Thu Oct 29 08:04:50 2015	(r400444)
+++ head/www/py-requests/distinfo	Thu Oct 29 08:19:56 2015	(r400445)
@@ -1,2 +1,2 @@
-SHA256 (requests-2.7.0.tar.gz) = 398a3db6d61899d25fd4a06c6ca12051b0ce171d705decd7ed5511517b4bb93d
-SIZE (requests-2.7.0.tar.gz) = 451723
+SHA256 (requests-2.8.1.tar.gz) = 84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b
+SIZE (requests-2.8.1.tar.gz) = 480803


More information about the svn-ports-all mailing list