dev-python/python-gammu: bump python-gammu-3.2.4

This commit is contained in:
2022-10-17 20:53:48 +02:00
committed by onkelbeh
parent bf75f96262
commit 0e58e825a7
4 changed files with 10 additions and 48 deletions
+2 -4
View File
@@ -1,5 +1,3 @@
DIST python-gammu-3.1.tar.gz 139910 BLAKE2B 13aefbe9a80ecdfa930859bbd9341f59e9434e8b5cf87cfc67e787c8f8183eb95ea627b38dba8b9d05a808bb4bc224961c047759564f7a179ffa72247e8d3766 SHA512 959a0bf40a3d4dd8a9acbee00af677d7048957af7c1a7a8f214aa39fea2a36baef9b2ade9acfc174c641b2b91eec7251a2aa7cbafd051419b1091579d38907e4
DIST python-gammu-3.2.3.tar.gz 139214 BLAKE2B 239acf865bb3282b6f6f9de40c57306a2be7591c8312857733d75e7ae89b6a315b4ea003f557051b37cd607dcf09a9405d6355f54c37803d8cb3a71209396ab0 SHA512 38cb372e4fef217403a141568587fd13daebfa410f33b457f08da7a8bccfdf7f701eb2e0d609012b83676d3d204513122c2812f39b12af711c225ca00db509d6
EBUILD python-gammu-3.1.ebuild 869 BLAKE2B 57dd72c63646c1d3c9b5955bfad3aa52aed40df10a4ca7042c0d03566304d19fa6325ef6febe66978bd22edde8a169a19fe04b4a738441a6b13aeae6b6f83eea SHA512 4f1714fb1da8ed22640381993d9e6c7651cd501cec999178a2a4a8e292bd6b0de761b1c998859935abf341d65abaa13fee3adcb949eee21be23ac556f87a1ab4
EBUILD python-gammu-3.2.3.ebuild 869 BLAKE2B 57dd72c63646c1d3c9b5955bfad3aa52aed40df10a4ca7042c0d03566304d19fa6325ef6febe66978bd22edde8a169a19fe04b4a738441a6b13aeae6b6f83eea SHA512 4f1714fb1da8ed22640381993d9e6c7651cd501cec999178a2a4a8e292bd6b0de761b1c998859935abf341d65abaa13fee3adcb949eee21be23ac556f87a1ab4
DIST python-gammu-3.2.4.tar.gz 138986 BLAKE2B c42a5e47d5639236a18879dd1f620055bb3106b0b8449304d8dd8c8146c16579beef4460eade661689f274126918583e4351ded4c37045f55254456a03d80f4d SHA512 80908c0b587677ca81a64e22993963f23a394c5c8e3b762dc4f5858d82843dbb0f99180a6ab34649d238b0f2b78a8bd0109706749fc632cb2d8df7a735edc2b9
EBUILD python-gammu-3.2.4.ebuild 808 BLAKE2B 6af34e620348cc30c413ad49f4494eab5afebdf12c67eb599ef7a58d7352a143a94079bd7b52de3df499fa12d6eee44f9263ea4d425b5d75f615a41938d9d16c SHA512 e2a00398f695d247bd762e4bab43e3fe193b1229975d9ef544133e6a9e4052b3be06c5d47dc4a7d898da4f24483ca8ca539b392a3a016b11f4cc86d868a6da90
MISC metadata.xml 453 BLAKE2B 646703a14c883f9a4a3bb8dcbf62e10e9faa956621c679ee384926a1db9d349def1f8e6a35819e7b1c91e38a5320a7cab245dc3ec440594ead32f6ec98e2523a SHA512 487fe4104999bbc3a2dc926138b583e7e244f8c61db1fa2683bb33693ef44346df2c4ec34fe907a3f777a9449c9a8ea5f46291f5c3b2d1241cf57600b88ff8f5
@@ -1,36 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Gammu bindings"
HOMEPAGE="https://wammu.eu/python-gammu/ https://github.com/gammu/python-gammu/ https://pypi.org/project/python-gammu/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="app-mobilephone/gammu
dev-python/pybluez[${PYTHON_USEDEP}]
dev-python/libusb1[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]"
BDEPEND="
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
}
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -26,11 +26,11 @@ RDEPEND="app-mobilephone/gammu
BDEPEND="
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
}
distutils_enable_tests unittest