Skip to content

Commit

Permalink
dev-python/PySensors: initial version, ebuild by me
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
grobian committed Jul 11, 2017
1 parent d195ea6 commit 5ebc83f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/PySensors/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST PySensors-0.0.3.tar.gz 5109 SHA256 b735dada5318ce50f2d141d29b102e7a116a5934509583f86302d4b59399e961 SHA512 b9ae61ee9049e1edd3fdee7b122c0f9aa19677aee401c910fcaec5a6bc95a0628d6b7eb2b59f1d14196bee22395819f4980d328d60dd69b0a413f7d08041f159 WHIRLPOOL b7642c2ebfb21f14186cc54c322945397943e27bab53bc2221bfd38db2b10927d7786922d294bd9cb9dac864cb171e5680728f1eb3024fb124e052fc1ac98d67
20 changes: 20 additions & 0 deletions dev-python/PySensors/PySensors-0.0.3.ebuild
Original file line number Diff line number Diff line change
@@ -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"
15 changes: 15 additions & 0 deletions dev-python/PySensors/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Fabian Groffen</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">PySensors</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 5ebc83f

Please sign in to comment.