Skip to content

Commit

Permalink
python3-diskcache: Added recipe
Browse files Browse the repository at this point in the history
Created python3 recipe for diskcache.

Signed-off-by: Colin McAllister <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
colin-pm authored and kraj committed Jul 23, 2020
1 parent 019d4a5 commit d6bd2fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions meta-python/recipes-devtools/python/python3-diskcache_4.1.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9e046ce8fae71087134866418f646ec3"

SRC_URI[md5sum] = "21c9945e7707799e1c64956f8a54d4c3"
SRC_URI[sha256sum] = "bcee5a59f9c264e2809e58d01be6569a3bbb1e36a1e0fb83f7ef9b2075f95ce0"

PYPI_PACKAGE = "diskcache"

inherit pypi setuptools3

CLEANBROKEN = "1"

0 comments on commit d6bd2fc

Please sign in to comment.