update pybluez-0.22

This commit is contained in:
Andreas Billmeier 2021-07-02 21:48:34 +02:00 committed by Andreas Billmeier
parent b9c025692d
commit 302a1a1551
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 8 additions and 11 deletions

View File

@ -1,3 +1,3 @@
DIST pybluez-0.22.tar.gz 132176 BLAKE2B 5dcf571dad2143a89bbef70ed258537d18e4a48dabf13710b270d8c2ed00baaf18dbacee9c45572f075fd05dd40356dbb744c04d2b4d51cf426082ebe7938b75 SHA512 5b35b9e0eae1c6ebabb29892fcff583479ac0627ad7d6549f3d2de90f89a1ba465b7452fa263045298ccfcf063ba070bfd346a6433b5567f8e3e646886017165
EBUILD pybluez-0.22.ebuild 855 BLAKE2B 87cabfc49de3b2ccbd6b2102684ea1acdbfdeee8f0060851fe5b7e331336f8971a7a978f5d1b5dbe8cffc3457696dc45fa6d184327d3b093f004d9bda5676fab SHA512 68dc7e075f5e8e21561953783148481b60d9b332eed3a2bae7b8e21c2f2eecc644a3c04341c461b58e3b4a7395fd5659f459c97444b2aa3f0320dd5af3fc9625
EBUILD pybluez-0.22.ebuild 772 BLAKE2B 90693de5bb5d859a6d10a4cdb3e92f689a4738643f13ecd62852b4a9077a11b461223302ff261d8ba05e476ec13f6ac6ce3c0723697ba3d25b9f77b6a9bc8738 SHA512 62b3512cf2eb083464e39ad95f4d1ec30f959c7ac1399aabce9ff8a7eee955104f7f0aa84308dd86a2a7877bfc5e99ee155a5a5a2fe62a5ec969044f566af7bb
MISC metadata.xml 453 BLAKE2B 312f96d3b5a794cca7bd7d405c855b4bb9c8bfe1d5ecc36456be3d1732675afe85dda9299610db6cb6cd71d8d715ca87e0e4d7db5c67f910cca5b1d175ce2ecb SHA512 6778f79ca98da7617cbb14d14ecc718a5f974dfc1a5b06e08b3d71c68de85996e7ceed1f1e1362c4f975e66c618de31e040a6df12c78dc9060df1ca86465a023

View File

@ -1,20 +1,15 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Bluetooth Python extension module"
HOMEPAGE="https://pybluez.github.io/ https://pypi.org/project/PyBluez/"
# SDIST on Pypi broken
#MY_PN="PyBluez"
#SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip -> ${P}.zip"
#S=${WORKDIR}/${MY_P}
HOMEPAGE="https://github.com/pybluez/pybluez/ https://pypi.org/project/PyBluez/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
@ -22,8 +17,10 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS=""
RDEPEND="net-wireless/bluez"
BDEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]