From 399fa07bfac673a8846466b16c76549e329b55b8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 May 2023 10:17:50 +0100 Subject: gentoo auto-resync : 20:05:2023 - 10:17:50 --- dev-python/pushbullet-py/Manifest | 5 +-- dev-python/pushbullet-py/metadata.xml | 4 +- .../pushbullet-py/pushbullet-py-0.12.0-r1.ebuild | 12 +++--- .../pushbullet-py/pushbullet-py-0.12.0.ebuild | 47 ---------------------- 4 files changed, 11 insertions(+), 57 deletions(-) delete mode 100644 dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild (limited to 'dev-python/pushbullet-py') diff --git a/dev-python/pushbullet-py/Manifest b/dev-python/pushbullet-py/Manifest index 0cd7ec8ef33c..2fc233bb0b42 100644 --- a/dev-python/pushbullet-py/Manifest +++ b/dev-python/pushbullet-py/Manifest @@ -1,4 +1,3 @@ DIST pushbullet.py-0.12.0.tar.gz 23769 BLAKE2B 096c5995bee7dba65b7f385c2cbd70d839b22a07b26dd1ad9c1ef64244ba97e3c2f077c9eb0ca46a2ccd7df6a27e3ee3d4d55522986e832ca109d003e77fbad6 SHA512 5394fb8e8631ba00c610c36380e2c917231207ecd25bb4e2f1f0e44c232f4dd33b99ce5b1973467844b7f46f275ea812620e6549afd42915ee8fc13e1650f758 -EBUILD pushbullet-py-0.12.0-r1.ebuild 1073 BLAKE2B 7446bdd5ef4ae8ef903368cd65e32d3fc1c00dc54011df96cc4ccf7e806d8ea7873d797ae0586dc700ed0142076c5d5873acc0b15ae6d727cde42718ad03ee84 SHA512 f34c96c330559d954aeead2c17d92c89e69e24b999ba898bbc8388fd7c1a5c98aafb9970ff72d81bc7e14ee328d9fb7e85af708b577a1a754ee75532f5992af5 -EBUILD pushbullet-py-0.12.0.ebuild 1041 BLAKE2B f391cbf8590337cfa6d89ffa2299ad535dd2e7015ef2ef71fd59e8eeb86ce09debcedf646289c2b07284a69f2fb92903e967367683022b302bcf6b9a3f33d640 SHA512 d9721cd08a4e61927981f5f6753abc977816f341a116a2d9a1dcaa4ed3469ad476d8baa9e9d5224e1017cee51b55659deeb8c86afacc9a04d3e9f1b66db3a455 -MISC metadata.xml 460 BLAKE2B cf0170e5833316876451e151e558f1022a0665041322e8c9c4da9bb0cdaa4c51fedcc99b25ec70b5e7b049ceb66fcc7175a07b4758fcb2e8e7b27de9deb43381 SHA512 a7a832543b0652c9667962959d1defafac26e9a4d23a1f829220270f142f9ea43bd4b27a77ea14c81d3cdd4f98c136802f0d3e5f227afa258c1455b1bbc58dec +EBUILD pushbullet-py-0.12.0-r1.ebuild 1056 BLAKE2B 8ff5a3ae3cc0b660d4efb29c0c99c4377110552512d69ae5044af891c11b22d8b6886a2170490b3a7239bfd7ec4ac2621b5286415e248362d187ff6c683f9748 SHA512 364fb4fdccdcc051fd9fa0d3483868f90dd5d90083d5b6491720e19a4f05e953feddb5893ce1cbfbe9953d5edb29ffc82a4030f2665775d9e2c9c1a50220e62a +MISC metadata.xml 466 BLAKE2B f7555c99af2fd7fc2cdf9fa169dec8196f7e2241f3a6976fa934f7b8578e748231360dae27b115c0052178e57eca08bdfe37e36fbb6a9cdf5ea9fdb49077b7b2 SHA512 7e35666ae507b2fcdda81afb8297d0ed5eede47afd0620f699372f6b6df9f7965d86ef4cd66582f26dace6e013ac8916cf2eb31f4c3a62d61211918e4c25469b diff --git a/dev-python/pushbullet-py/metadata.xml b/dev-python/pushbullet-py/metadata.xml index ccb534d71d76..78a1ad74cd84 100644 --- a/dev-python/pushbullet-py/metadata.xml +++ b/dev-python/pushbullet-py/metadata.xml @@ -7,7 +7,7 @@ pushbullet.py - randomchars/pushbullet.py - https://github.com/randomchars/pushbullet.py/issues + richard-better/pushbullet.py + https://github.com/richard-better/pushbullet.py/issues diff --git a/dev-python/pushbullet-py/pushbullet-py-0.12.0-r1.ebuild b/dev-python/pushbullet-py/pushbullet-py-0.12.0-r1.ebuild index 4557f22d66b9..20621dd4a6c7 100644 --- a/dev-python/pushbullet-py/pushbullet-py-0.12.0-r1.ebuild +++ b/dev-python/pushbullet-py/pushbullet-py-0.12.0-r1.ebuild @@ -4,15 +4,17 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN/-/.} PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi -MY_PN=${PN/-/.} DESCRIPTION="A simple python client for pushbullet.com" -HOMEPAGE="https://github.com/randomchars/pushbullet.py" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" +HOMEPAGE=" + https://github.com/richard-better/pushbullet.py/ + https://pypi.org/project/pushbullet.py/ +" LICENSE="MIT" SLOT="0" diff --git a/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild b/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild deleted file mode 100644 index 53c34a84b140..000000000000 --- a/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{9..10} ) - -inherit distutils-r1 - -MY_PN=${PN/-/.} -DESCRIPTION="A simple python client for pushbullet.com" -HOMEPAGE="https://github.com/randomchars/pushbullet.py" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND=" - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/python-magic[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/websocket-client[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - # Skip tests which require internet access - PUSHBULLET_API_KEY= epytest -k "not (test_auth or test_decryption)" -} - -python_install_all() { - if use examples; then - docompress -x "/usr/share/doc/${PF}/examples" - docinto examples - dodoc -r example/. - fi - distutils-r1_python_install_all -} -- cgit v1.2.3