Skip to content

Commit

Permalink
www/py-cachecontrol: Update 0.12.13 → 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jul 2, 2023
1 parent 755553f commit fa2d4aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions www/py-cachecontrol/Makefile
@@ -1,23 +1,23 @@
PORTNAME= cachecontrol
DISTVERSION= 0.12.13
DISTVERSION= 0.13.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= CacheControl-${PORTVERSION}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Caching algorithms in httplib2 for use with requests session object
WWW= https://github.com/psf/cachecontrol

LICENSE= APACHE20

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.2:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}requests>=2.16.0:www/py-requests@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils pytest
USE_PYTHON= pep517 autoplist concurrent pytest
NO_ARCH= yes

CONFLICTS_INSTALL= py*-cachecontrol # bin/doesitcache
Expand Down
6 changes: 3 additions & 3 deletions www/py-cachecontrol/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1685994297
SHA256 (CacheControl-0.12.13.tar.gz) = e28ab6c7b57ff53a7f9a6a8431fff021fb7437794ec581884773610bb8ce3f82
SIZE (CacheControl-0.12.13.tar.gz) = 115057
TIMESTAMP = 1688265219
SHA256 (cachecontrol-0.13.1.tar.gz) = f012366b79d2243a6118309ce73151bf52a38d4a5dac8ea57f09bd29087e506b
SIZE (cachecontrol-0.13.1.tar.gz) = 29069

0 comments on commit fa2d4aa

Please sign in to comment.