dev-python/pyW800rf32: add 0.4
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST pyW800rf32-0.1.tar.gz 17190 BLAKE2B 62576137befbda5ce6cf78449cdb5c67a24675efb58892a2837eed984df27b5bf675c845cc685eecc8f45a8d7a57923b46816a6130c8d98fd6327b67c9df1756 SHA512 67346d6071e901f73092ecdd74a7e8bf1e1fcf858b2e1292b78f53bdd72398a991c46a6b8f42a70d56616a812a01182f78b1908b1e58528abb3d278361eef1b4
|
||||
EBUILD pyW800rf32-0.1.ebuild 701 BLAKE2B e82fcd6e243052573bed6a0a2b277007feef162c57ec70c1b9ead1a68f1b97ab511e8d31469be5f7b418217e3f28adae017d309507da53ba60cf04aa4797921c SHA512 2b3ef82fe9ef2e20786233664ab68ed03fe39eb9b869665514b1da600b90ba61eb7a5379e0dec779703205efeab72b862af6cf7b8ef1b4bdcaa3406ed63a1b41
|
||||
MISC metadata.xml 513 BLAKE2B d9ebbc5d3c3b4a73f130a7997a2a556e4be358d403a434b3a8bea95fc062929d9d2fb454f848bd5d5723dac78d4a851ace238da0ce2c6a15a11fdda4bef8f67d SHA512 dcabfd1b0cf6cb9cbd04a5c9c0aa5191597cfc83db61f71ccb5eaa23d626d84b292cf1a034bbbffa7960d09176a4b45bba979f4387a0db3fd3dc456f72e621bd
|
||||
DIST pyW800rf32-0.4.tar.gz 17877 BLAKE2B 9b676418ed726ae58a8d2af7f719eb9617561f80a054cd6436ad53b2abd4bb36eeadd65878f8e0225b5ba2c9cfe243c95578ea1d849900bb36925923604529c9 SHA512 a559c3fe02436fcd361539e11b7c240e6755f51f9f5b340821fc63454f2af0a5c810369e5fcb6b6a9f8aec57d5a749130b751ff030adeb516b11f9aeff147528
|
||||
EBUILD pyW800rf32-0.1.ebuild 725 BLAKE2B 151cd862e1bff7f7b86b1b077d851d9f99e82393870a7b680770211d4c925298a4745dd91272ff99c1c6e653e34eaecd65387903ccb06ee5e975832bae00eee9 SHA512 8f504641fed476f5d18a2c0670703f4318ff2b6aa67a6ff607c2ac44aeaef4ab328311281b690c1536e0ec3bc47d79b967d22693f6e71fd2b86b55838c7cf228
|
||||
EBUILD pyW800rf32-0.4.ebuild 725 BLAKE2B 151cd862e1bff7f7b86b1b077d851d9f99e82393870a7b680770211d4c925298a4745dd91272ff99c1c6e653e34eaecd65387903ccb06ee5e975832bae00eee9 SHA512 8f504641fed476f5d18a2c0670703f4318ff2b6aa67a6ff607c2ac44aeaef4ab328311281b690c1536e0ec3bc47d79b967d22693f6e71fd2b86b55838c7cf228
|
||||
MISC metadata.xml 511 BLAKE2B 564498b6df5338a0cfa135e70358dc90e1611c140fe0f3adaa91f26619b3ea8e9a2e6253fd578a8772e0b0982bc005977629cf8f2d3f8d89b0a96c708d9453b5 SHA512 64d9c1f3a8dbbc89ee27644c6f470da242b00528711ff185544abef6b8a8adc296440760785eba2e84fc7fe2e0e75172db352b7d6a7da5b9dde5a285f48586cf
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyW800rf32</remote-id>
|
||||
<remote-id type="github">horga83/pyW800rf32</remote-id>
|
||||
<remote-id type="github">horga83/W800rf32</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>farrisg@gmsys.com</email>
|
||||
<name>George Farris</name>
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A library to communicate with the W800rf32 family of devices"
|
||||
HOMEPAGE="https://github.com/horga83/pyW800rf32 https://pypi.org/project/pyW800rf32/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@@ -17,6 +17,8 @@ KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
|
||||
33
dev-python/pyW800rf32/pyW800rf32-0.4.ebuild
Normal file
33
dev-python/pyW800rf32/pyW800rf32-0.4.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A library to communicate with the W800rf32 family of devices"
|
||||
HOMEPAGE="https://github.com/horga83/pyW800rf32 https://pypi.org/project/pyW800rf32/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user