diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-10-20 10:22:14 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-10-20 10:22:14 +0100 |
commit | 46eedbedafdb0040c37884982d4c775ce277fb7b (patch) | |
tree | db33a91259730be84999e13a8d8168c799f50ac0 /dev-python/pybluez | |
parent | e23a08d0c97a0cc415aaa165da840b056f93c997 (diff) |
gentoo resync : 20.10.2021
Diffstat (limited to 'dev-python/pybluez')
-rw-r--r-- | dev-python/pybluez/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pybluez/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/pybluez/pybluez-0.23.ebuild | 32 |
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/pybluez/Manifest b/dev-python/pybluez/Manifest deleted file mode 100644 index 9159eb83fad9..000000000000 --- a/dev-python/pybluez/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST PyBluez-0.23.tar.gz 97562 BLAKE2B 6a234d5c41dc0bb9f08559431eafcf1d1fb1c881d2cb912cc048e2717bfe8a06f09aae045d2961c9ba5e087422cfc8249a1907368eb6dc45942175bcf97b1841 SHA512 78ce2c014d0055d0220163e7df94de5b6e891aa528ecf4f106f9dd0bdeb94244d18c752f93e62a133f3cec7053cb4646599e7588cf7ce5994ae7abe74ed05d47 -EBUILD pybluez-0.23.ebuild 648 BLAKE2B 72ef813d5642ae1f0bd035667510af59b0fae7cb2395e3256ff02667628a852fecb58fa3b0d8d72b221e3f03a395b3e1bbd89aa7c5f95d0a7d55116d18a65fa3 SHA512 304232d5c76839c4c0c1a6abc83fd29d6c250c69518f42ba54f0646cb2619841e5a4da215b3de2248b0153f272a8519c9f33265e1188e846bc88eddba9e5a517 -MISC metadata.xml 540 BLAKE2B 892d197a9f26b6dddc4372f231fc6398d0c690367f8d3622efb6c76cdfc702e561182ae7d88e9672f6aac9cb9d63470a5cc1bf14df5eccacde30c868af3cc28c SHA512 83c5e00970908b652dbf175c3ac5adb47401dbbca6e16b2672329c09e533e03683894dbfc61963b0b19d9ea8aeeedb26b9fcd5616b0802ec69693a21d53c4b54 diff --git a/dev-python/pybluez/metadata.xml b/dev-python/pybluez/metadata.xml deleted file mode 100644 index 1336a869ab10..000000000000 --- a/dev-python/pybluez/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!--maintainer-needed--> - <longdescription>PyBluez is an effort to create Python wrappers around bluez to allow Python -developers to use system bluetooth resources. It works on machines running the -GNU/Linux operating system and the bluez bluetooth stack.</longdescription> - <upstream> - <remote-id type="pypi">PyBluez</remote-id> - <remote-id type="github">pybluez/pybluez</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pybluez/pybluez-0.23.ebuild b/dev-python/pybluez/pybluez-0.23.ebuild deleted file mode 100644 index f865c30c8ecd..000000000000 --- a/dev-python/pybluez/pybluez-0.23.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) -inherit distutils-r1 - -MY_P="PyBluez-${PV}" - -DESCRIPTION="Python bindings for Bluez Bluetooth Stack" -HOMEPAGE="https://github.com/pybluez/pybluez" -SRC_URI="mirror://pypi/P/PyBluez/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="examples" - -RDEPEND="net-wireless/bluez" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR}/${MY_P} - -python_install_all() { - distutils-r1_python_install_all - if use examples; then - dodoc -r examples - docompress -x usr/share/doc/${PF}/examples - fi -} |