removed python-lirc, won't compile

This commit is contained in:
Andreas Billmeier 2021-07-15 20:14:11 +02:00 committed by Andreas Billmeier
parent b7d2c49293
commit 56b225c7b3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 48 deletions

View File

@ -1,3 +0,0 @@
DIST python-lirc-1.2.3.tar.gz 36616 BLAKE2B 0a455caefce2f2c54ca745d2a2683294f59424d4cfe9a324a60009e45bc12379f80548e0e1468eb5bb8b8ff18aad93aebe1406107469d6a2e3431cae2fef27c5 SHA512 aa22a1ab9ec959b362df462832a556653f3d7832cde5ea52c6b64d976b74af49a86415a7187b489baa38e4b718feaae19dd56134e1f7d5d9f72ed76cb1382ecb
EBUILD python-lirc-1.2.3.ebuild 725 BLAKE2B efc6fb31e31c849feb363e87222a70fc857d808ef03707f271d7328c2c33894f6d3915856f11085c0c231137e483318f3b45ebe83229de5376ea71154580c923 SHA512 98693753aac80a06043c9628e3184314f0d8fb59e67bac548b80dad3ef07768512427f68e997cb445af4519b35cfe5941e4d048dcb77cf308155383d282f7e0c
MISC metadata.xml 465 BLAKE2B 4154a046d651943e3e40bd385eeb2123eeecb2567d1e5f9562f3dd8a8621f6c6908cb132c9c71e7fc4e6c0f7bbbd2365e19dc46d7ab455e28135d026dae07d8e SHA512 60b23d67fcda8e8e090ac00e7f9491627b93fd699bb0975dcf3d9f054137d3f1647e052c201aba96d8af16eb2321164d30b331ec32f84ce6a0f88c40a57070e1

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">python-lirc</remote-id>
<maintainer status="unknown">
<email>thomasmarkpreston@gmail.com</email>
<name>Thomas Preston</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python bindings for LIRC."
HOMEPAGE="https://github.com/tompreston/python-lirc https://pypi.org/project/python-lirc/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/cython-0.28.2[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}