From 615d6f7e3408947bf962ea4d7edde01977474d1e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Jul 2026 03:04:40 -0500 Subject: Adding metadata --- dev-python/pyftdi/Manifest | 2 +- dev-python/pyftdi/pyftdi-0.57.1.ebuild | 39 ---------------------------------- dev-python/pyftdi/pyftdi-0.57.2.ebuild | 39 ++++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 dev-python/pyftdi/pyftdi-0.57.1.ebuild create mode 100644 dev-python/pyftdi/pyftdi-0.57.2.ebuild (limited to 'dev-python/pyftdi') diff --git a/dev-python/pyftdi/Manifest b/dev-python/pyftdi/Manifest index 938607fb724c..a35db37315bf 100644 --- a/dev-python/pyftdi/Manifest +++ b/dev-python/pyftdi/Manifest @@ -1 +1 @@ -DIST pyftdi-0.57.1.gh.tar.gz 187541 BLAKE2B ee78ddb140bf5d8daefeca684de7b0d66141df871c09567ca780d7d75d5968413e3e392d71c04207e3e2db70c373535517360dfffea4b691cc74234b94159d40 SHA512 0f0a9115afe9fe3948edede3977a617d41884d697084b4ec1601abeb1822d4baf2c48bc46affa470fca57f92da41679049988b4defaed9fce9ce8b84bec50ac8 +DIST pyftdi-0.57.2.gh.tar.gz 187867 BLAKE2B cf244faf9d4f01ce15f123f8a79c8f43e3f7d7c1c88effe002806f192575d7c720b6b63dce81a319f8ad875cd38b5a76e1fdefb171d074170342141ff30c7cd1 SHA512 c0adee63f619069b9d96c57adb447e23db0a942e9ed477bc42d9f507b5160a7b07d70627856588d90aa198c2b356645e3b847cbca2facb080dd0b15d635c29ff diff --git a/dev-python/pyftdi/pyftdi-0.57.1.ebuild b/dev-python/pyftdi/pyftdi-0.57.1.ebuild deleted file mode 100644 index 1c0871102ba6..000000000000 --- a/dev-python/pyftdi/pyftdi-0.57.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="PyFtdi provides a user-space driver for FTDI devices" -HOMEPAGE="https://github.com/eblot/pyftdi" -SRC_URI="https://github.com/eblot/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/pyusb[${PYTHON_USEDEP}] - dev-python/pyserial[${PYTHON_USEDEP}] -" - -DEPEND="${RDEPEND}" - -BDEPEND=" - test? ( - dev-python/ruamel-yaml[${PYTHON_USEDEP}] - ) -" - -python_test() { - FTDI_LOGLEVEL=WARNING - FTDI_DEBUG=on - FTDI_VIRTUAL=off "${EPYTHON}" pyftdi/tests/mockusb.py || die - FTDI_VIRTUAL=on "${EPYTHON}" pyftdi/tests/gpio.py || die - FTDI_VIRTUAL=on "${EPYTHON}" pyftdi/tests/eeprom_mock.py || die -} diff --git a/dev-python/pyftdi/pyftdi-0.57.2.ebuild b/dev-python/pyftdi/pyftdi-0.57.2.ebuild new file mode 100644 index 000000000000..1c0871102ba6 --- /dev/null +++ b/dev-python/pyftdi/pyftdi-0.57.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="PyFtdi provides a user-space driver for FTDI devices" +HOMEPAGE="https://github.com/eblot/pyftdi" +SRC_URI="https://github.com/eblot/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-python/pyusb[${PYTHON_USEDEP}] + dev-python/pyserial[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" + +BDEPEND=" + test? ( + dev-python/ruamel-yaml[${PYTHON_USEDEP}] + ) +" + +python_test() { + FTDI_LOGLEVEL=WARNING + FTDI_DEBUG=on + FTDI_VIRTUAL=off "${EPYTHON}" pyftdi/tests/mockusb.py || die + FTDI_VIRTUAL=on "${EPYTHON}" pyftdi/tests/gpio.py || die + FTDI_VIRTUAL=on "${EPYTHON}" pyftdi/tests/eeprom_mock.py || die +} -- cgit v1.3