- Update to 0.6.4
PR: ports/161590 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
This commit is contained in:
parent
3b21ea8e60
commit
b796fb96c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283531
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= requests
|
||||
PORTVERSION= 0.6.2
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,7 +17,9 @@ COMMENT= Requests is an elegant and simple HTTP library for Python
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_PYTHON= 2.5+
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gevent/__init__.py:${PORTSDIR}/devel/py-gevent
|
||||
|
||||
USE_PYTHON= 2.6+
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (requests-0.6.2.tar.gz) = b5419f909fc21b8eb037dc4bade29530c28993610b68213b7f7633bf10bcabbc
|
||||
SIZE (requests-0.6.2.tar.gz) = 26524
|
||||
SHA256 (requests-0.6.4.tar.gz) = 151f105506913a6b84f6119400ca94732ec39f5b4e0991ca2fc840ddb4e37816
|
||||
SIZE (requests-0.6.4.tar.gz) = 30212
|
||||
|
Loading…
Reference in New Issue
Block a user