diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-30 06:15:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-30 06:15:18 +0000 |
| commit | 590dee0d9ae41a98434efb5ca89db1e5f3dbbdbd (patch) | |
| tree | 296dafdaa8cef92e25e9b6ed9bd98ae849e6a41d /dev-python/python-snappy/python-snappy-0.7.3.ebuild | |
| parent | 3cadcf2b09e54ab27ff13e1686bd530f53932b25 (diff) | |
| download | baldeagleos-repo-590dee0d9ae41a98434efb5ca89db1e5f3dbbdbd.tar.gz baldeagleos-repo-590dee0d9ae41a98434efb5ca89db1e5f3dbbdbd.tar.xz baldeagleos-repo-590dee0d9ae41a98434efb5ca89db1e5f3dbbdbd.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-snappy/python-snappy-0.7.3.ebuild')
| -rw-r--r-- | dev-python/python-snappy/python-snappy-0.7.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/python-snappy/python-snappy-0.7.3.ebuild b/dev-python/python-snappy/python-snappy-0.7.3.ebuild new file mode 100644 index 000000000000..6b1edf6a5595 --- /dev/null +++ b/dev-python/python-snappy/python-snappy-0.7.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python library for the snappy compression library from Google" +HOMEPAGE=" + https://github.com/intake/python-snappy/ + https://pypi.org/project/python-snappy/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest |
