mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
nfcpy: v0.10.2 initial ebuild
This commit is contained in:
parent
a70134d407
commit
98056e573c
3 changed files with 33 additions and 0 deletions
1
net-wireless/nfcpy/Manifest
Normal file
1
net-wireless/nfcpy/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST nfcpy-0.10.2.tar.gz 344085 SHA256 589564d092a80b44e4e44f599f29407421ed92f3ecf30fd6e0cb9969ea8d0a16 SHA512 fcf930aef10109e7360f4ab4801efa658a1bb5ac8ac866f76348bfc6f0189b7aa2c8b09cbe1001c3824f4155a23f630511a6c91262ed3f2acf102cbc807fad8d WHIRLPOOL c9b66d805b044da537bd397cc13d1bf61c4bd79dfe4cc33bb7bb2473cee47de08717acdc34dd06dd6e0b669646f02fa8f9e63fe6323aeaf375a95f15924e84f2
|
||||
30
net-wireless/nfcpy/nfcpy-0.10.2.ebuild
Normal file
30
net-wireless/nfcpy/nfcpy-0.10.2.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_{6,7} )
|
||||
|
||||
inherit python-r1 python-utils-r1
|
||||
|
||||
DESCRIPTION="A tool to read/write NFC tags or communicate with another NFC device"
|
||||
HOMEPAGE="https://launchpad.net/nfcpy"
|
||||
SRC_URI="https://launchpad.net/nfcpy/0.10/${PV}/+download/${P}.tar.gz"
|
||||
|
||||
LICENSE="EUPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
#python_test() {
|
||||
# "${PYTHON}" tests/test-example-programs.py || die
|
||||
#}
|
||||
|
||||
src_install() {
|
||||
python_moduleinto nfcpy
|
||||
python_foreach_impl python_domodule nfc/.
|
||||
|
||||
insinto /usr/share/"${PN}"/examples
|
||||
doins examples/*.py
|
||||
}
|
||||
|
|
@ -51,6 +51,8 @@ net-wireless/lorcon
|
|||
|
||||
=net-wireless/rtl8812au-4.2.5_p2015*
|
||||
|
||||
~net-wireless/nfcpy-0.10.2
|
||||
|
||||
#below here likely needs cleanup
|
||||
net-wireless/acx
|
||||
net-wireless/acx-firmware amd64
|
||||
|
|
|
|||
Loading…
Reference in a new issue