dev-python/PySensors: initial version, ebuild by me

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Fabian Groffen
2017-07-11 19:57:37 +02:00
parent d195ea6ec9
commit 5ebc83fe46
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST PySensors-0.0.3.tar.gz 5109 SHA256 b735dada5318ce50f2d141d29b102e7a116a5934509583f86302d4b59399e961 SHA512 b9ae61ee9049e1edd3fdee7b122c0f9aa19677aee401c910fcaec5a6bc95a0628d6b7eb2b59f1d14196bee22395819f4980d328d60dd69b0a413f7d08041f159 WHIRLPOOL b7642c2ebfb21f14186cc54c322945397943e27bab53bc2221bfd38db2b10927d7786922d294bd9cb9dac864cb171e5680728f1eb3024fb124e052fc1ac98d67

View File

@@ -0,0 +1,20 @@
# 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"

View File

@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>grobian@gentoo.org</email>
<name>Fabian Groffen</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">PySensors</remote-id>
</upstream>
</pkgmetadata>