diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-05 12:03:47 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-05 12:03:47 +0200 |
commit | cce0d6e2ccdbe1376d56695de1f30aabb850fb21 (patch) | |
tree | bfe3835bec668739c70ddbcfb69bcfa2b532f5f9 /dev-python/PySensors | |
parent | dev-python/pymetar: drop 1.4-r1 (diff) | |
download | gentoo-cce0d6e2ccdbe1376d56695de1f30aabb850fb21.tar.gz gentoo-cce0d6e2ccdbe1376d56695de1f30aabb850fb21.tar.bz2 gentoo-cce0d6e2ccdbe1376d56695de1f30aabb850fb21.zip |
dev-python/PySensors: drop 0.0.4
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/PySensors')
-rw-r--r-- | dev-python/PySensors/PySensors-0.0.4.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/PySensors/PySensors-0.0.4.ebuild b/dev-python/PySensors/PySensors-0.0.4.ebuild deleted file mode 100644 index 8f3c14c67c17..000000000000 --- a/dev-python/PySensors/PySensors-0.0.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings to libsensors (via ctypes)" -HOMEPAGE="https://pypi.org/project/PySensors/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=sys-apps/lm-sensors-3" |