diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-21 17:59:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-21 17:59:33 +0000 |
| commit | 79aa2097e32f1c2d25866fbad318198acfc2ad99 (patch) | |
| tree | e52dda7890f0bba79d0dbc55d24d9010e2e53f95 /dev-python/python-snappy/python-snappy-0.7.2.ebuild | |
| parent | a3adc44682105e9b5f06414998841c7b7f8740a2 (diff) | |
| download | baldeagleos-repo-79aa2097e32f1c2d25866fbad318198acfc2ad99.tar.gz baldeagleos-repo-79aa2097e32f1c2d25866fbad318198acfc2ad99.tar.xz baldeagleos-repo-79aa2097e32f1c2d25866fbad318198acfc2ad99.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-snappy/python-snappy-0.7.2.ebuild')
| -rw-r--r-- | dev-python/python-snappy/python-snappy-0.7.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/python-snappy/python-snappy-0.7.2.ebuild b/dev-python/python-snappy/python-snappy-0.7.2.ebuild new file mode 100644 index 000000000000..2ae06a41eb72 --- /dev/null +++ b/dev-python/python-snappy/python-snappy-0.7.2.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 ~x86" + +RDEPEND=" + >=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest |
