gentoo/dev-python/zstd/zstd-1.4.5.1.ebuild
Matthew Thode 676e451574
dev-python/zstd: 1.4.5.1 stable amd64 / x86
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2020-12-19 15:40:34 -06:00

22 lines
502 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_7 python3_8 )
inherit distutils-r1
DESCRIPTION="Simple python bindings to Yann Collet ZSTD compression library."
HOMEPAGE="https://github.com/sergey-dryabzhinsky/python-zstd"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
DEPEND="
app-arch/zstd
!dev-python/zstandard[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"