Skip to content

Commit d945dd5

Browse files
committed
devel/py-diskcache: avoid reliance on DQS extension
- grantjenks/python-diskcache#311 Differential Revision: https://reviews.freebsd.org/D45295 Approved by: yuri Sponsored by: SkunkWerks, GmbH
1 parent 6acad34 commit d945dd5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

devel/py-diskcache/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
PORTNAME= diskcache
22
DISTVERSIONPREFIX= v
33
DISTVERSION= 5.6.3
4+
PORTREVISION= 1
45
CATEGORIES= devel python
56
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
67

8+
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
9+
PATCHFILES+= b89111d.patch:-p1 # https://github.com/grantjenks/python-diskcache/pull/311
10+
711
MAINTAINER= [email protected]
812
COMMENT= Disk and file backed persistent cache
913
WWW= https://grantjenks.com/docs/diskcache/

devel/py-diskcache/distinfo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
TIMESTAMP = 1703309501
1+
TIMESTAMP = 1716359609
22
SHA256 (grantjenks-python-diskcache-v5.6.3_GH0.tar.gz) = ecd01a006c60c68171571da77d905878bacc2103a8e0ade55dcda26271ea2bb3
33
SIZE (grantjenks-python-diskcache-v5.6.3_GH0.tar.gz) = 655441
4+
SHA256 (b89111d.patch) = 0d3451f01e8331d0d3db654566b08eac552f8b71f0f090f5a381c45f5d6ac4ae
5+
SIZE (b89111d.patch) = 4077

0 commit comments

Comments
 (0)