From 4fdeebf08b9afa9ef1e1e0f79862aa4e1e2471f3 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 25 May 2022 00:41:18 +0000 Subject: Adding metadata --- dev-python/fastavro/Manifest | 2 +- dev-python/fastavro/fastavro-1.4.10.ebuild | 50 ----------------------------- dev-python/fastavro/fastavro-1.4.12.ebuild | 51 ++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 51 deletions(-) delete mode 100644 dev-python/fastavro/fastavro-1.4.10.ebuild create mode 100644 dev-python/fastavro/fastavro-1.4.12.ebuild (limited to 'dev-python/fastavro') diff --git a/dev-python/fastavro/Manifest b/dev-python/fastavro/Manifest index f615bc18f8fc..30a14cfe77ce 100644 --- a/dev-python/fastavro/Manifest +++ b/dev-python/fastavro/Manifest @@ -1,2 +1,2 @@ -DIST fastavro-1.4.10.tar.gz 733839 BLAKE2B 90bd57d5da0575a4b321dd31a3152531cce2a36626c51261e390b4f5f32d82fe3b1ea41ddd5e5885618ec5cb849a9a3620a8caf745c7782ecc2b3496bdf88998 SHA512 f3a474a56ef79dd54b71f18961520489fa848548fbbaac2c18d87c933d6c263762f73c56d9540b18ceb221d0184398ae085bfecd1c4cdb7236fd9160be94003b DIST fastavro-1.4.11.tar.gz 733536 BLAKE2B 6a2ceea6d72f49c08ea655c4927967e492bbf70e34d4168b9a751b61778d1d488dbe3e80e7667ef8530142c61744f053c262cb89fbecd8e9ba947cc5d6e48cd9 SHA512 0376395bfb1cf53eaeca90cdefa99394bc0e3499858bd62a62acda841da5135c3d82ba7ff613c96a4b4f9f8058e2f933b1180b8bd34070c48c48473835212ea2 +DIST fastavro-1.4.12.tar.gz 760518 BLAKE2B 7422e6e664ff6ceface6b3d8d39e6437233b12d62f771d1516920e7e7c3a0c8d23ac2fc82ff2acdac5d21314c0f2978b97fce96bbe2fedb587001672e3984e10 SHA512 fe5de909081dfaa4fa8575355f03d533ebe628182bc9716529a7f6c668444a34e8975ae90bc4d588dac2271a0913a49ac6457db0d256c54637995e16cd98281d diff --git a/dev-python/fastavro/fastavro-1.4.10.ebuild b/dev-python/fastavro/fastavro-1.4.10.ebuild deleted file mode 100644 index e3ed603db01b..000000000000 --- a/dev-python/fastavro/fastavro-1.4.10.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# https://github.com/fastavro/fastavro/issues/558 -EPYTEST_DESELECT=( - tests/test_fastavro.py::test_cython_python - tests/test_main_cli.py::test_cli_record_output - tests/test_main_cli.py::test_cli_stream_input - tests/test_main_cli.py::test_cli_arg_metadata - tests/test_main_cli.py::test_cli_arg_schema - tests/test_main_cli.py::test_cli_arg_codecs -) -PYTHON_COMPAT=( python3_{7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Fast Avro for Python" -HOMEPAGE=" - https://github.com/fastavro/fastavro - https://pypi.org/project/fastavro/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND=" - ${RDEPEND} - dev-python/cython[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/snappy[${PYTHON_USEDEP}] - dev-python/zstandard[${PYTHON_USEDEP}] - dev-python/lz4[${PYTHON_USEDEP}] - ) -" - -src_configure() { - export FASTAVRO_USE_CYTHON=1 - default -} - -distutils_enable_tests pytest diff --git a/dev-python/fastavro/fastavro-1.4.12.ebuild b/dev-python/fastavro/fastavro-1.4.12.ebuild new file mode 100644 index 000000000000..ad02cec95f46 --- /dev/null +++ b/dev-python/fastavro/fastavro-1.4.12.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +# https://github.com/fastavro/fastavro/issues/558 +EPYTEST_DESELECT=( + tests/test_fastavro.py::test_cython_python + tests/test_main_cli.py::test_cli_record_output + tests/test_main_cli.py::test_cli_stream_input + tests/test_main_cli.py::test_cli_arg_metadata + tests/test_main_cli.py::test_cli_arg_schema + tests/test_main_cli.py::test_cli_arg_codecs +) +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Fast Avro for Python" +HOMEPAGE=" + https://github.com/fastavro/fastavro + https://pypi.org/project/fastavro/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="" +DEPEND=" + ${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] + dev-python/snappy[${PYTHON_USEDEP}] + dev-python/zstandard[${PYTHON_USEDEP}] + dev-python/lz4[${PYTHON_USEDEP}] + ) +" + +src_configure() { + export FASTAVRO_USE_CYTHON=1 + default +} + +distutils_enable_tests pytest -- cgit v1.3.1