1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

www/py-requests: update to 2.10.0

PR:		209988
Submitted by:	myself
Approved by:	maintainer timeout (koobs, 15 days)
This commit is contained in:
Rene Ladan 2016-06-18 07:34:34 +00:00
parent f497c53064
commit 1b71a51601
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417049
3 changed files with 4 additions and 22 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= requests
PORTVERSION= 2.9.1
PORTVERSION= 2.10.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,3 @@
SHA256 (requests-2.9.1.tar.gz) = c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f
SIZE (requests-2.9.1.tar.gz) = 484252
TIMESTAMP = 1464882911
SHA256 (requests-2.10.0.tar.gz) = 63f1815788157130cee16a933b2ee184038e975f0017306d723ac326b5525b54
SIZE (requests-2.10.0.tar.gz) = 477617

View File

@ -1,19 +0,0 @@
--- setup.py.orig 2015-06-05 04:36:25 UTC
+++ setup.py
@@ -27,6 +27,7 @@ packages = [
]
requires = []
+tests_require = ['pytest']
version = ''
with open('requests/__init__.py', 'r') as fd:
@@ -54,6 +55,8 @@ setup(
package_dir={'requests': 'requests'},
include_package_data=True,
install_requires=requires,
+ tests_require=tests_require,
+ test_suite='test_requests',
license='Apache 2.0',
zip_safe=False,
classifiers=(