gentoo/dev-python/PySensors/PySensors-0.0.3.ebuild
Fabian Groffen 5ebc83fe46
dev-python/PySensors: initial version, ebuild by me
Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-07-11 19:57:37 +02:00

21 lines
469 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="Python bindings to libsensors (via ctypes)"
HOMEPAGE="http://pypi.python.org/pypi/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"