diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-03 00:53:15 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-03 00:53:15 +0000 |
| commit | d859d0b5fb3ec724f5a587ec561990a6cdaa8c8d (patch) | |
| tree | 2dc8213a97b795e1714e36153c309e6f15d4efcb /dev-python/python-snappy/python-snappy-0.6.1.ebuild | |
| parent | 763220cf008485549c2de209b1288eb0bb99391d (diff) | |
| download | baldeagleos-repo-d859d0b5fb3ec724f5a587ec561990a6cdaa8c8d.tar.gz baldeagleos-repo-d859d0b5fb3ec724f5a587ec561990a6cdaa8c8d.tar.xz baldeagleos-repo-d859d0b5fb3ec724f5a587ec561990a6cdaa8c8d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-snappy/python-snappy-0.6.1.ebuild')
| -rw-r--r-- | dev-python/python-snappy/python-snappy-0.6.1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/python-snappy/python-snappy-0.6.1.ebuild b/dev-python/python-snappy/python-snappy-0.6.1.ebuild new file mode 100644 index 000000000000..19b863a63a48 --- /dev/null +++ b/dev-python/python-snappy/python-snappy-0.6.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) + +inherit distutils-r1 + +DESCRIPTION="Python library for the snappy compression library from Google" +HOMEPAGE=" + https://github.com/andrix/python-snappy/ + https://pypi.org/project/python-snappy/ +" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux" +SLOT="0" + +DEPEND=" + >=app-arch/snappy-1.0.2:= +" +RDEPEND=" + ${DEPEND} +" + +python_test() { + cp test*.py "${BUILD_DIR}" || die + cd "${BUILD_DIR}" || die + "${EPYTHON}" -m unittest -v || die "Tests fail with ${EPYTHON}" +} |
