python3-xxhash: Initial commit

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alistair Francis
2019-04-05 14:41:54 +00:00
committed by Khem Raj
parent 9115f53e53
commit 47f4a92410
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
SUMMARY = "xxhash is a Python binding for the xxHash library by Yann Collet."
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2c6db5887cc6b2fac8b701d64cb8442"
SRC_URI[md5sum] = "a4289aa01839f3ea1fb98929d9131001"
SRC_URI[sha256sum] = "fe21f23a9d05428c75461790b670f2bf15f50a632d6c171a7e7b588269c619e6"

View File

@@ -0,0 +1,2 @@
require python-xxhash.inc
inherit pypi setuptools3