remove abandoned packages and Ebuilds

This commit is contained in:
Andreas Billmeier 2022-02-18 21:05:34 +01:00 committed by Andreas Billmeier
parent 4d669605d9
commit 522546abf2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
491 changed files with 0 additions and 9251 deletions

View File

@ -1,3 +0,0 @@
DIST adafruit-circuitpython-busdevice-5.0.1.tar.gz 22966 BLAKE2B 016ecac6195e68711426a829774e522a95963200fcdb1cc608dcea2b14b73e267c743a9cb4fab671befac2bbdc906572517b6fcbea96142686ea664bc9584f42 SHA512 50b7130e5df22282433e84a62698a54a42c2d132a22de5bcd712591433ead192413e5eb1050bbcc8bd168acdadbe35978e9947f85c8a38ebad15e8e6e96c7d10
EBUILD adafruit-circuitpython-busdevice-5.0.1.ebuild 792 BLAKE2B 02388f8eb4378c1b7a09d3c12119c4c8be8b85f2e56c6618ac7a21436fea015512a8e67fc67ec3d29794d61becf38f3935a82f93ec4d93a7178f74e63eae6b5f SHA512 808e0d30628a3762f701acce95874cb45891196570c7b607ca63c35a791956e1a0d2f3c08e949a0de8bd0bfa3dc324e7bc140460ef2f6aac81bd270b4498a02f
MISC metadata.xml 490 BLAKE2B 798859681c27a66d6e3ed1c25f19d9fbd04c491b661e3bca158df931e029a2ede027821a6ee6a5ca8039ad4328084020f232e9b98000c699a09672d93fc68b2e SHA512 97a161fb5f528ce6757bb89ac178364f19912bdc8fbce7ceab68ba28dc849636201ab874749a3b33e0f05f22d8848f3126af1dcc21b1658d22712b55616d28f4

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="CircuitPython bus device classes to manage bus sharing."
HOMEPAGE="https://github.com/adafruit/Adafruit_CircuitPython_BusDevice https://pypi.org/project/adafruit-circuitpython-busdevice/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/Adafruit-Blinka[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">adafruit-circuitpython-busdevice</remote-id>
<maintainer status="unknown">
<email>circuitpython@adafruit.com</email>
<name>Adafruit Industries</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST adafruit-circuitpython-register-1.9.1.tar.gz 29315 BLAKE2B c2b996e2fd44194c3f7fe4ea06757c9a334bc0e8421e770bb46fa269bc8aaeca456b4dc1425cfce38cb4bee4d298940db197315b3ab8f44a351a307d8d0fdbbc SHA512 09091373c27d3f8758faf0156ff16acc6a905c5581c809eceeb4c27e07bc828761417014e2012863765398b1014cc570bbd809730bb2a6eb7e3ca2dc129eba3d
EBUILD adafruit-circuitpython-register-1.9.1.ebuild 803 BLAKE2B 376e5551573ce7809ee2711732bd70780e05d75592006cfd63cb715923be2a2f3b74bac412389846bdebdc576d5f545f69ce29dd2809b20ee6265bee04bf88e1 SHA512 f4c3f9b312df1979cc0f8ad8448de7a83c2211750456d87098270080a896d32b81d0d3d61c650e249ca3841929e5841403f6cee54c7581ac386e7166b0244176
MISC metadata.xml 489 BLAKE2B cd60de1fffa5d3295bb694a0df3712825ce1efb532031c25ae330589c0fa0acf531a3893eb3a102e010ed6cbe2cc342edc88c17a1acf547648ea4de88b7370c1 SHA512 5a546fbc6a85883598235b0a0c4146e6caa55c6a2b5cebf2ac6f9a79d5f31a26eba36d5a2d368dd8bd940bf413f1b281f4eecbb28383ad2e60c89f4ee658c9cf

View File

@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="CircuitPython data descriptor classes to represent hardware registers on I2C and SPI devices."
HOMEPAGE="https://github.com/adafruit/Adafruit_CircuitPython_Register https://pypi.org/project/adafruit-circuitpython-register/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=""
BDEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">adafruit-circuitpython-register</remote-id>
<maintainer status="unknown">
<email>circuitpython@adafruit.com</email>
<name>Adafruit Industries</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST adb-1.3.0.tar.gz 27050 BLAKE2B 41de79e0ef1a2bb74aa0908a79ad63d27ca1941159d997d41f98432afdab709d15b839bd8e021ac8291c157e426926c550e6da1c3d499dd07eae4ace2c4218b6 SHA512 0ec5c2acee688498c065cfd136491594631e5410121f9f856cf9d0818af238bbf41f2646bf50b8503873bbd48e9bc97065638d3f4af35ba82681a0c84a26139c
EBUILD adb-1.3.0.ebuild 717 BLAKE2B af681c9aff937e19918bddd9db157b778a30103e809b33571fb723fffa92de35c7c5534d8a75b7e2298195c5059e46dcd8053a8ae2d7033f8eb210eab24ebed7 SHA512 458ccbb9a84e61718cc3d900ea943002225b9ab300b517956f3ee5d0afa1afc05673c4910dc6788480255c345006c2b93545bfa05a531cde9c37f08e6cb566ce
MISC metadata.xml 448 BLAKE2B c65d44b172fdcf91973c7704a40355546e943e0cb2561fe4124969c2c05eb3aca42bba3d75479dffc1f4f175ba57cece2a6a2931a346160951c0f276ef6c4603 SHA512 fe71ee6d484c7f19c3ee3457168efc59fe1b03dc333986351a1c2558e8688dbb564e304dab64bed4f8b3df472fe779b129dcac91492f1391fc813923cd098cb7

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A pure python implementation of the Android ADB and Fastboot protocols"
HOMEPAGE="https://github.com/google/python-adb https://pypi.org/project/adb/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">adb</remote-id>
<maintainer status="unknown">
<email>fahhem@google.com</email>
<name>Fahrzin Hemmati</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST aiofreepybox-0.0.8.tar.gz 35693 BLAKE2B 31153aad52d5a378e5d5fd32727e585670ce496ec11ede3b5590694bc6421656a5c26842f565537d0e2ea78c224190cffbfac2ecb77f7d0245c406c3126381b5 SHA512 885220b81bce017e18af18d34ab07c8c2b14afa8853af39d454c76f7f99ae50ed1ca20ce61a2e22272a9f56321ed083d3bea9916b1ef1a584f7ef0ad7b3d4800
EBUILD aiofreepybox-0.0.8.ebuild 740 BLAKE2B aaad2f004a0847c9eece4dbe148240f3e21f3685f565d703eda23f7c12a61a498f3645670e4f56618e586cebd50f3aaaa4b4700cb8df7cf9ffdcaee8ff5888c9 SHA512 b5310167c51f8bc11ff21cfda5917d922dc69e14eca352161274612d48cd1b5561fc2ff4890ebab73e5e41b5571b77a7bf5b0b932c00d32660af7b60a1fe3daf
MISC metadata.xml 456 BLAKE2B 5615cdd1e05720fd7b8c62a558f63a0c10c922aa3d174f5025164ee06f87f65c1cf368c7aafbda1f5a33e129d87c7d4c50a960e83334ccc426330f624ac5f2ef SHA512 fc398d1c2a723462d26ca2e70576015affc60a8351c0813a01a5b3ce1734c0a89e9fd4eb1c3fa3f983ceb955174d2b810fe46f52573ee9d0ffc0cae2b1087b65

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Provides asynchronous authentication and access to Freebox servers"
HOMEPAGE="https://github.com/stilllman/aiofreepybox/tree/aiofreepybox https://pypi.org/project/aiofreepybox/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aiofreepybox</remote-id>
<maintainer status="unknown">
<email>luc_touraille@yahoo.fr</email>
<name>stilllman</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST aiowwlln-2.0.2.tar.gz 6201 BLAKE2B c240620a22f2f9d9119e70fef8635588c481ab07b6b34abbcbfdd6a1c22f10b4c5bc6c32bc4ceb6969c495d1a62169c4bd58b6de8c8d1525e2dea2d7c4041c35 SHA512 119ac51e0ad837633e74137754e62a3401ccbbb37dcf9d3145a08f365dbbcf6c3aad725b3a53c06a485c687a4852535503548323f236f74e51a97a24c24781ab
EBUILD aiowwlln-2.0.2.ebuild 712 BLAKE2B c83d0ad17b4aad2172a603181db82dee262da33d4b1e808f68936ed34300a0c7aa58f9ac41f81b5b18998881a8dd459caf82c60b22e4fe36cd58415ce84f07ae SHA512 6eb577fbd5b82425e60f9edf2cd353c98d6276911adf0b69786906218a5b009f7044a31fa8f35e612470bd3f9095201039297b193d26551d7be30ebfa7971b0e
MISC metadata.xml 451 BLAKE2B 35d327ed28e33883efab4566681754b6e59e80e62d1f4b59608e954f63bae8416f192ac087596459b23a0ddf92123196da4861796630f9f0e5249111642d8b5c SHA512 101cb1a6d69d9299dbc2a06564de1433502cb8d180d63111d275c767ab21fd31acf1ba0dae6101c72caedd1d4df3790f4527df4ffb8559aaec11c665aca8b7b8

View File

@ -1,30 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A simple Python API for the WWLLN"
HOMEPAGE="https://github.com/bachya/aiowwlln https://pypi.org/project/aiowwlln/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiocache[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aiowwlln</remote-id>
<maintainer status="unknown">
<email>bachya1208@gmail.com</email>
<name>Aaron Bach</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST async-dns-1.1.10.tar.gz 23178 BLAKE2B 0740bb4983a497d426d5911496117e7757760a9a9be4f46de473ac3ccb2ecf80086c8f85780aadb35513603550463ed9bc8fa7adea98bff1511b362b5b39a2e2 SHA512 485fa9a9578d603a7008b38bea83dca43dc14f337cef02bfd2fdc543eb24cb7defb654863cda9f47575193814a97578061d61bd8de17e803da195bcb93e4fe56
EBUILD async-dns-1.1.10.ebuild 759 BLAKE2B e31c29574c551fbac2760445a163d4f7d1854d32f75d49bef4a2ce72b0a6877c5226cbc617c4b94759787714659cbb0048f49ca8358f62643f6ef25eb47ee531 SHA512 3513e3476d5dc051f0abbe5cb5cef530b68568a63da52aaf6bef4cd9e8d9e5bf8966376a0d33a624fc4f98f210aba713e259a3d3dc2b4e3e23a09aa5f475d971
MISC metadata.xml 444 BLAKE2B caf097a92aab2d018c9172a214b9a0dae8af8e8e6d32acc37e7806856738b10bc7ed1cb7c54a3fb6c471d7340f5be3ff45b97389935eace5f6dc603c398b2ac0 SHA512 0e6a28dba2d874c4f8563b5bc0113efd62f6c0a9d449d59b63979c23067d9318cfcd838c9a520f7b3218dbbb09e2657bf1be3d55cdd664566e8c019c96d41647

View File

@ -1,34 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Asynchronous DNS client and server"
HOMEPAGE="https://github.com/gera2ld/async_dns https://pypi.org/project/async-dns/"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=""
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">async-dns</remote-id>
<maintainer status="unknown">
<email>gera2ld@live.com</email>
<name>Gerald</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST autobahn-18.7.1.tar.gz 222236 BLAKE2B e3436bccc33a157e092e601f7f23f48d4c6679085c3444956a17222905a76ff2e682340735dd71c195b666d69975586cdfe567950c6ca6bc1fa631109ce6d637 SHA512 334716e9c85b8934170bfc1fc589f9f7f2765231d7a7ac25e308dbb457f63119061af5cba58367ed0a82401c8a706dd875ce4826e717367e3d5ca6da72ea5975
EBUILD autobahn-18.7.1.ebuild 2067 BLAKE2B 9963c3a56a042e221481b18f7f6382a6b1cfd8e9ad746ee715febd5eeda66188520f61233e3e5a37ce04d684e2c1bcddd8e99ed40e142c71b2720e8f6093ac23 SHA512 dc9b8f1dffe0678bea4698fc27734d98921e423cca3c5bbb4a38f4ff180fafd9338b748115315235067d7fa8717b76db023a03e7eb0ff94e34a81da3a1a73a72
MISC metadata.xml 321 BLAKE2B 2a222ee5e7e6a2a90a44b834a4b7d430938813786c7179fe3fe273456b501feba4c20da2fe3b9671092085a991fd35c736a5b64c179a08f54fddd029ac5bd731 SHA512 fd00829f66750d3d54b7bfb472179639fbe453840e7c3056b406af546acb952d3fb8d4552973a68ff0966f25bead8dfd4501888cbd68721e54207b5a7628ac36

View File

@ -1,70 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio"
HOMEPAGE="https://pypi.org/project/autobahn/
https://crossbar.io/autobahn/
https://github.com/crossbario/autobahn-python"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="crypt test"
RDEPEND="
$(python_gen_cond_dep '>=dev-python/trollius-2.0[${PYTHON_USEDEP}]' 'python2_7')
$(python_gen_cond_dep '>=dev-python/futures-3.0.4[${PYTHON_USEDEP}]' 'python2_7')
>=dev-python/cbor-1.0.0[${PYTHON_USEDEP}]
>=dev-python/lz4-0.7.0[${PYTHON_USEDEP}]
>=dev-python/py-ubjson-0.8.4[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
>=dev-python/snappy-0.5[${PYTHON_USEDEP}]
>=dev-python/twisted-16.6.0-r2[${PYTHON_USEDEP}]
>=dev-python/txaio-2.7.0[${PYTHON_USEDEP}]
>=dev-python/u-msgpack-2.1[${PYTHON_USEDEP}]
>=dev-python/wsaccel-0.6.2[${PYTHON_USEDEP}]
>=dev-python/zope-interface-3.6[${PYTHON_USEDEP}]
crypt? (
>=dev-python/pyopenssl-16.2.0[${PYTHON_USEDEP}]
>=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
>=dev-python/pytrie-0.2[${PYTHON_USEDEP}]
>=dev-python/PyQRCode-1.1.0[${PYTHON_USEDEP}]
>=dev-python/service_identity-16.0.0
)
"
DEPEND="${RDEPEND}
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
>=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
>=dev-python/pytrie-0.2[${PYTHON_USEDEP}]
>=dev-python/pyqrcode-1.1.0[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${P}"
python_test() {
echo "Testing all, cryptosign using twisted"
export USE_TWISTED=true
cd "${BUILD_DIR}"/lib || die
py.test -v || die
echo "RE-testing cryptosign using asyncio"
export USE_TWISTED=false
export USE_ASYNCIO=true
py.test -v autobahn/wamp/test/test_cryptosign.py || die
}
pkg_postinst() {
python_foreach_impl twisted-regen-cache || die
}
pkg_postrm() {
python_foreach_impl twisted-regen-cache || die
}

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">autobahn</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST bellows-homeassistant-0.15.2.tar.gz 54610 BLAKE2B dff6bf85aef3b96505e2632c9125d0f90cd8d844d5f50c537ef9e774190f0b0a8669978c59442da015e1b8bc5a0909eb1ddfc6a4199f9d648ac057973f13fa03 SHA512 a9e8593d02b75cdded8d4ccd036464fc3f9b462d79727735312c69baaaaf9c5e3c6cc174b31d053012299877699a5d3f8201559bed5eab7b93480aad4d308cd5
EBUILD bellows-homeassistant-0.15.2.ebuild 922 BLAKE2B cb3b4c17bda4d07066bb910185417ddc37973c4d6f474c0db362dca747992fee911a19b163f03eed44e45597221ae06da29c1fe18f73822c4320dc5d5b4a059f SHA512 8fdc792c0787ed8c733e9729fb4f85a26afd48fb27ef926881bb0e06d062a116edab8cf50859796b98ac6354bf63dcc297f59add30b967deff33c3650cbdfb0c
MISC metadata.xml 352 BLAKE2B f06fe89477fec041195c1ad4ec72b6693ecd6b8916c308d7ef8d60997040b52083f598ab352206c860ae7ea0771ade2ff9fa8969f06df60a104fd339c7fc4eb1 SHA512 c08e586df7ca07df08e0375d06d90c05544d5f9b03b72ae5abee32ad53af1c64079d25c5969530aa77ba225355d484af489b26ca17b5f2517b944c55a7b81cdc

View File

@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Library implementing EZSP"
HOMEPAGE="https://github.com/zigpy/bellows https://pypi.org/project/bellows-homeassistant/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
~dev-python/click-log-0.2.0[${PYTHON_USEDEP}]
~dev-python/pure_pcapy3-1.0.1[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
>=dev-python/zigpy-homeassistant-0.9.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="pypi">bellows-homeassistant</remote-id>
<maintainer status="unknown">
<email>rcloran@gmail.com</email>
<name>Russell Cloran</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST bomradarloop-0.1.5.tar.gz 4533 BLAKE2B 695a03c901c1626896833b7c1cacab906b3a02a21ad8741b584a24ff20c7b582e3e2205667d5dbae02f8e4060af1caa2b67abb0ee6777acfd18c96a40ae1ee98 SHA512 33ba4a99fd865a078b3d416ffd7a94b14e29ac8135a611404435d645826950e78c516f4b9c32fdc3e0fc5ba7a1e714e078162e2f02bb836d2fdf337ae422e151
EBUILD bomradarloop-0.1.5.ebuild 775 BLAKE2B 59a0b97ebc698f33a4e8dbd3b36c6c4ac2b0619e623a3ee7df8c3c055a3bd2b7e7645e3adc08fd3e5d006da5ef5439474c76989b0e40a7104da4325350969f40 SHA512 ffb8a8a3786a0e2e8abb81993101cf53507782a281675a0677b23c3e35455f4bab2464d0719dd641c9bd9f20bf9b8a97ee6d4d85f7ea1bfc5f1bec91df28706f
MISC metadata.xml 456 BLAKE2B 1a077fefb7de2253136589a9830d1efb0fad89fb9a4a9f66138ce16049d3114fc21e32288223b4a466674ebb1f0ce584a13be0d5ddb999a61b63655341dabce1 SHA512 04027b35493e7bc8127dd037bfacf3cb7ac47682ccc89b5acc3f379a3579291e98e769dc84c49ec6026ebd2edde41c05b41424f12ba8c9e6661b3f4b1f36734c

View File

@ -1,31 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Create animated GIFs from BOM radar imagery"
HOMEPAGE="https://github.com/maddenp/bomradarloop https://pypi.org/project/bomradarloop/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">bomradarloop</remote-id>
<maintainer status="unknown">
<email>maddenp@colorado.edu</email>
<name>Paul Madden</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,5 +0,0 @@
DIST bond-home-0.0.8.tar.gz 2558 BLAKE2B 06c6129462b5397c3543eb01303d6675e926c1cfb48317bba7afc639eaf5eda55741374aa8d53ec3803a4d8041d393f378ac37a590fb9214c61a5de35ba9a1a8 SHA512 9b7f47e297302a033dd0c2744ed70af90079a0e7919ffb40fc39e1caf601638085365083de66b9b4143714e74043b7f346a646e14fc5564f6d0ec6b92e2bbef4
DIST bond-home-0.0.9.tar.gz 2871 BLAKE2B 451edd06ce57819750ad5dacab98760772c9a6c2ad5010fa44d29ad8985b86be66737cc608976d2f29108ef824ae33461a93414b8cc6d99dfadfecf4cafdc4d6 SHA512 3033cc5ab7082facfa508768ba19c2caa4812181d4d0d76f02ea541d8be744aee7a1f652700f1fa76631d3bb46211de75e32c57da0178397660f481a49738cd0
EBUILD bond-home-0.0.8.ebuild 726 BLAKE2B 83a4a529345aa4b2d655a68aa91c2d2b6cfad31675aff97a7259aec4b974b8906400f1b6c159cbdcdfb1a0f5d121150d8dfc76f1182d1ea47efaf38ae3f4fb51 SHA512 33aa29cccfa693218e3a548e7d53d515e570f270be2902410f64d49c9d4956e71d30ca08dd01bf635e03e062dca9c44f8bfb4c02726818315a7cdc0ff3f8c68f
EBUILD bond-home-0.0.9.ebuild 726 BLAKE2B 83a4a529345aa4b2d655a68aa91c2d2b6cfad31675aff97a7259aec4b974b8906400f1b6c159cbdcdfb1a0f5d121150d8dfc76f1182d1ea47efaf38ae3f4fb51 SHA512 33aa29cccfa693218e3a548e7d53d515e570f270be2902410f64d49c9d4956e71d30ca08dd01bf635e03e062dca9c44f8bfb4c02726818315a7cdc0ff3f8c68f
MISC metadata.xml 449 BLAKE2B cd91184320e492f98080794659cd1f52103733a4787d320b03e8f8157ada3065d758b3d9a4a660dd237bb56447818504c2eac08a30276d288b73ba7bf633d2ab SHA512 39c47106888aaf1cf100be38a14df89abe24b15b24fdc75f9179625ebfc1db3baf2ffa0c23aadd10b123907387f8c07a8b8a0ca497ea09614a3275afcbb7eb26

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python library for controlling BOND Home Hub"
HOMEPAGE="https://github.com/nguyer/bond-home https://pypi.org/project/bond-home/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python library for controlling BOND Home Hub"
HOMEPAGE="https://github.com/nguyer/bond-home https://pypi.org/project/bond-home/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">bond-home</remote-id>
<maintainer status="unknown">
<email>nguyer@gmail.com</email>
<name>Nicko Guyer</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST cbor-1.0.0.tar.gz 20096 BLAKE2B 0e15bc4984155c1046836c94f3025f8dd451aaad438c78de25a739738e6de8d3ff3e737dbaeaace3d837be08e9702a3b7d18d840c0bc5459cd3919159eabd728 SHA512 996b61c7d16cbe8bd7b056d09286a17f3a6a29cb97ef9e5ca1d1bfe8c53393ae3d2b7565c937a283cb78f377af14c070bd663aabbce995dc7e5b9d2f69a6ba73
EBUILD cbor-1.0.0-r1.ebuild 491 BLAKE2B ac4f55b87831cd2fd7e1983c47e0fcfa9ee17ed6d5403086c0a733abf836f19eee9251d16f0e338c909e704fd0434711183d91d2bac326af8224521c547a9599 SHA512 25036272b35b0ee117f70ecfef6b8ab43e6f87468ece86bb6709248827941eeae2fcbad3d8b9c101b783162038016c54a1e294f8734209f14ff4502eac378557
MISC metadata.xml 996 BLAKE2B 086a81c0714c78e89681623baec48d9b2ef864a107a1ef87a2bbccc1de657f96e6250f03e028f724e59b6bd70fe9970255d4bd2c13faf20b696a9fd330fbf36d SHA512 eadcb582ff299f943fedef2af5932750a9530f3de9c0962d1a288eb667eec5933ce5b96b5fa9212a3b4020f70b5686ead34e2591f24aec64f1b21c2ff7a69e6b

View File

@ -1,19 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
HOMEPAGE="https://bitbucket.org/bodhisnarkva/cbor https://pypi.org/project/cbor/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<maintainer>
<email>bolson@bolson.org</email>
<name>Brian Olson</name>
</maintainer>
<remote-id type="pypi">cbor</remote-id>
<remote-id type="bitbucket">bodhisnarkva/cbor</remote-id>
</upstream>
<longdescription>An implementation of RFC 7049 - Concise Binary Object
Representation (CBOR). CBOR is comparable to JSON, has a superset of
JSON's ability, but serializes to a binary format which is smaller and
faster to generate and parse. The two primary functions are
cbor.loads() and cbor.dumps(). This library includes a C implementation
which runs 3-5 times faster than the Python standard library's
C-accelerated implementanion of JSON. This is also includes a 100%
Python implementation.
</longdescription>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST cdu-0.1.3.tar.gz 3344 BLAKE2B 0a2d43dcf4567ff1bce4552ac6a9099de720dcc96d8f4671348e36e3b4b62adaf9517e6ba24c42fa51846e3e25833f7f066002fd2d321fa9600070335dae0896 SHA512 c84ab149c5ad5d954b573f0dd5e35d22c7867aec046686c41e718f0375377c6bf6a36f9974a4977044e0e69ab4c02720bb59d36033e59de76a4231dacc7a62f7
EBUILD cdu-0.1.3-r2.ebuild 753 BLAKE2B 9c7b0dc4324f37741fe7383d1cc09985e97403785a86749ca9fb93cd2f4859a18bab8ca14f69d6e129f445659e65362b334bed003f7f1c6f5f68d5d4c47c162b SHA512 393b6cdd9c9bc49c3a0ba75810609ae17db33c2739e81fd81852eaa1269c29d0f08361644f335a7241f95ff21b6f34a7018890cb07ba752c3b11ba1b14c00c1a
MISC metadata.xml 451 BLAKE2B 21da2519c87841e0d7f1dd6b21f3dfba2bef7e6c61d01c6084dd8bb1eeaf31eda6f38b083c29f79f8a6002ca85125b791117be213defb1d04a5ba63f6d9a9c0c SHA512 c9f4b62f7113176fcf684a4161b95419fc42c1cd404cddd73c5bc91daa6ae602e170727a3bf6d9da62f94851aa24fe800dd7a51ee933a4acb03c56ed85140aae

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Cloud Storage Disk Usage Analyzer"
HOMEPAGE="https://github.com/ilogik/cdu https://pypi.org/project/cdu/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
# License unknown
LICENSE="all-rights-reserved"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/boto3[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">cdu</remote-id>
<maintainer status="unknown">
<email>mesteradrian@gmail.com</email>
<name>Adrian Mester</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST cffi-1.12.2.tar.gz 453893 BLAKE2B 653b543acdb30c5200706de578ae9d9ba3e856385ba4a2350f9d9847457f9ba5354cba6821f0b5fc9e63fe3e68612559a67633b4f9242ed4907f18d47a786db1 SHA512 af4fe47cf5d6f1126222898365cfa21e9f11d0e71b87d869014dbb37af30dca9ddf50c989030d0f610f50e8099e8dfd08a688d8c3629abbcc4f0294f5f91b817
EBUILD cffi-1.12.2-r1.ebuild 1383 BLAKE2B 390313ea7182e4b1d08e20eb8261b91992d81a84656e3bad6967668c3a1b70a2f2546662216eb2e33fd74593bbd77e1c98130ee6742eaab9b8a714162cd1c26c SHA512 3da2a890f1ce14a944266a671d2bb6078b643ba092f4dd5576822a6229dd4148419ebf15b3e943efbb5f35eb8ffb3c7043aa68aafeb0ce8e7671386c30d05eca
MISC metadata.xml 317 BLAKE2B b6416209bd2358c42c2be3bd228238b401bf126919b6e7371d83d7cec8cb55a40f89db562701cc8f3dfa904e225426881b22ff1d3b72085365b5caf9b8c6a403 SHA512 0744ca7b98b2ebe2985bf2a81a337d09be62cfaa51f8380bac52f8d30941e997f09be20e28caf6967226a71369003cf35977790aba56ed0d469cc490cfa089b6

View File

@ -1,54 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
# DO NOT ADD pypy to PYTHON_COMPAT
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1 toolchain-funcs
DESCRIPTION="Foreign Function Interface for Python calling C code"
HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.org/project/cffi/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
RDEPEND="
virtual/libffi:=
dev-python/pycparser[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
DISTUTILS_IN_SOURCE_BUILD=1
src_configure() {
tc-export PKG_CONFIG
}
python_compile_all() {
use doc && emake -C doc html
}
python_test() {
einfo "$PYTHONPATH"
$PYTHON -c "import _cffi_backend as backend" || die
PYTHONPATH="${PYTHONPATH}" \
py.test -x -v \
--ignore testing/test_zintegration.py \
--ignore testing/embedding \
c/ testing/ \
|| die "Testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/build/html/. )
distutils-r1_python_install_all
}

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">cffi</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,4 +0,0 @@
AUX checkmyreqs-0.3.1-no_test.patch 569 BLAKE2B 2194d5f1c601e3beb0d93c78259743b8d994d5e2358ca6ae15341be68aaecae7737732df15dec549529bc4fb63644823c9df24bd8f0515998085cb2059563d4b SHA512 1dbd8b5bb453c8e0821a9f62fb0006b32063c5b9f3064732513485955c1029399f41d163689b1b297c6e8f48cee650a7da41230aeb5fdd8cbee2124807f2e796
DIST checkmyreqs-0.3.1.tar.gz 6144 BLAKE2B 6fd93838b610c9da1deb5ce252d9c9771911e5d77e3428301ece68e0ca7598268187617a37c774c12168315f51094d25a69e773347cb0b8cb12c736354de3e30 SHA512 fd4c8ed4fbe95e3b81cc0ef07d71f438014734bb6fd195550cecf0c2731e4f1a08a0acc27fc78882e9e8a1d9443024e08d9c087171128ee3845f7021a405751e
EBUILD checkmyreqs-0.3.1.ebuild 803 BLAKE2B dd341132d2551c883953611834c19d4abd63500e666d48b17d817f2d2f39ea59d106b57bf4784bd3138c0e4b9de64f7b443a3df1b377d113837cb4be4ad6dc27 SHA512 97ea810819da3c40b1891be6f12e91a19037f0accb812965579019bbe565854239f076e4034a13d48fada1af6307743988442b0f0548767a45e389a91107eded
MISC metadata.xml 462 BLAKE2B a10d00f8d61203558c75d4f94d48ff78c65a010d64554d6152c7bd5c03406cb87c4bf5c8311f8851a6dc3ca429c48d0dc6f425b2dd234b1872a01c0006cae275 SHA512 22c91da8e27550ff3698ea283500b72ec569d0c55c352960c265109758f7a192d534fec710f1fabe95a34afe58b12b1e3fe37dba286950ca8dafbb18eb2f4b6b

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Check your project requirements for Python version compatibility"
HOMEPAGE="https://github.com/dustinmm80/checkmyreqs https://pypi.org/project/checkmyreqs/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/blessings[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
PATCHES=( "${FILESDIR}"/${P}-no_test.patch )
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,22 +0,0 @@
diff --git a/setup.py b/setup.py
index 988faf4..d56301e 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
import os
import sys
-from setuptools import setup, Command
+from setuptools import setup, Command, find_packages
APP_NAME = 'checkmyreqs'
@@ -54,7 +54,7 @@ settings.update(
version=VERSION,
author='Dustin Collins',
author_email='dustinrcollins@gmail.com',
- packages=['tests'],
+ packages=find_packages(exclude=("tests*",)),
scripts=['checkmyreqs'],
url='https://github.com/dustinmm80/checkmyreqs',
license='MIT',

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">checkmyreqs</remote-id>
<maintainer status="unknown">
<email>dustinrcollins@gmail.com</email>
<name>Dustin Collins</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST ciscosparkapi-0.10.1.tar.gz 44703 BLAKE2B caa3deaef46d6daaf6b86fcc941e95eb61a3c4851470f46499b71da2acb00a58c572ea31a3051f4029b1a24dc3f7aa8536587c4f85993c56f1079472685709f5 SHA512 49045a5dd49bb8f8eb9ce76991bfa4a7c40d06b488499d62393ea0f2ab289b90eb749cd7989581b940572ff5f8ce9b7edf5cf39a3f5d42a3aa2e009e80dd4995
EBUILD ciscosparkapi-0.10.1.ebuild 730 BLAKE2B 97f5e2a1e5438c8c4e13f2f441e254fd71ab34271a7a2da9d12f160f064257145244532651b9c9c80ccb1b1ac948b468d1a1fada16352d3190ef611ca6be614b SHA512 c6be39a78be5697efc6d2cb85cf368eca5a0d6b165eb3c869ad1174b06fb38b926b9c51a4cec5a9a89d75f75f8b2e7735d8fc908259f7031e9e15ee55921cff5
MISC metadata.xml 458 BLAKE2B e6026863b56f7fbcdb56e709d1fd474c7e7c74619589c59e8708dc5fe1750f158ecbc698786e53e74ede55014d483cb86f57e7102bf28d32c24ad1f3c9f6cc24 SHA512 771974c38ff29143ae57521b9724eed3da0d245e046434f5fd46a6214139582b469c2f3984a63beb6f64209c6a163d7304d42ec78ac3eafdc1da1e90f212d73e

View File

@ -1,30 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Simple, lightweight, scalable Python API wrapper for the Cisco Spark APIs"
HOMEPAGE="https://github.com/CiscoDevNet/ciscosparkapi https://pypi.org/project/ciscosparkapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">ciscosparkapi</remote-id>
<maintainer status="unknown">
<email>chrlunsf@cisco.com</email>
<name>Chris Lunsford</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST coinmarketcap-5.0.3.tar.gz 7038 BLAKE2B af2700e683b71c2c9d30dc07b5f5d86d3ce613f6cd77cd5fb408a50d9dd4a9246c3960ea15769ba77ae6b6c357cdc77010ee69b8557491141020d55042ea4b5f SHA512 5684515e5beefe73b27c7e976c368b3d12269d2c55c7b5ab43f71196e1084328e4e01b31ee282bdb4d19bf78f01ce0c7a5c0c3bf970195b1d6f633489e820e74
EBUILD coinmarketcap-5.0.3.ebuild 812 BLAKE2B 4b5c1fba15eca2ed41cb0379fde95f8c7f8dd2856f19f7086d46bab3464e1256024f374bb4cac1d21041879305406641a1915f3a92c03d3a30d5582a98690eff SHA512 2d3f1d96ecd474e6bd8006194010c2e674c434ac26dd815ccc0ed00f500253c58c945a8f31f0d82f97a482a98066720230576a37fa4f5c05a850b608c58793d9
MISC metadata.xml 455 BLAKE2B 70c311c6bf6723a57730041ee6df41c99e738c0341409c6af39efbb0088e767b0844109613906c761021a987667ffcbc99410601baa6c1d18504004d71512c09 SHA512 1dabcb6b9fc747e206a2a013c609e5cf1e199ea5a0fd7c24f0afb8a8f337561f54d58280d4b1e642be352a27c7f79506cb94d9b44effa027df12df571314b7ae

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python wrapper around the coinmarketcap.com API."
HOMEPAGE="https://github.com/barnumbirr/coinmarketcap https://pypi.org/project/coinmarketcap/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.18.4[${PYTHON_USEDEP}]
>=dev-python/requests-cache-0.4.13[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">coinmarketcap</remote-id>
<maintainer status="unknown">
<email>me@martinsimon.me</email>
<name>Martin Simon</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST colorzero-1.1.tar.gz 25163 BLAKE2B 6da9f08fa5a32dcdca3197ba6a8104c7420309c872bca63f1fadf847d8338a1b4bb3c2338d0c0e429d88ba4e5f8d28ad218ef628e138686b506f67cf22c8a4d6 SHA512 646c6a97ec28e84b9399f609033e55aab3c7c0d6dfb78723e2a53524725594c2129d1948a20e600bbc29dd4b89d9175e3c6dc3ed1d53be7347a22ef4bb8613a0
EBUILD colorzero-1.1.ebuild 758 BLAKE2B 53dffaf628ed37326a467723f81f738a02c410cf078b57ecffc403797dabe333581dfac8a2af4f64d25efd8b5ae7f98da936b644e5b8ad9edd9790824aa62409 SHA512 0b7611633759c3919d3d0be5a33a671050a5fcbe1766481f3a6fefb9be2af8371935d55182504d4fea5d9f01a33a6a2d4719911eebc0104f8a88d8e928133ab0
MISC metadata.xml 452 BLAKE2B feaa600af1eecf60343dbd2dc801cc5cdb942ba7ea53c7f06df75f02e0056cd06fd7c71635d0a905901a5e6e4998e9f0faabb40f6e9b0ea788e8e6c8d9b75e8f SHA512 f07b26d9a2c4e6142c762eccfd827022177b1d4e71c5ac15749585d7387a0fbd1cd6e986bb9fdf4a3069faca3929c58029fef6e934d692c0a1dc85111f09e1e6

View File

@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Yet another Python color library."
HOMEPAGE="https://github.com/waveform80/colorzero https://pypi.org/project/colorzero/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">colorzero</remote-id>
<maintainer status="unknown">
<email>dave@waveform.org.uk</email>
<name>Dave Jones</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST config-0.5.0.zip 88368 BLAKE2B edd4b88ca521ff440c7310a3aea766fc02907586d5561d9fe91b40ede5dae0c05c0e7a21d47f30f9bb2e21d574d1d02ee7418ae2b244e69d67a15ca146e1f8ec SHA512 26cf24a151453f34f374ba9e06b5e1721dcec5a3da3f988a28c111a4ff351118551219a2bd28143f2369184018d49ebfc4245407b5e8c7571cc70d555217aa64
EBUILD config-0.5.0.ebuild 752 BLAKE2B 40fb169da8699124d3b0c1f570dc9fa1a2a8c290336a2d2f0e34b1d78ebb0b85fe8abecb2ba54f6022afcf0e4660a72c4c48ed7ad13eeafb89f3267223bd3b37 SHA512 3c18e5ee527cb7aabfaf3ddaf697b4424c0bd9078bbef6b9eab88cd27048d5f79b4e0ca3f8abc0551ad23990ceaa8228e8b4d587b94f5eb215eb9aa45f6244cc
MISC metadata.xml 454 BLAKE2B 016d28007dbf058e826ff91cebc9c8c737e20a509a8e5227220f0cef29b7a8414dfa59a3256e0b8778d84eef9f22fa558e29f0fbcf1132f3421d5fd5c3320426 SHA512 47282b87519e4a4d49658eeb820e134cb7631c6115d2cbdc308043d043e3e955564ddf835d34ef7960e8ff189084e3a250638aa72b78b3f69f9dacbcb84a8dbb

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="A hierarchical, easy-to-use, powerful configuration module for Python"
HOMEPAGE="https://github.com/vsajip/py-cfg-lib/ https://docs.red-dove.com/cfg/python.html https://pypi.org/project/config/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
BDEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">config</remote-id>
<maintainer status="unknown">
<email>vinay_sajip@red-dove.com</email>
<name>Vinay Sajip</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,7 +1,5 @@
DIST connect-box-0.2.5.tar.gz 5724 BLAKE2B 558f165645f0d6fff645f13a659b949b1f380a42f5eed1a979bcc2d2ea5cdb566ec49879121db8ce40bd6b64c8e6c1167b0848d57ac9b956887d89b39b6067e2 SHA512 ac869dffdfbbf26b6b2430af0509c00f57ec0effaec362121acc29a76763e5badf3c951cd73ed887968423fafde77acd301cba2992365d54516a6b8d7f87cca7
DIST connect-box-0.2.7.tar.gz 9672 BLAKE2B a92f549debc050a8a1d5eb2fdd55b95db6ca5ab3bb5c23d2e7de992146295c6fb524528b3074a1ddf79a9ad926f76898476f6e384ebb301f230cf32b719454ab SHA512 4ec4c87446aac333f18184a826ba4b359abb6d5b258a6d507770d88a81d430d3d68af79f587e998eaa8cd3df36c4b977df7383e4afaf510ea0fbd4fcecf857ed
DIST connect-box-0.2.8.tar.gz 13210 BLAKE2B 325fec65d638e7a281e5e85828cee940df66f83d85df7cc2bbb19b765abc14b562cd19d1de03444f1fbac774ecc7b9e8b7fd8620da334f14585ce797b24722a1 SHA512 f143ae62b714331a3660b2d86727c0248b83d92e0c2938620494c7a2943309b1e761f1a014981afbb77f33c325b831925424fbc82d3cca0b5b0b7791b0c64482
EBUILD connect-box-0.2.5.ebuild 887 BLAKE2B 15ba15a21e2d97732d99b5ab926591561e63592958cce773f6804b6b598be57d2a0f61b430fa9e242d7d9513918c277d3dcb4be41801be228bb4a6e5103e4404 SHA512 fd86c0eb1646675e56286f898ac429fe8c1958062152ab11fb0939655a65cfd2eed93d0ec8370cdbc89689305233eb5cc2bb1e8a7dd84e6532d02fa59fda0eea
EBUILD connect-box-0.2.7.ebuild 887 BLAKE2B 15ba15a21e2d97732d99b5ab926591561e63592958cce773f6804b6b598be57d2a0f61b430fa9e242d7d9513918c277d3dcb4be41801be228bb4a6e5103e4404 SHA512 fd86c0eb1646675e56286f898ac429fe8c1958062152ab11fb0939655a65cfd2eed93d0ec8370cdbc89689305233eb5cc2bb1e8a7dd84e6532d02fa59fda0eea
EBUILD connect-box-0.2.8.ebuild 996 BLAKE2B 2f810129029e5d1ae0d1458bdcd8d6694142d35fff2adf87563d345e6e24e056017ee099b62a7eb53467bc0839e02ad0f4ea54f59ead908b559403f4fe3d5ad8 SHA512 77e0a959ed80bd795322850f24db23ea5da2f31e5590a6a3272ca872896a91cf9046e44161e5024fee84c8c5dd2574edd512b812196ef6e291dbefb2b5cb0ad9
MISC metadata.xml 469 BLAKE2B a9a3cc07ed7d0de54ec220b2c1d1c8b6febe70ddaafadb60892f31597de60f280ae735e925b35a6b5a08fe5012ca2094082c3d82a8d27be01f39ee67911eaa4d SHA512 02d29cb183a0ae605eeabd5b02742184b7ab0a1b074bf5bd5c07753ae959fecf3ba1eedc3e3a18e69d80e026cdceda06a0005cd02acd44b8070c278bc70a0d9a

View File

@ -1,36 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
MY_P=${P/-/_}
DESCRIPTION="Python client for interacting with Compal CH7465LG devices."
HOMEPAGE="https://github.com/fabaff/python-connect-box https://pypi.org/project/connect-box/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
S=${WORKDIR}/${MY_P}
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,7 +1,3 @@
DIST coverage-5.2.1.tar.gz 694076 BLAKE2B 0aaf9b5668c2fac1220c377d5b841341b534bd14579b70fa3d4c5e64239df71b95c2278e041f46ae3f9d2ae55145894d51457caabdd9540b7d8ce3f32f8d409c SHA512 bda6129a4f4e2db3d26878036ceec137e4f359b8d37ce087e4007751bf0bbda7d706967a50b120378fa533f980e70142328099332374a1f303fa0083ffc078b0
DIST coverage-5.2.tar.gz 693669 BLAKE2B 8ae8b548a9f6813bfb6c95a0cbc0c58517c2948704e43b8173147c6b3c882c9bd0f2fafc2e77dbb854bbc9670fbb3a885dd8e46fadbf1ea88fe0ae8215972bbb SHA512 54645e66ab3e7632889a91703c479a885195d24b414d1559093059f0b648d40d7de22ca25816e43c30f955f0725eda6131ea7d43276d25ee25522ce0bd58683a
DIST coverage-5.3.tar.gz 693632 BLAKE2B 9daa3a0fd7f8c3ff7c9d68603e11a0a419d3ab50e3c3fb6be5b694aa1f7566040e1212b7175dfa4f71a0a309db325c00f94a85e0e9e755ae8c4f09c499d0daf4 SHA512 f40a21c394b1a72118965f702ae2b8e09c4e0b2fe92709aedf1de4c8074cd9c2cae0ed4860fbb863e4e5479f1067ff806d7051f7683d6b324de9945c0cacfc39
EBUILD coverage-5.2.1.ebuild 1907 BLAKE2B 61046031aeebff2d172a04b5e07f7d534e1ef48eca7c5dc3d9067c7d97f90869b0633cc48618c47677106d29e7a0c9a53af34aff1dcc9367b51bf5335c6b47b3 SHA512 b692ab912aee0d533743a36f6a7c1fce403f558713ca5da360baa6a9336cdea3c990862c9f8f96a8a9d8d3c0052b1f3161ed5592d8957eae5ad2b69d9ab3f14b
EBUILD coverage-5.2.ebuild 1907 BLAKE2B 61046031aeebff2d172a04b5e07f7d534e1ef48eca7c5dc3d9067c7d97f90869b0633cc48618c47677106d29e7a0c9a53af34aff1dcc9367b51bf5335c6b47b3 SHA512 b692ab912aee0d533743a36f6a7c1fce403f558713ca5da360baa6a9336cdea3c990862c9f8f96a8a9d8d3c0052b1f3161ed5592d8957eae5ad2b69d9ab3f14b
EBUILD coverage-5.3.ebuild 1907 BLAKE2B 61046031aeebff2d172a04b5e07f7d534e1ef48eca7c5dc3d9067c7d97f90869b0633cc48618c47677106d29e7a0c9a53af34aff1dcc9367b51bf5335c6b47b3 SHA512 b692ab912aee0d533743a36f6a7c1fce403f558713ca5da360baa6a9336cdea3c990862c9f8f96a8a9d8d3c0052b1f3161ed5592d8957eae5ad2b69d9ab3f14b
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View File

@ -1,69 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
PYTHON_REQ_USE="threads(+),sqlite(+)"
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Code coverage measurement for Python"
HOMEPAGE="https://coverage.readthedocs.io/en/latest/ https://pypi.org/project/coverage/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
#IUSE="test"
# The tests are impossible to appease. Please run them externally
# via tox. Or fix the ebuild if you have hours of time to spend
# on something utterly useless.
RESTRICT="test"
#BDEPEND="
# test? (
# dev-python/PyContracts[${PYTHON_USEDEP}]
# dev-python/flaky[${PYTHON_USEDEP}]
# dev-python/hypothesis[${PYTHON_USEDEP}]
# dev-python/mock[${PYTHON_USEDEP}]
# dev-python/pytest[${PYTHON_USEDEP}]
# >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}]
# )
#"
src_prepare() {
# avoid the dep on xdist, run tests verbosely
sed -i -e '/^addopts/s:-n3:-v:' setup.cfg || die
distutils-r1_src_prepare
}
python_compile() {
if [[ ${EPYTHON} == python2.7 ]]; then
local CFLAGS="${CFLAGS} -fno-strict-aliasing"
export CFLAGS
fi
distutils-r1_python_compile
}
python_test() {
distutils_install_for_testing
local bindir=${TEST_DIR}/scripts
pushd tests/eggsrc >/dev/null || die
distutils_install_for_testing
popd >/dev/null || die
"${EPYTHON}" igor.py zip_mods || die
PATH="${bindir}:${PATH}" "${EPYTHON}" igor.py test_with_tracer py || die
# No C extensions under pypy
if [[ ${EPYTHON} != pypy* ]]; then
cp -l -- "${TEST_DIR}"/lib/*/coverage/*.so coverage/ || die
PATH="${bindir}:${PATH}" "${EPYTHON}" igor.py test_with_tracer c || die
fi
# clean up leftover "egg1" directory
rm -rf build/lib/egg1 || die
}

View File

@ -1,69 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
PYTHON_REQ_USE="threads(+),sqlite(+)"
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Code coverage measurement for Python"
HOMEPAGE="https://coverage.readthedocs.io/en/latest/ https://pypi.org/project/coverage/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
#IUSE="test"
# The tests are impossible to appease. Please run them externally
# via tox. Or fix the ebuild if you have hours of time to spend
# on something utterly useless.
RESTRICT="test"
#BDEPEND="
# test? (
# dev-python/PyContracts[${PYTHON_USEDEP}]
# dev-python/flaky[${PYTHON_USEDEP}]
# dev-python/hypothesis[${PYTHON_USEDEP}]
# dev-python/mock[${PYTHON_USEDEP}]
# dev-python/pytest[${PYTHON_USEDEP}]
# >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}]
# )
#"
src_prepare() {
# avoid the dep on xdist, run tests verbosely
sed -i -e '/^addopts/s:-n3:-v:' setup.cfg || die
distutils-r1_src_prepare
}
python_compile() {
if [[ ${EPYTHON} == python2.7 ]]; then
local CFLAGS="${CFLAGS} -fno-strict-aliasing"
export CFLAGS
fi
distutils-r1_python_compile
}
python_test() {
distutils_install_for_testing
local bindir=${TEST_DIR}/scripts
pushd tests/eggsrc >/dev/null || die
distutils_install_for_testing
popd >/dev/null || die
"${EPYTHON}" igor.py zip_mods || die
PATH="${bindir}:${PATH}" "${EPYTHON}" igor.py test_with_tracer py || die
# No C extensions under pypy
if [[ ${EPYTHON} != pypy* ]]; then
cp -l -- "${TEST_DIR}"/lib/*/coverage/*.so coverage/ || die
PATH="${bindir}:${PATH}" "${EPYTHON}" igor.py test_with_tracer c || die
fi
# clean up leftover "egg1" directory
rm -rf build/lib/egg1 || die
}

View File

@ -1,3 +0,0 @@
DIST crimereports-1.0.1.tar.gz 3339 BLAKE2B 411b10c2c2cb4a1df590df01a6693ed2682621b2cdbc06408b135b4b728dc94c0d1b0d1cbe057980ba0545d00fe4812cb49ad3bf57cbd3bec3b1a5b6cce0b58d SHA512 b0d4a61abc3ad09d4c0ed47051669fb8b8d9a165b0c90f46e0fea58ec47a432a9208bae04d704f7fa97ebcb54ce66a27c04b48cf4fb413e30fdb4fb829d71341
EBUILD crimereports-1.0.1.ebuild 752 BLAKE2B 1adfdee4e94cdb0dfe19a6559c2f38b9951d6c414bdca50ead804c20d31a4565ee31f47af620bc8ea876dd525da31c4beddec2751bcec19362b853b67fc30128 SHA512 156480d6d58b92afb6167ccf3f6c123917a94444001a4064a11eacd94cca299a32ce25666bf2c9f1f8fdd6a4b56d84e03b1f6103351f80bea6f8c56063f235b2
MISC metadata.xml 461 BLAKE2B 835e56f74af938dce491b69cf83e9e60a38ab1d28a5ad249573e7dc827964e04ecb330e6894839cf17538d03aae3f68fc20e3eee1b0a7cf13fdea63b02da75a9 SHA512 70b09135ad584e82e1e859ba1536bec33b884b797cf0bef8744a557fbae6b49b88cd70259b34b61bb6768a60657dd3d38db6553a7849b69bd257aa1f7783672e

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Provides basic API to crimereports.com."
HOMEPAGE="https://github.com/happyleavesaoc/python-crimereports/ https://pypi.org/project/crimereports/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">crimereports</remote-id>
<maintainer status="unknown">
<email>happyleaves.tfr@gmail.com</email>
<name>happyleaves</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST demjson-2.2.4.tar.gz 131457 BLAKE2B 2bd38a922d68c1a415e7258d7e1cc8b852c703df5cfcd2dbffb3936fb5b93950f2af56c0a8eb961868c1e478520bf8fc33855ecc704cd5f95e6e5b310ddb3b3d SHA512 d8a1cde062d0b062bdae29b6d79ad69fb9cc185428718a0009ccbed544ed37bd354fbb86edadb56bd98183ac8636b2edae322ed19aa5f07a7b6df668c7aa0029
EBUILD demjson-2.2.4.ebuild 793 BLAKE2B 9e7c5f2a8d3328331a879b7189edc78a8c8bd1c1d1ce2b416e854a050dc8cf1a01addbbb9e6825fafc9d5beb6489a4b97b151cf46366fb9385b3f34fe62302e9 SHA512 569ff798fb6284bdf92ff3e46b5babf244520c5487aae38fcb616866a964a3611334e87030c453a87c569454c5fccfe1fbfb54e4037179bba939d58c56b13ab9
MISC metadata.xml 456 BLAKE2B c19f98a47cbd91bf910b695d2aa1f8b62cecb51b43c61ba4a7a93b355ecc515ce5dbff1426e469aa2c8a7e63510e5b0e41b62193bd26bfbbc95adad33ffbe0c3 SHA512 3826f6115a2c63bebd33c7cd08f51c4de2b1659993c0147f2a43564fe3d02492942023e3c61784602e527eb7ef88a241d41b8057c56e7dd5a7804f97c9c375c5

View File

@ -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_{8..10} )
inherit distutils-r1
DESCRIPTION="encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159"
HOMEPAGE="https://github.com/dmeranda/demjson/ http://deron.meranda.us/python/demjson/ https://pypi.org/project/demjson/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=""
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">demjson</remote-id>
<maintainer status="unknown">
<email>deron.meranda@gmail.com</email>
<name>Deron Meranda</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,5 +0,0 @@
DIST directpy-0.6.tar.gz 2481 BLAKE2B 5c927fb5804fcb6f1802558d2fe99bfa7602df299eb0d3a20c94d2239ddc0bfafeff070573953974e12ca592608bb09b3ac56ef28e5e56ad317b48a477ae7059 SHA512 3d202f6be13caaa3ac06a896c408f4a92db321e5f5c383ba80d0ea0c0cb5f9e71375a3ed8330d62309879bc1fc01bbed9d1c0723781b9dc6b73b2c730403aa94
DIST directpy-0.7.tar.gz 2951 BLAKE2B afd7010e54a61ae7c4161c5aa8637e84459887a5fbf486f7d7fe62760dcc620a3a4eaf4a771e979607ff82d67ae06da7342eac78db8302889d463bd520896c73 SHA512 faf8a75004caff1302edbe98c4ff25e6d1fed21cbc1c5fe13381f1f29cbce655014f0191277ec4c818f88f93cecb180cf3a880fb40cb21ac16276007e7f7f47b
EBUILD directpy-0.6.ebuild 736 BLAKE2B 27edc1d8b0bd561c8c34b84a25d5eb4ddb0e859d7cb17fe8afd80eba654d3fc1826cbea67c7c72ae9c999a5a462005d1cd175ed7efe73ca523b8b700a9a6565b SHA512 def4a31ec858f04886f9416ec233888620a35de879c4ce83dab1de78b94de5acbd34fa94b514cda196e099ac369a7919aa66b12cb41bdcb164344ad0143880da
EBUILD directpy-0.7.ebuild 736 BLAKE2B 27edc1d8b0bd561c8c34b84a25d5eb4ddb0e859d7cb17fe8afd80eba654d3fc1826cbea67c7c72ae9c999a5a462005d1cd175ed7efe73ca523b8b700a9a6565b SHA512 def4a31ec858f04886f9416ec233888620a35de879c4ce83dab1de78b94de5acbd34fa94b514cda196e099ac369a7919aa66b12cb41bdcb164344ad0143880da
MISC metadata.xml 327 BLAKE2B e8c248a7a9ab371222468a5cf22ebf1e01a95e0278291265f000d85678cdc5504a5191b2de1926a14422b071608f06e870df6e000b0cb21606e396f013c695f9 SHA512 87d885ccbc62bb678f68e2db234a4e17f1e5a3a94623540b47e8af88db5bd19e02590468b4db0b71c03a28998f28625d622e9b06032ffc97a23a15db3842b594

View File

@ -1,30 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A python library for interacting with DirecTV receivers"
HOMEPAGE="https://github.com/sentry07/DirectPy https://pypi.org/project/directpy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,30 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A python library for interacting with DirecTV receivers"
HOMEPAGE="https://github.com/sentry07/DirectPy https://pypi.org/project/directpy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">directpy</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST dynalite-0.1.32.tar.gz 18546 BLAKE2B 9f9d1e317e9001a09af1e1aa0c93baba652c8cd3c28325797a4a7a76be04a7675f6651fa585eb2ff2abf6e438db4d99b7383eca49f0cf1236ce311e7faed49ec SHA512 c587d76a622be01ca0d271f6fd3b05339e9fa37aae09fe534924c4e02bc2fe5aace8933c2e650fcf792391603f07dc20cc5eab5783e8b1078c23f7464c8f1e5e
EBUILD dynalite-0.1.32.ebuild 692 BLAKE2B 5594883a5541ef1b7b04737bd7ac950ba34c98acb76f9531de1d5603f1baf42447eb60d9aa287b3c29157f14d73a5af9b100f5022dfbd36a3bf101d68c750e0a SHA512 5bbfd1c578863a67c1bce5c0109b71b5fa9d3e46b283e9bc819d7b68648ed9d6e47542c9ad8a0ca95e403a6e5c95318efa15f98a15034f1ce501ba35e06ea47a
MISC metadata.xml 449 BLAKE2B fd6ca1f1749580950c06d5f1ef74e3ec4a04531bdf729952b76e3a760623b163c18ece8342d4c23f8ccf46f7e6bc5faa346d878f87359b2638afa37310b474fa SHA512 bbdebaf638d9f4cce9f2dfcbc77fc326b595785fc107dcdbea3b0094dd4c85114e10d75afd99c28b090943b135b3582445dc60cb66979046059caa556c4ff2f5

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="An unofficial Dynalite DyNET interface."
HOMEPAGE="https://github.com/troykelly/python-dynalite https://pypi.org/project/dynalite/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">dynalite</remote-id>
<maintainer status="unknown">
<email>troy@troykelly.com</email>
<name>Troy Kelly</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST eagle200-reader-0.2.4.tar.gz 3453 BLAKE2B f57cb22213e043044f82236a4366bb10ece2cd05411bb087f4d58cd63d61f2f441936ab0f108e6d347d0b2a7fc40b3e9f313633fef44197d0b923534125e2b92 SHA512 4066c1db950c37b99ece4e6326b290f043ff861bc815791c9209171282b01b9daae5d0182961155d509460de0d10f0b4e5e8cab639018dc68e6cc3fbc69c26f4
EBUILD eagle200-reader-0.2.4.ebuild 799 BLAKE2B b348f9028ddb51bc6bdcecfce6e146c32833d4862d285dda9851e4a3425eaa82fd5ceb890df8a6f2684d57597672804374c0288d8f3036f1eb60649b7b2db60a SHA512 7c8865254ed5cfee31880b80cbb17e4e5655de4f97764b1008a0dddb5a1bc5ee1087850c544541767917833c61f4212a8b53d042a1981d4cfdc9b38d884dc7e6
MISC metadata.xml 334 BLAKE2B 83011a0c62baa6d1648cefa6417cf9b269c5c21a78503a9559627813a2789d4721e736a79367580cff98b9a9e6cc64f6efe2b53aec27f56947ef692b32049b65 SHA512 6e38e838714e24165c3a91774d77eb2235aedd3e536ef30ea090d9ea8f4391343709cd1bdcb6188b0861b02872ec608b1c92a372cad6fa4334bfbf77b69a2369

View File

@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
MY_PN=${PN/-/_}
DESCRIPTION="A program to read from an Rainforest Eagle-200 on the local network"
HOMEPAGE="https://github.com/gtdiehl/eagle200_reader https://pypi.org/project/eagle200-reader/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">eagle200-reader</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,5 +1,3 @@
DIST eternalegypt-0.0.11.tar.gz 4903 BLAKE2B ecaafde82d36209e92ff723ff232df95524f6377b26bba63f36a2faf87addefe9f8df98dd89d76c32731cd65f977fd44cc66ebc46d0de460493108ee4219bce3 SHA512 9b2effdf72c27be9ecdcbaa2cc60391a8cd4070c66157b3e217a91a1d57f40628d974a89fc58bc8b11325242fb383ee3361ab109f5e6f5d33f9c87ed0bd89c05
DIST eternalegypt-0.0.12.tar.gz 5040 BLAKE2B 5115ed08c2a104de844e7d3694c337c4fcb9f3f765016b52107e1e93728b7c66600ad91f41510cb459c9276dd422f51431e90179170a1295acc25ca52fa487cf SHA512 e6cde52c7ceaa4c7f9397ad92e9458d0b0b50f793dc13dc76f9653bfe2e60150c3d6e2747148a931bda9a0a261d6f772ee7bd2550277dfee77be974797af53fc
EBUILD eternalegypt-0.0.11.ebuild 800 BLAKE2B df4f241c3d287d4737f02e417d30499b8325ce20e356bfbebc5da4553c04cedd184e62597bb0ffeaeb575a5329edb01cb9b54a27b52ab34cc2fc2d4a13c6c6cf SHA512 ee180ff339b796e930503ceadc6ea03a36f916601d6017ad9a844aa07c323c18bed13191a75a93a351852a1f4b12c7b6a08264cb1d738e9a0092ac081a65796c
EBUILD eternalegypt-0.0.12.ebuild 753 BLAKE2B 18a9fedc94c5b36ab850452877a017103a754b0c691d2bb6ce642fcb2e83e6a1812c9a10952f95345f0b535f966a3fc0562b981e7a4ba0271e462191447c651e SHA512 7256425d30c60a2c6242138388161a65f538660a0af3bae2b56d312f3f9abc742a2caf031ae87bd83de14e86143f4b1fffef25f8fb14580012e2013b4573ba02
MISC metadata.xml 462 BLAKE2B c18b5895f84c6f6aa228dc842bda1c81ea13d58d7960f3dc0682e67874bf74b8878d815680f1178cb943faee47e88cd9a30a14cdf82ca9d1cb6373ef3efdf24b SHA512 85734b5074107369fee397bb1edaa7a7da3885577a92dd2327a813318f251fc35e5a46bf5742cc554437868c312881e4f35f81480dd17de6f93dfd716ff274b7

View File

@ -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_{8..9} )
inherit distutils-r1
DESCRIPTION="Netgear LTE modem API"
HOMEPAGE="https://github.com/amelchio/eternalegypt https://pypi.org/project/eternalegypt/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/aiohttp-3.0.1[${PYTHON_USEDEP}]
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/flatten-json[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,8 +1,4 @@
DIST evohome-async-0.3.15.tar.gz 15097 BLAKE2B 63466517b1f64d79b599fc6efda0121ba520446fdafa9abeba4e3e798c6eea474803336785be6d2d2d66ab23ca165d4938ee06a24832a6b30fc7b958c732e647 SHA512 e9af133ff2ccc6322a57153857c945f06bcf7de529de062805c21ce4773480508cd72580c846c59fbe2a512d7f459654b5d5d3580818611f2355352a00bf9e9f
DIST evohome-async-0.3.5.tar.gz 13712 BLAKE2B 4ce22a6c62fe08bd8cd6dc1d787f12f4b191f39ca7045679c0f2412e48835d5fd050cf42cb14b8dc95e43d621c227174bb8bb4f249186e75164a90653a35e695 SHA512 de22ec63731971caf93472beb1900d377626b614a45c82610b35c801681b8f9c6165ed362425a967599df5d04fcf32a6c0edf80d44f87c896cf625a4226d9e26
DIST evohome-async-0.3.8.tar.gz 10523 BLAKE2B dca6590e139a857da188970c08097156d62d9d5d2c6945dcd3a1088719bb0adaceb8285b6136eb3c39fbbacf00823ca37c767f9f3356811fb12760e005a82b19 SHA512 e0199678976f537614bf1e699a6a1f9a21fb22ff7f64811e2ac5c3937493677932b08109b7ba78609bcb9616fea297d1f0630bae6906af0fad08df9bcac0d0f7
DIST requirements.txt 15 BLAKE2B 052cdbe82230e5f89932cf250f436b47d10a306d40a81d05b8c56fff415d8599dfba1f5d254221e44b529bd8a6b0b631b36ddfd0cdcea848712d000a4b3ac9cb SHA512 f5dd8fbb728c7eaf131635b5a5a5ed423540a191645e8740da4e1ef793f45472833bb4af2f86422a275572033fdff4c8754928a01366c7c4f69e6f442a3eebe1
EBUILD evohome-async-0.3.15.ebuild 932 BLAKE2B 4fc1f4f67d293e2d4c477f305318da423d01fac697bd10025e7c5aeab6b9c2a1f64879f8053844cdd893adf92ab06624cd84c7e56b6093976d8950c1c9158b92 SHA512 2edcaf9870e4b25a2e903fc2c02e74c3fb641521efd3d5a8147139bdc63e0ac110d0863cca4b7ef5396da4a41e364f6d813f5c02d43e4560b0a2054db71d5f6e
EBUILD evohome-async-0.3.5.ebuild 781 BLAKE2B 8d922bd048b07ecb8fbdaad72f933917044437fe063927d4cc87a63e8deb2c4be7d1f3110fedac02de2dd529f0319eaf600587d4628bdc26ce7b2a0b599b7db0 SHA512 55e50bc5e2690f254b06b2423d22c9727008288e0c2276e7c87e2d634bcad71765567994dea553d24c8eb141d00405b7d039b00dd4da9d8354f6ced6065f1e9b
EBUILD evohome-async-0.3.8.ebuild 775 BLAKE2B 719655e49f5248fbaa155afa8ea7aa48b5e911c9497bd3fb477ed6099236b5fff3d90be6649efc2bed0fb8eaca230c019918bcb7de63c2949dd579c4f9c24e2a SHA512 c6dba3936cb9fa8493847166ef07f20b473e06afa21a8cbd10a5cca781ce37e90d69ba70aa43cb3fffaa7c39a28d6e2434f5b89a3e48b35b40210f439a0a2eed
MISC metadata.xml 473 BLAKE2B 4a1016b85c83b3a876f5ef3151bf8405922798ccd3612e84968695111be9315aad2ea187e2441895fce758840370712d2acd156dda38381e535faab7b450c5c0 SHA512 c1476c909aa7f213eba11598c03abe8d7612eea67852ebd921709c4d2b1b3777fa3fafa927a6d6534cf63ed99a798f69e7586fb0b119bcdc3555f50382ffa593

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="An async Python client for connecting to the Evohome webservice"
HOMEPAGE="https://github.com/zxdavb/evohome-async/ https://pypi.org/project/evohome-async/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.post2.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -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..9} )
inherit distutils-r1
DESCRIPTION="An async Python client for connecting to the Evohome webservice"
HOMEPAGE="https://github.com/zxdavb/evohome-async/ https://pypi.org/project/evohome-async/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${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
}

View File

@ -1,5 +1,3 @@
DIST faadelays-0.0.6.tar.gz 3810 BLAKE2B 9e9a86a1e587c4fc83c49530af11545b6a410f7a46dc2b2739547d463f1cbe966c0576d98405492724e66a3bb9dcf1870a4f13d010dcbe08680455a826fba99a SHA512 fbcf5c4b261e3b2c056eabfba0eb8388d39a2dcf6a9f1a4c119900961bb2223256e669a9c84b62cff6c787dde9fc2031e576088142be5631315469bb2979587e
DIST faadelays-0.0.7.tar.gz 4641 BLAKE2B d364ea9946d850ef21114d284aa38c020fc087679e6c3d6043b5ceaa3621c64bc7115ce1d745cd41fade0a019ca174ae182f0613856b01be2d46f1658f1d9af2 SHA512 a0ab2f7257a3723c5b81613118160e76ef76ee47aa2cff533567c09b1119db7c0cafaa7540c8a9b915b4b461571e8fbdef3ccd6f759331c8def1b8e0a828d254
EBUILD faadelays-0.0.6.ebuild 732 BLAKE2B 51d1bf4b4e43023778942f399af83cccb87beb3cd3deda937ea2a4284b1377253b28ee92784ef3d551846c22aa0b52f4a3a7feef5d536ccabb14c6cf62e9cddc SHA512 98f1a7cb80694ccfef8e639ba18fe596eb4d59a11ed2c0e5498c36c2deabf91aec223e28627a25915910c455bc5fa22b7b1dc0b815c9a560a33e313f5cbb813e
EBUILD faadelays-0.0.7.ebuild 732 BLAKE2B 51d1bf4b4e43023778942f399af83cccb87beb3cd3deda937ea2a4284b1377253b28ee92784ef3d551846c22aa0b52f4a3a7feef5d536ccabb14c6cf62e9cddc SHA512 98f1a7cb80694ccfef8e639ba18fe596eb4d59a11ed2c0e5498c36c2deabf91aec223e28627a25915910c455bc5fa22b7b1dc0b815c9a560a33e313f5cbb813e
MISC metadata.xml 452 BLAKE2B 8ab5b7d35b71d818d441c9d3beb15dbab3ac63a6f482a6c3a8694d69e9379c3f84ee3af869c490897b208f05a163497eab7092100c57793d3d239c8fb22ab97a SHA512 5ffefd262b640d3b4331fc72f214b029ce7af0f76b4cd771a30539f13dc2d0c30b0131c281d7af12d5d594afae6e63db3b74362c1d77633a093f36c519e90e92

View File

@ -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..9} )
inherit distutils-r1
DESCRIPTION="A package to retrieve FAA airport status"
HOMEPAGE="https://github.com/ntilley905/faadelays https://pypi.org/project/faadelays/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${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
}

View File

@ -1,3 +0,0 @@
DIST feedparser-homeassistant-5.2.2.tar.gz 255029 BLAKE2B b77d569038dd3a461352edce109b61f4729ace5c5627f3868da545c61bb442e07957c3f291ccf5ffe2fc6ec002192ff24ff6bfce31fbdd201423a105bf1bbacb SHA512 5f3458a7f6c6d2e7c694858719c4a53381b2f17047b0b0519f3add4abc90363c22ad122d4817dd2da2bd81073e97276873420764273d0621f751e2919ac5b89a
EBUILD feedparser-homeassistant-5.2.2.ebuild 841 BLAKE2B ed89fd3dc4754e91dd3e0532ec5ff30e861d7724dc8639721a12b8dafb694a9004da1abb641c5fe0ec68fcfd9a5c1efabdce30aec72f859c5e065c82ec8ff3b4 SHA512 c0b2b1d76fb0023391da7398de1056447f75d8916be2dac6f7f3d79d40be35b8ff30803b12c19ad19217e7e583ba323017000fc45ef6a33b682e32bb677eaf1f
MISC metadata.xml 470 BLAKE2B 08c1c71b3876b4439ae0ab2add5183e5ca4e7f222a47997fd32ec3b929c3163ad02a7c596705d8824e424d966b6efb383ceb187fce870c72d7c926a7f9c7703a SHA512 06735200eac2986df7cfcc04e3853fcc8420a78ed523d013c786a7209f83365985524539a6b758a48faa2629e1ad36304b4484a97ce236c27035e0dfb8a5ddb8

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Universal feed parser, handles RSS, CDF and Atom feeds"
HOMEPAGE="https://github.com/kurtmckee/feedparser https://pypi.org/project/feedparser-homeassistant/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.dev1.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${PN}-${PV}.dev1
LICENSE="all-rights-reserved"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/sgmllib3k[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">feedparser-homeassistant</remote-id>
<maintainer status="unknown">
<email>contactme@kurtmckee.org</email>
<name>Kurt McKee</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST firetv-1.0.9.tar.gz 10489 BLAKE2B e0fc47662f322fc757e7782be5fcf618d7b7848d40cd0146ffd2c0733e1d97b0616ae31fa7a78f7deba6603247d290fb3ba2737a05a4508125cb9ef924d52b55 SHA512 da0b2966302ea03043f82b0b38064e2764c3aad2183c3ee483ce945749edc5e25cb9ac441ea8f076f30b987ef55b8320e013de7bb8458a879d86e434b3b42f30
EBUILD firetv-1.0.9.ebuild 870 BLAKE2B 4b55c39866da57f8a83814786990311b1f28c7e04daffc9518db7670e7393c3f0515204dcb7b0ef0a3bc5b8ebf149a562f40d9e752fe759046a7cc0a5a762294 SHA512 972b21975c15bfb53cd1a2f9c6b1c9ee5c1f78ce2250219c905d524a7d4e4d17138fa7c8f014f9d8fecf4728b742876fa10753f87214df6cc7858facea71d162
MISC metadata.xml 455 BLAKE2B b585b6da03014852eb5b4698ff5922e0225920264b545f71a9d1afe7cee6159a4613d17bfbb75dcf9da931077e0e813360a1dbf4927b7deb9f8c83a03a75abfd SHA512 4bdfc5b3a010b7e21685cf812468b8ed027555ce2eb1beb6da57dac4f6471f44b2d5c07a56f13f6e7decdb015d5863dceb3e90b86e15676663d3a13d2ba93a88

View File

@ -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_{8..9} )
inherit distutils-r1
DESCRIPTION="Communicate with an Amazon Fire TV device via ADB over a network."
HOMEPAGE="https://github.com/happyleavesaoc/python-firetv/ https://pypi.org/project/firetv/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/rsa-4.0[${PYTHON_USEDEP}]
>=dev-python/adb-homeassistant-1.3.1[${PYTHON_USEDEP}]
>=dev-python/libusb1-1.7[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">firetv</remote-id>
<maintainer status="unknown">
<email>happyleaves.tfr@gmail.com</email>
<name>happyleaves</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST flatten-json-0.1.7.tar.gz 6264 BLAKE2B 31f6bbaee711fa4829a1dd7fe92d3f4d8068a485827b5eb041565f9fa4aef9270056f73d61d8534c08dc190b0a9826d098efa42d5a1710ce5f044e130127c1e9 SHA512 f9843c0c8428ab715b851fefb0fa03b52d59ff56028d4f7ddcf0d57940b4fc303ffad2507109b2be20dbf6bc5e65f9059b3dac4d61b1b33214f98139fcbbf7ae
EBUILD flatten-json-0.1.7.ebuild 742 BLAKE2B b75e83e1275f7a46d7b6313908a34589d2d44a6c2ea45c48ddee5e06550ef86d4dcaaf085c048f606b05f8a29e292a179d70d9bb702d6b10e04fcab3cd74daf8 SHA512 ad6284788acb656c169d82e7b02a578ccd32f6b0fb915cfbf43cadbc333ab2bdcbca87973b6e1d2b958a6c00b517fe3f6fabd4c031828ffd8042d942c53fb0a5
MISC metadata.xml 450 BLAKE2B 836a4f43dadee8fa18d1e4dd5ba580059e942e14e3f59e86def277c7149608fcfa497f59dcdce99f5636ef0545b46efe8849eafcbae2229bb3154b350f1f3357 SHA512 ebc71aa7748f80868ce4c7b8ffc32b4851b1fe6c1c555adc10d8ae9e5c3c10bffc16864d68781ac8399f7a3cf1f50b4c1758685dcb4103eb52165c82de7f018c

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
MY_PN=${PN//-/_}
DESCRIPTION="Flatten JSON objects"
HOMEPAGE="https://github.com/amirziai/flatten https://pypi.org/project/flatten-json/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
S="${WORKDIR}/${MY_PN}-${PV}"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">flatten-json</remote-id>
<maintainer status="unknown">
<email>arziai@gmail.com</email>
<name>Amir Ziai</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,5 +1,3 @@
DIST freesms-0.1.2.tar.gz 3143 BLAKE2B 6caf2c495517e563e550d0089ff0bb5927a8e70f0bf3ed36c48721e671460e39f06a006bce4e8c41c31db4e12e6ccf6028e2c6e2edf32cad1bf8beb403acaab1 SHA512 d081b7cf17f03515f4bfb267fabc96f8fd304550668e8c71e15d03a0962508592c67a8816aba85764bcca1e1c0f4b9c529a8420d1db554c37a33e0483f947f85
DIST freesms-0.2.0.tar.gz 4295 BLAKE2B 9244ce773e906dcbd18a6fa7b36e1444922ed7f8fa86d32a447a0dedf9035b7ca322658b2dfec2223c453fcd8b13432e9444a539d100faaa3effce44f3a0ffe5 SHA512 41e45185bbfdd5cc35a538c89bea7e52ac2acbff83aef7f694f51b270124c57719c0086e53930ca36ff4de77b05beb186d4357dc0dcd1cd07767ae1f0eab59d5
EBUILD freesms-0.1.2.ebuild 706 BLAKE2B 11bcb175b87936fab2464d10148f10c45979d425bc2f7de4baa4286fc84c9fa4e78e9ee02acef0edd65a1fd98bb4f3bb9a9549d14b6f080db2e0b8a01e847d1c SHA512 280b20a3132deaa3f54eef3031bda60d122e4af2b9481e61560d5ed2522615824c21216256ad1a0690a21ab6ff95065a72522e5fb31f4041aee02ec248d090b0
EBUILD freesms-0.2.0.ebuild 790 BLAKE2B 60e739d15845e3e1b92d7ca9e480581340d432720f335b79e411156f0ab967624ca6056f171fbd05c26a3dde21e6c31743bf575d25af7bca098f257a8e36d967 SHA512 222821c0963179057b8003ccbc3b6404ef86a7ca93100233fd37c83e6603dc8fca4db5933f9fdb363da31302bcf2bbd6097e16c978a4a8f246aaa2a0ec35e14c
MISC metadata.xml 456 BLAKE2B 85d3f5363139fcc1259d8c25316c6acc36005af485c6b6c7ef37b9e94487d153383cc6c49657e15bcac16b821a1bffc9ec25ca490e6f4a12173ebcef61c4a0a2 SHA512 8ad0de01f0aac9a69d9b7ea9b1d8bd04260b57373ddd487760fbe916c6b4361f6b7f3dd8c025309efc295ef6f8d39aedef2ff0af0e786b5f0a894049f05f0012

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Send SMS with Free Mobile"
HOMEPAGE="https://github.com/bfontaine/freesms https://pypi.org/project/freesms/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,11 +0,0 @@
DIST garminconnect-0.1.10.tar.gz 4434 BLAKE2B 7b65a2c057df155673d6cfbd8eeef40c02cd4f6a07d299c29664e65c5a7523c0fd9ed73b4357097ebd094abc2abad178c217529c96717cb028d0b9fb74552ac7 SHA512 f9f406a2d73bc3d5a9d3588a95e6edef61a0604d756b8d7ae67dac4ef91a5e5c077252e02584a08fbd7856671e6335b48962db208a17caf0412cd9959b2c5b08
DIST garminconnect-0.1.13.tar.gz 4734 BLAKE2B 0f894d921b08a97eaba9c93518ad6852acf9c84783cfe69d3fe333125021deb88a73960272e71e1e02d526d28c0b628e6fdee3f4a09fd5bcaf3f6b1656484776 SHA512 fe38ab0f34f14cb3f56ca523421bb238a431b198bb4097777634b2378dde67bf59c0756821f1b5ade3c586330ca015ecfa7654547f4df471ec14c0477adb738d
DIST garminconnect-0.1.16.tar.gz 7593 BLAKE2B 629df8ef242d6f3431ec74ec48980706c5d1a047826a75d211c83246dbf78456179704a2f0dc13e206d4755e55c0ae8251d6a412b270c0c0f93a067706c4e723 SHA512 b2010363c78bf3965191ac58bcbe5cdaeea38c846099ece7305d02e77181d3dfb6e752ae5b74b32829747cb471226477740430d1adec3e635f9b72717e9eedf8
DIST garminconnect-0.1.19.tar.gz 9542 BLAKE2B bdc3ec0465a52300b9b84e1eae988f8c536c8ca504cf8cae4bc188c28f8c678a441db01edd0f444ac87360719097ce6bc6cfa180b14ade97ca918c50500e942d SHA512 ed8b0d9e1d101cad860ac020aa7580b9788b81e5e0b6cdc279dd7ad0ebe258532e950590046a7f846bd244b2547288dd3d41b15949b17e3a8a3cc7bf16a33ff9
DIST garminconnect-0.1.8.tar.gz 3877 BLAKE2B 7517ccdb2d06f2b597e745364fc45f4c4f20a7331276c2e5bab377e0d8a135a996cf8b5fe3078afdcbea75e4867feb87a234d146df8643d3784785c483ca0641 SHA512 786509ecdec1f9abcd2a58c58e172e88748ced33bb3159caa927980cdf7f7daa7abb261c024d2e2465f618c1b0e29f0e8f51297cbab66356cf2e062589169cf5
EBUILD garminconnect-0.1.10.ebuild 740 BLAKE2B 25b9664e2e83399c3181e43c6967a762da516a0346a65bf71c1f673c7af0fe9bcad94dffd3d461afc71ce78ef53432faded8131a0a1fe3a14d19c899dc999d7e SHA512 f45e96935c385cdd74a0e9adcd5c06cbeba36708165b791a43e9ed74959318e6b2156d8ee5b88bb9a911264a09b0ee936ddb7850da0b9e3b79089891a57db875
EBUILD garminconnect-0.1.13.ebuild 740 BLAKE2B 25b9664e2e83399c3181e43c6967a762da516a0346a65bf71c1f673c7af0fe9bcad94dffd3d461afc71ce78ef53432faded8131a0a1fe3a14d19c899dc999d7e SHA512 f45e96935c385cdd74a0e9adcd5c06cbeba36708165b791a43e9ed74959318e6b2156d8ee5b88bb9a911264a09b0ee936ddb7850da0b9e3b79089891a57db875
EBUILD garminconnect-0.1.16.ebuild 729 BLAKE2B d4073ab878c44974b63d1c802e4377c45b0a37f36e39bdb55d7ba56c026d7708b9a5c7e6ba39fff3a09352c111a8427ce6a7c5701c83c9e54231b429dbf1db09 SHA512 3cd3c40d6ebe7c68bcb047dfe7c6fa8e80d36d68d88e2f5505aa466f66fb0922ddd35dd02aad21abd832a83221f644a857fc7a0fc66986bec9174611d52ce46c
EBUILD garminconnect-0.1.19.ebuild 747 BLAKE2B 008a71f7eedba52eeac0d6b2537d2ad0b2c3afa8a4f28392c8c51517304c0b9d56adc53b6472a4513c9a92d336b9dd44e3a95b2d7e917ad91058971cebddb5f9 SHA512 1e599f30cc0a87c45cfa39f320339c29c4affea9b059b4b644a31e1368deb192c97efc3ceeaad4295caaa470d898c422e139cb25405277af98000995968dad50
EBUILD garminconnect-0.1.8.ebuild 740 BLAKE2B 25b9664e2e83399c3181e43c6967a762da516a0346a65bf71c1f673c7af0fe9bcad94dffd3d461afc71ce78ef53432faded8131a0a1fe3a14d19c899dc999d7e SHA512 f45e96935c385cdd74a0e9adcd5c06cbeba36708165b791a43e9ed74959318e6b2156d8ee5b88bb9a911264a09b0ee936ddb7850da0b9e3b79089891a57db875
MISC metadata.xml 455 BLAKE2B 74c3da0b88532a8e697770f4414a2d5b4b8291780e32fc95fd3dd3c3338daae11b1a477a29ddc7e8894aac64d0a133ff3e9acd40ac9539cc76b77b95b84c6b02 SHA512 6574d150b8eb50f93ddbbcf8fef55d08afb445c58c6a7340abc1409d19076785c5d29f11290edac55e77e124e9066b25e41dec7bc4f5d81ea25eca3625d5fed1

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python 3 API wrapper for Garmin Connect"
HOMEPAGE="https://github.com/cyberjunky/python-garminconnect https://pypi.org/project/garminconnect/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python 3 API wrapper for Garmin Connect"
HOMEPAGE="https://github.com/cyberjunky/python-garminconnect https://pypi.org/project/garminconnect/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Python 3 API wrapper for Garmin Connect"
HOMEPAGE="https://github.com/cyberjunky/python-garminconnect https://pypi.org/project/garminconnect/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${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
}

View File

@ -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..9} )
inherit distutils-r1
DESCRIPTION="Python 3 API wrapper for Garmin Connect"
HOMEPAGE="https://github.com/cyberjunky/python-garminconnect https://pypi.org/project/garminconnect/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/requests[${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
}

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python 3 API wrapper for Garmin Connect"
HOMEPAGE="https://github.com/cyberjunky/python-garminconnect https://pypi.org/project/garminconnect/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">garminconnect</remote-id>
<maintainer status="unknown">
<email>ron@cyberjunky.nl</email>
<name>Ron Klinkien</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST griddypower-0.1.0.tar.gz 11584 BLAKE2B 6791fae32ca02a6c67e9b06c054f7a54ab2d76e3fbe822352c67db0876f9bf6c1daf8be2582a31995d2beb62bbd79dfd68e9d3edfa9b854613a8e251c43b0970 SHA512 836088539ad57edc3ca71c4de32d213be991c7d71be387f926d2507e788b27741802b1fa38bab8d6e90a08c5fa4d8f12d628bacb941a980d71535c071a4623fc
EBUILD griddypower-0.1.0.ebuild 774 BLAKE2B ee3a34e66f7876c9999aa07b8d43fe63bfece9dcc55e7d0b42e5697a8881adc10131a8a9bf4910612c2218e4ba0bbf52b468ea74734ff915995f19b9ad44de5c SHA512 2e73ed1200ae25b860f431014de48cecf5baecd73ee829d858699bdc07a2a4e509234c2f246f65423c1173369c238ed5607db0ac05c550d6af7f7d296e1150c3
MISC metadata.xml 453 BLAKE2B 693e46f904d966e26e61f1cd8ac952cabfe660e43d4309d6b9058444ae85b1691d8ef143e17fa5453c54793e9b77fb50c25731e24972c0925ee2cace199b2ef9 SHA512 72c01c6c667384f584f8818d22684f50c0aa741882ca2e7264c9879fc4ccf99d5f7a830da28ed8065f4013071875fb8be613c6b281c068b610beb1d2ad53d40a

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python API for Griddy Wholesale Electricity"
HOMEPAGE="https://github.com/bdraco/griddypower https://pypi.org/project/griddypower/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">griddypower</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,5 +1,3 @@
DIST ha-ffmpeg-2.0.tar.gz 6999 BLAKE2B d77bb13106289ef0a5e27be147843775d26b2b8863aee8fac8fcaaf4b9e649df6b9a1e4ff544117daed9e4127cd6c958a17a81e0b65c1f08888c2918f523d1d9 SHA512 55702e4256f376ceeeb4f4e0adc49b11e2f76cfdea441bc35787692671efb1d5106f7ec22c202c7ff22cdc48b05eab6251becc61c8ef64691df17af32bafbf29
DIST ha-ffmpeg-3.0.2.tar.gz 7547 BLAKE2B ea413c1ccdddd69f35b60a31f7c14be500fd1d796c3c9d1fca1db0e2fc3bd35bcff03ffada41f2807a53404852343bd22af5a9fe960cb714a6e4d91667613517 SHA512 113cd0bfbe147c6ac3f8b31b4fd493aa645de0316215f879aceadd7fb7a8eb0af774e59cf4135badb44e4c4e11a9e207a7925445558016a2d90bfe7752f7d991
EBUILD ha-ffmpeg-2.0.ebuild 697 BLAKE2B 7ff976547449623a9e80039b09b49dbf36d1d7df2b0b7fe25bf301f0e68bdd1f25b5cc58bd91707cd8a261da2627c99a4c8285139c8f2a2acb338988b6d401dc SHA512 94fb98ff27183d1a7781c739885ae637029309590b79d156ee1d316784cb018eb7a3496f87bf7f0a2a17177edc5e268428c757cbffa15ba5fa004abe36fb180b
EBUILD ha-ffmpeg-3.0.2.ebuild 760 BLAKE2B 14b81a5cc129d89c6f36dd65d01d4715779d5affbb18889f02c19828af8b21cada880db82307af31e3f24f252f4d08c84adb0097c4ef78ce4f76e7b5316ecdfc SHA512 99580fdd51d93e47a7b54f084ee8ed560db17ce4154d71d8f7492120efaf887cfbaa60015dd1423b161c87f1048a9c615804f0d9d88335a0087caccdce37d183
MISC metadata.xml 453 BLAKE2B 78a707c1de5e3ad457c200dbefcb93603442655c17f2f0b84612c41774bee79f12ab160e7254093ed08e5f5e6fa594573ec72284121dde31a60f4db7eb6d6285 SHA512 203019f15069deb0f82d7c778a620204b652c6678413417d1c4c60c24069f120787c00c8541c014d817436c0d2f7a9097b842aa4e9ae455441330f64416aeb8a

View File

@ -1,30 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A library that handling with ffmpeg for home-assistant"
HOMEPAGE="https://github.com/pvizeli/ha-ffmpeg https://pypi.org/project/ha-ffmpeg/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,5 +0,0 @@
DIST haanna-0.14.3.tar.gz 6162 BLAKE2B d675fc46a66ec7a7b764de48f0a4688a67ed9d7222933c56b2c1d96ed090428eb883b2f449d6367c1eab2cfe9aa16feb9f669a13499fc0b2a19d5366df2f6c46 SHA512 20fdad52d443d335e2ba019f36e950cd863a8079fc1b0b5d209b680a3f11b5394324cb1632316e600c89cd1d5995ba7b4575195fdbdee4312dd29de593cf5f32
DIST haanna-0.15.0.tar.gz 6346 BLAKE2B c9c948c8dacbf6da6a85875468467237465fceccbb41de956257f790ae3b2136c9e7a39600559644c5900ecf1927585c874c6dc77cbf991cd544464a932b14d8 SHA512 c23ceefe5af1ddd97f404da6a8be9e85d0d6b8bb9343018c783d5bf14daf7eed65ffff6a63ce6b127121dc5d71b59668db3ec349cfcc37651f844855c187f247
EBUILD haanna-0.14.3.ebuild 776 BLAKE2B 722e059a4f3ac0b7fd4ba6290fef0db7586a578dfff73fd3b165b55e3f64edd15bd336772171f833ea46a5363cf46d90eb1aecf1e8e8c85a7b158552d7af6695 SHA512 4da1a5fe1b30567a5aecb3eb412893b58a8fa128b3dc2f2c54dbb6bd814b8431651344205cbb895d92042d522bb9fc11be41277378b3a697cca2635c444d7fb5
EBUILD haanna-0.15.0.ebuild 776 BLAKE2B 722e059a4f3ac0b7fd4ba6290fef0db7586a578dfff73fd3b165b55e3f64edd15bd336772171f833ea46a5363cf46d90eb1aecf1e8e8c85a7b158552d7af6695 SHA512 4da1a5fe1b30567a5aecb3eb412893b58a8fa128b3dc2f2c54dbb6bd814b8431651344205cbb895d92042d522bb9fc11be41277378b3a697cca2635c444d7fb5
MISC metadata.xml 447 BLAKE2B a0b9d611f789f4f6698859b885182c3ebf1a3cf276e4d17a81c1617a8dfe00c258ff6a0fafcb002192c0ae67f83ca16abf861c1c3a50b8b762c3eac78b4083ca SHA512 ce91b197f2316ac5a85d46556f9a0be4efc02e6110ebbecad47b4ce1f664655aa6509a94a1d53db3c099453cadbaeaab1ff0449dafd9cd3090612483c19c4cb0

View File

@ -1,31 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Plugwise Anna API to use in conjunction with Home Assistant."
HOMEPAGE="https://github.com/laetificat/haanna https://pypi.org/project/haanna/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,31 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Plugwise Anna API to use in conjunction with Home Assistant."
HOMEPAGE="https://github.com/laetificat/haanna https://pypi.org/project/haanna/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">haanna</remote-id>
<maintainer status="unknown">
<email>k.heruer@gmail.com</email>
<name>Laetificat</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,5 +1,3 @@
DIST hass-splunk-0.1.0.tar.gz 2840 BLAKE2B feb25698c82c312ed4c7898f1dd1a3400cf8df06d8e03dd9c518a57121f9e43c46b00608a0d7e9dbea11ccac72133a916106c524a28f6c5717030403390a877e SHA512 5fefd7c3969c6fe70fd181b2b623d2c458cc0a681747b82db7d1e8dcf4d58121e8771afee4b2571b514c9d89f2cc5c6a380453c876a6d8d893cfd434f478521d
DIST hass-splunk-0.1.1.tar.gz 2843 BLAKE2B 96516b3a425e6a6943d058f41ac9ae4fde66a911c20863e6e400f39889ef73418941c55401de129ba5f49682acf2b7801553fe3c37ce028268849cc39fd15026 SHA512 57d4b4bfc67179c3de9135a89e55147e49062309b9bcdcd93009349a4bd60c5a68ad9dc2607224bc9cd6938a9b7b2486fe6b5369dc15d90c22dc0c5f32235c7c
EBUILD hass-splunk-0.1.0.ebuild 844 BLAKE2B c412f25546c04ddf6d42b70d41ead28a87a80babe522fba664e90a479d2fc830386d149c098b8989d60fdcad8ab25cc7eb060b6fe49bdb26c417d7b93ad9c39b SHA512 04a4ed7c246869f4ced2f85a6b3baab449845d5aef1345a5b3f6276ba0dfe30d57888a495245cf4b079782a21ea9f538d6ef3583430a048410a79dfd44328082
EBUILD hass-splunk-0.1.1.ebuild 844 BLAKE2B c412f25546c04ddf6d42b70d41ead28a87a80babe522fba664e90a479d2fc830386d149c098b8989d60fdcad8ab25cc7eb060b6fe49bdb26c417d7b93ad9c39b SHA512 04a4ed7c246869f4ced2f85a6b3baab449845d5aef1345a5b3f6276ba0dfe30d57888a495245cf4b079782a21ea9f538d6ef3583430a048410a79dfd44328082
MISC metadata.xml 449 BLAKE2B 02f0492bcf8d7e2fa7fe685d450f6dd717ec679625716821075f5e46319dc30f27aeca6559898c366f496413e8c3e80053e8ab4ee08f8fbd71ce703a70a39557 SHA512 075da8187eb13c07ca2f6f964f1aee4dc04be429b4db1ee14b6c4959a2eaaede2d086cba0c962639201c768d991b4c5d6f1a4d40cfa2a16f58ae30fd2f317308

View File

@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Async single threaded connector to Splunk HEC using an asyncio session"
HOMEPAGE="https://github.com/Bre77/hass_splunk https://pypi.org/project/hass-splunk/"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,3 +0,0 @@
DIST hiredis-1.0.0.tar.gz 54407 BLAKE2B d80b8a44a478c271b36ffe9264503c0ad82e5ad9d37ce8ba79dcd190432ad61a67695769e877ee7c8a9463d6e8ae23f081e0072f4660776df5dcada858dbecf7 SHA512 2dfe124977770431cfd77bd3c6d22fd6dcafdd69da3016d5459bf697668682e809f2c3a8b8b41e95c884a297e5f74e0163e43b05c808cb866e2317357fba11ff
EBUILD hiredis-1.0.0-r1.ebuild 593 BLAKE2B 32c2377e3ae240ebc5e5751db2ed6759081026fefdc984155e3c50ef3e8dd5db4eb59aecc9c305608c7f32d1342bc56ebb84e0bb99c9100fe7b31a670fa6b5c2 SHA512 7d4282907967fb07776a962336e31b4e6460706d6cf1ed0b3bc9c6c80ae4c30826d9e12bf27e92531a2fbcde1c6bae9968c0e551509c11314e41088fdb271c5b
MISC metadata.xml 494 BLAKE2B 066e1d365169e3818e9b5d37f7a2c7812af63ccd2ef79ce1e8dd224b2aa4d110792441762e769791d2c93f5f90349390cb04671ebe4cd199117df20f6fa7d8bd SHA512 f378121293d91d941dcede71f7e7a1a3e6fe906aa5963bd2388f8538d4e696d0bdb16c4f44126105b43ec81b1ee9e36e9549e7557d76c6a032c1cae3a4103265

View File

@ -1,26 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python extension that wraps hiredis"
HOMEPAGE="https://github.com/pietern/hiredis-py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=">=dev-libs/hiredis-0.13.1"
RDEPEND="${DEPEND}"
python_compile() {
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile
}

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>swegener@gentoo.org</email>
<name>Sven Wegener</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">hiredis</remote-id>
<remote-id type="github">pietern/hiredis-py</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST hkdf-0.0.3.tar.gz 3959 BLAKE2B 25786395ad7f87db5420adb4891821adf52e5eaf8098ca502aad16a69c75bbc5dedc2b8dfddee76a545e91f4900c1a0bfbe94d79822cd529e72474c65ee194d6 SHA512 c58f9310c151f8d710998d019221713ec71ac8083c42300f5e77326c7b35be341263c40fb485402937c381a6435cbd9899c8d32846a50d1d1e6a4d3e61f58c7d
EBUILD hkdf-0.0.3.ebuild 704 BLAKE2B 55f16592b1499edb3d064929e91c02c05614eb99b639da690ff3760f18acf5a33fc6ba39486494d540412061e90417ddd48610708b0033e92fb533a957a49519 SHA512 a96f290dcd873833890fe9d166f8f657f2cba1540d7ff055d433342d11a286c7047bec2c6d5fbbb6493c1ce44ae13df3ed39444af3c3d52b48747fd5e91f3410
MISC metadata.xml 418 BLAKE2B cfc1556844e817bd2e0036a333722f7fca691e835aac9a652e697ebd29f80e95e5d44823c40031cae556261b420bbb341174cdca76484b432add43983d90f2ef SHA512 19f1eeac8c2f2b32403f1959131cdcc5efffd1fdaadb3881c09af1281db7a5aacadc6d416ab59a2de5778ad3c4cdf7a0895a4122d5e9d17b2b0018aa24ba2d1d

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="HMAC-based Extract-and-Expand Key Derivation Function (HKDF)"
HOMEPAGE="https://github.com/casebeer/python-hkdf https://pypi.org/project/hkdf/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,14 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">hkdf</remote-id>
<maintainer status="unknown">
<name>Christopher H. Casebeer</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST homekit-python-0.15.0.tar.gz 352018 BLAKE2B 4f594c36845fa94b15beef7303ec7c2ec55a2fd8dd58f9fdbf525aca6a9ff53c281eeb8cf4e6e293730918ffac12f34a0c02a19189f44091f943b7fa709d9f70 SHA512 759d911b011f2b1a20f72927e5377580a0fe14320dd013f22b69c6d360d38859abbcf398198b84d7ad5dc7943385d177fd50600e3d8bafb1ee7aea364f2f1bec
EBUILD homekit-python-0.15.0.ebuild 1132 BLAKE2B b5375596ce3a6689bf21826aeac9b9c4893b35793efcc9118abec3395652117ff919978f38f2fb514420ff5d4d12cd41850c8d1c017ff0e16f9a1bd73262e2e5 SHA512 d5d9ba058da45e92bcaf20bb86f5e7a2ec143a1ed436a59e215941742703b8b395a636b5273fa3f80c2f9b67bd10d0f2d0b82bcd8a7f91e9144f4175330361bf
MISC metadata.xml 486 BLAKE2B c048e9d09f52671f730f5f2ad504d016197c238fafee58e0062688fbfe49cf0e415bbc36fe2af13cfadeb59101817ef1640f4551a20675c41e9952f0850950fd SHA512 3796442d3a676cddade0d96f6d9dafe0675b52f12e78583fd59fb299cf34c8ad01390c3e6b09e7200aecb5a25dbc550df41a81383a5b2754282512f7a0568fa5

View File

@ -1,42 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}
DESCRIPTION="HomeKit Python"
HOMEPAGE="https://github.com/jlusiardi/homekit_python https://pypi.org/project/homekit/"
SRC_URI="https://github.com/jlusiardi/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
S=${WORKDIR}/${MY_P}
RDEPEND=">=dev-python/cryptography-2.5[${PYTHON_USEDEP}]
dev-python/zeroconf[${PYTHON_USEDEP}]
dev-python/hkdf[${PYTHON_USEDEP}]
dev-python/ed25519[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/gatt[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">homekit_python</remote-id>
<maintainer status="unknown">
<email>pypi@lusiardi.de</email>
<name>https://github.com/jlusiardi/homekit_python</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST hstspreload-2020.7.22.tar.gz 919126 BLAKE2B aef58e622545491e6b919ab2ce920637d1c5611d0741603683edda815aa7d53fbc8f58c06827cef94f9c57ef35c12c71afdf6912c7e3f3a34dc04c90ce26f02c SHA512 d1a4da43bec4b7f147b173c2fbcc15096e0cb5d629f18c6ef0264e2cad5c5b1691749c2e57f8ef3c6acb3a62cf0d93fd40bd02975c1a9114ca5959b3c81fff8f
EBUILD hstspreload-2020.7.22.ebuild 718 BLAKE2B 4c86b467da5c82e2429383f29187c204f0830d82d14cddf315f793697875c048fc825bc0bd9319580d1e829d09eba7beb3426c18bf9df834b0906cb8d3026a2e SHA512 f53b3bb7b7a6f66063260d2283b7ac15147b8eff4f5e03c3fdf30477753d819ab4fe058ee7d0dd8c2f6118d90e2a848011e4634bbee2d22ebbffb50f7d82d034
MISC metadata.xml 470 BLAKE2B d6fc95e99f0dba0e1ac3395967dcf736a615af24300472d185357f690938e766077d76822599073f29051cce239170a0a9cfa3f74e8f4ccd5874952265eb300b SHA512 7236631543102bb01f9266fcb1d04af2176e5c0b14fdd7d61c801f5bf9d6cefe1196b891dc6b6065022e370d7d93931cbdb436a9e225286d089d5b10af956729

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Chromium HSTS Preload list as a Python package and updated daily"
HOMEPAGE="https://github.com/sethmlarson/hstspreload https://pypi.org/project/hstspreload/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">hstspreload</remote-id>
<maintainer status="unknown">
<email>sethmichaellarson@gmail.com</email>
<name>Seth Michael Larson</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST imageio-2.6.1.tar.gz 302911 BLAKE2B b0ed781b9edcbb93af664ea4e815cf90e56ab2b31abdda88dcd142558efa1c43afb89886f6b3a372fddcd200df802e45c7278fe13067bfeebf119471f573e668 SHA512 e4a4510a9fd0823914a9f511011cb9c191bea1cd78b2c2bba5d559fcdc89c55cd1dbb03a81eaf82c460ebb86cde518f44ff02766a9935d4f463e81a52007fe25
EBUILD imageio-2.6.1.ebuild 580 BLAKE2B 65bda1b045d4e7d1d79a159bb76b4cbebd1ddb5f7adc45abf731f6d11c4cc6c8e534146b204bda7d1e5ed5f730f2a3dfc35efde30b6e71a9f04582f0a493c7d9 SHA512 da66bb484121b853818a5588bcce365e2dfd9552d71aeb1c3accab82c22af80268a7a9d4ef40bf6dc644232edc7c85841d4b605d3e07464cb396eca29d6bee6d
MISC metadata.xml 763 BLAKE2B 27b20ebe876a614cc94676106128147bdfb59ac16e1a513b1d868922ecbf7ea8c61b4a27c973a8321a29c8f2d2dbabd92974f403d1bd036937ddca6d43117dca SHA512 b6729dbd110c5d7c977618ba6fdc7585609e4bc69f93d904a8796781273b38c9dd0e9a29e782f47e36d49dc72032d6967803f88e418a6a1ea8715c719342136e

View File

@ -1,25 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Python library for reading and writing image data"
HOMEPAGE="https://imageio.github.io/"
SRC_URI="https://github.com/imageio/imageio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
media-libs/freeimage
"
DEPEND="
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
Imageio is a Python library that provides an easy interface to read
and write a wide range of image data, including animated images,
video, volumetric data, and scientific formats. It is cross-platform,
runs on Python 2.x and 3.x, and is easy to install.
</longdescription>
<upstream>
<remote-id type="github">imageio/imageio</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST ipify-1.0.0.tar.gz 7205 BLAKE2B 3c3f4a577993afce9c7fd395ed515fa2e920a6f7e2162093afd36cfb397e61595345127bab38c87961d5bc29edab17bfe0dae004f55c6527a67777c139aa9eb2 SHA512 db0b8895e69b159c539da15710a4786cb4e8b70fcf0329e29b608e2804284bb09919b2cc2e5836cb9a6ec5cb6fab903ae8c6d7377a41d583076c14d2dd8f7aa5
EBUILD ipify-1.0.0.ebuild 805 BLAKE2B a60abc97a7684fa290558184d420d56481b92077baad09bfedaf60fa5adebb25213b190ff0f747d6639a9864a7d8da0dcb866be69e55c1eea7a94d8a15705687 SHA512 376bace1e85cdc1fab1767283be48c5295b4d8819edf27d8d23dd179a417aeb57d937bdec425225096dc8791cec1d565341404045467a0a1fa75c755250dcc1e
MISC metadata.xml 445 BLAKE2B d3bc946f471e29df69556fb71b89c067b44c2e7274f4079421d3f44e36e63210bb87b36fc3c5fbb9e38b816e90121d8b985da5c613dd4cd604cc687323f8b0dd SHA512 aa7734d31ee82cc047b490a6c9e5137efdb48167bd40c6747527bd4de30ba040398b45212b16bbe3587bef22b1662bf37a7f68f944db6ee18199a6bd4ccf4750

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="The official client library for ipify: A Simple IP Address API."
HOMEPAGE="https://github.com/rdegges/python-ipify https://pypi.org/project/ipify/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/backoff-1.0.7[${PYTHON_USEDEP}]
>=dev-python/requests-2.7.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">ipify</remote-id>
<maintainer status="unknown">
<email>r@rdegges.com</email>
<name>Randall Degges</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST jsonpath-rw-1.4.0.tar.gz 13814 BLAKE2B 96c17df53db15ea06b8d33231a5349e00d85eb92c9c1da784ee8b1773f1a12791f8dc2a6dc7ec67fde0c8c3cfec0a8fc08e77ff08eeebe4ef699d6d4bdda9276 SHA512 5fcbd832975a32d375fd400ebfb84f083c0e7d8780cc63df730a75cca0224bf32d72cb793fcac63fc3afa9697199d7a569af29961da95494253996cc6e5f63b7
EBUILD jsonpath-rw-1.4.0.ebuild 852 BLAKE2B e1a0203cdb63c2b8f640151ddb63659adb2f8b06ae2ae80f7e46dd165807e7e8685915d4afa7c346267e0b7d12bb6d17e6d6b7803ebe97bed82c30298e15afab SHA512 40fee34e7929ee1e060555ebbd009237b2ab56ef013df9acdb0c5e931c1ec1baa89a6fb41af9d58b276d8d4982e681303aaee77234cc8b7f24e7e336ddbc7d0f
MISC metadata.xml 461 BLAKE2B 1d35e9519c2f928e645c8f1ea28db9c38a5258663b77830a0fcb3e424bdd0cef3a6cec210a442f8c6f509bb1b05e35c06a1d7cd45e3a91106be3b2449e4cb27d SHA512 930a25641dd3d9c2e3b6d9fb09aff6b8443030beda3ae661d9831cbc0059e21c783be8bf4785363acb81058246c858276cf9c11021dcf4878b72279cf93079fa

View File

@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A robust and significantly extended implementation of JSONPath for Python."
HOMEPAGE="https://github.com/kennknowles/python-jsonpath-rw https://pypi.org/project/jsonpath-rw/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/decorator[${PYTHON_USEDEP}]
dev-python/ply[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">jsonpath-rw</remote-id>
<maintainer status="unknown">
<email>kenn.knowles@gmail.com</email>
<name>Kenneth Knowles</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +0,0 @@
DIST ms-cv-0.1.1.tar.gz 2555 BLAKE2B 0b3c5b1409606cdf0c24e4ec70d0f5c4dd1d8f55b7517e257fe7e64b813937788cfa46ca7299d399d9d48bd1c19cf2c5a374a8000c532c1a1f5246634724fc02 SHA512 281a9991df063113e8612dfbb13401c287d286ae06cb3247e7436a2239728f92585a3ad621804049728129015c201e3abf19c3a3583c98cbed7f5ff6761f4799
EBUILD ms-cv-0.1.1.ebuild 774 BLAKE2B 7a5a6739eb947e8a474a6e46bcda3b3802d57860340e40ed3d95dd3c526218f29d40b6d2299e002e752020c8fa96a6b4b40eafc7f4c246b54f3390c35243d069 SHA512 df2b9f30feffbe223c5b63c0503a70a0651231d994bdd060eebae99afa08ff3088fbd10a36a87e07eba1e751ca75c50848e752f4953968d0aaa4dade66841675
MISC metadata.xml 446 BLAKE2B 81816168f33b7d1ea5d2d04aa20de229429374d3054f71f58e699b7340b2392c848c31bd985485a965891b115d5e163a4eaf0c3b5b6077a6de9288d8ca8fcc00 SHA512 d5dc7d40fe8e6d885c45f1a2c0cda0f0821133457557ef6178ec83918c866c2390cbbe315b9d5d0c84beb29f18cdc266255704fbed36327381c8b3f75c0f7ad2

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">ms-cv</remote-id>
<maintainer status="unknown">
<email>noreply@openxbox.org</email>
<name>OpenXbox</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="A correlation vector implementation in python"
HOMEPAGE="https://github.com/OpenXbox/ms_cv https://pypi.org/project/ms-cv/"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=""
BDEPEND="${REDEPEND}
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
}

View File

@ -1,5 +1,3 @@
DIST mutesync-0.0.1.tar.gz 1949 BLAKE2B a78062bf0dc43c3cc53e7ad4987286db219b27412f6bd8fa84469285f8b79d239afee52ede9ac2db18b379335d293db19302d2356b96e20cb8fcb62cd5425831 SHA512 c81d031ddbbee4b3eff31df9e608f9b815047a17f160908a134470d1692a0317da41fdb043018af6beb44826a0d65e9b9a56d23dbf8d6adf5894f46414375344
DIST mutesync-0.0.2.tar.gz 1718 BLAKE2B c9b4432df058e72a02ab5cad0ece94fe36f07af8ca7134c6040b605c963b03630b23ea4283506b4c80124ee91ab06a91de8ffd3334593abb1528e302ba797dc5 SHA512 a24a06749b742db417565b510456d6f877670f69c2af8d7f8c262d45902231c2ac16586deda609baac7b237d01193d3e4664ccd7a42ae9b43570ab2b7e883882
EBUILD mutesync-0.0.1.ebuild 792 BLAKE2B d1887c3e4b24c3357c979647d077dd02973940751aca6909cf29d434bc8430c3560f1c4a7de8e7c3ea29762c38a8f47c0488ee1f6f2a2ba634984fa977e4567e SHA512 3c90ac5bbf831cdeecb10d300b9165206e87676c2d73576cbdc12f9a55ca9c9438118c7eb3042524041e13ed42e6f61d0e65fb256afc0b3fc514b09e5f104337
EBUILD mutesync-0.0.2.ebuild 792 BLAKE2B d1887c3e4b24c3357c979647d077dd02973940751aca6909cf29d434bc8430c3560f1c4a7de8e7c3ea29762c38a8f47c0488ee1f6f2a2ba634984fa977e4567e SHA512 3c90ac5bbf831cdeecb10d300b9165206e87676c2d73576cbdc12f9a55ca9c9438118c7eb3042524041e13ed42e6f61d0e65fb256afc0b3fc514b09e5f104337
MISC metadata.xml 454 BLAKE2B 089ae956ecd4743c668e3c649eac503c5841a428159d532e5caf0b6ae8c4245e58358b5b2d5dea8f4ff21016a9d619af529e080bf5013bad50b9aae1517cfce8 SHA512 f557ccb9b4bfef05ca9271d036a83035953dd37fcb18304a784ef9e09de04560356ab1cef9dc9f26232f5a7d8e0bd05a70248874b91a216153252b3441ddffd8

View File

@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Asynchronous library to control mutesync devices."
HOMEPAGE="https://github.com/currentoor/pymutesync https://pypi.org/project/mutesync/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async_timeout[${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
}

View File

@ -1,7 +1,3 @@
DIST mychevy-1.2.0.tar.gz 17017 BLAKE2B 472cb9697aa658576f6724efd7303f5e2cfc53adefadc725c648ffd56d5378d556bf33627a4afe15999cab62b49c2538e49e8ac9d7ca636fbbfdb0c6f2bb3f15 SHA512 2e104bac221e5132f58a81339acc2de7e132483529ec420b7ff1d5b0e626f4e285250198c025b324f87bc1f71efcad875063d28533970d43a68875f7d4bb758c
DIST mychevy-2.0.1.tar.gz 17785 BLAKE2B 7adeb260791a8a11f26bae95a52a4c5c91bc0f9d4357681aa643fa0fedd8d2db8798e7736a0a44631b6966eb3b084973a63e9a0c2e376954f4b83bd68151f8f9 SHA512 58a7e20a19b28494aa66a7ee52b1e676c1345c8bd1cdb61b2af2159c32a59e954be6fbd14bb3ef7e15f97f11cc32ff720ed4f35a49f66bb0221301a1bfc83009
DIST mychevy-2.1.1.tar.gz 19691 BLAKE2B 4f01fda81293352809146e774e913e2560fe03a74156229a7e38b68c7e186e37ae119725b80fb64075db7fc1c5dad3c5cab20addfe7f91c12da8c1575416c2e5 SHA512 a59d3ae6a23bc309a65f631c6675beee8a59145c184ce845c7651e710e6bc0c1d29999de527a8c9d28805eb1ac684eb1eedee5308201954a10b2859a7bf28e5d
EBUILD mychevy-1.2.0.ebuild 761 BLAKE2B 6a793cb367c0e2367ba91965c48d34b72089887ad286ba5b2996672444fd468975fe10d61a8a5feb626ea1c9c904e7e73b76bbda5947ffc1d182c115b1a38b39 SHA512 d13f5314ed254f8e11b14a66fa20d23d0bf8806b1d91002a22a23b17e1e82f38dd539805fedeb13a45ba8af33fa3d97c679be91f0e3e1a7180d24f2b6c7124c4
EBUILD mychevy-2.0.1.ebuild 761 BLAKE2B 6a793cb367c0e2367ba91965c48d34b72089887ad286ba5b2996672444fd468975fe10d61a8a5feb626ea1c9c904e7e73b76bbda5947ffc1d182c115b1a38b39 SHA512 d13f5314ed254f8e11b14a66fa20d23d0bf8806b1d91002a22a23b17e1e82f38dd539805fedeb13a45ba8af33fa3d97c679be91f0e3e1a7180d24f2b6c7124c4
EBUILD mychevy-2.1.1.ebuild 814 BLAKE2B c18338d9edaa97c2c4087845ef0a956ca2ddebf6cab0732d759a250add6a42212d60fc58bd8614b829a7e1be46968a63bc4f7d6c17953ac072448a1941b48589 SHA512 b1966fc72d5205aceeeb2db27e4a2b77e4e5209b0358ec3e60802a6b4f14a065e57972b77e34afcf7e5f69591eb089feb336b079aac43c7b81c426464d4b05b2
MISC metadata.xml 444 BLAKE2B 7b0f77150a3a007f3674f0c492591c791f5daf855c7777404c38a26c518f8125bb5a00aa2c2ae6b76c73402256139f0a51eb27b49e4c7491a37e95554151b014 SHA512 a2384be622dc9b053daaa9d430d6e938750df0f47c363e4c67db566dd1e87e3a62e9344ee530b24f03105ac871cb9a76851db72cc8d20e317b05a9323c534bec

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python interface to My Chevy online data"
HOMEPAGE="https://github.com/sdague/mychevy https://pypi.org/project/mychevy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python interface to My Chevy online data"
HOMEPAGE="https://github.com/sdague/mychevy https://pypi.org/project/mychevy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,5 +0,0 @@
DIST n26-0.2.7.tar.gz 6643 BLAKE2B 43b934cebb2ffe8f5a773279e704abc51373c0a89d620d2f6623a9f647865a0a685a5e03bf860bfb7914ad83bc0e9dd2fca87a72b887da13de93a2936f665ef9 SHA512 43b65837ef94c51203e72c006479554df856528b4df7d599f03a882a363ef20d258871455446bae6670755890359801c178419187021f04e236b0ef8083793d2
DIST n26-2.2.0.tar.gz 13993 BLAKE2B f055ac9dc99528668259eb22f416f2f8e862900969299dff1565df8694e61a2746abcc9a4e20d56b3647ab73bd8e954bd3c5349782da8e6e1ec98034dea8890e SHA512 8461040928e1b44e984355c3dea0dad5d9c18919f7b025d171934c9cfde64e8cd8beaef545699725225db156ebf8102e1f9b67ad6258c9783586f40b81865a4b
EBUILD n26-0.2.7.ebuild 973 BLAKE2B 90d7bdfb024a9d767d194cd224f7f849df03a75cfd04cde698274835a2e1f96fb39b1eecb178794b688b7fce9d8cae1a43a9336d4ab99d7c4ba7c80a3a09403a SHA512 111a0d193fc1f4a2184851e4085b57de0ab91648a0741c27f6aefc86a126a806240dcdd6a6be8e2617e23fa9e67fc8114893beb897b70eb7799992546e800296
EBUILD n26-2.2.0.ebuild 973 BLAKE2B 90d7bdfb024a9d767d194cd224f7f849df03a75cfd04cde698274835a2e1f96fb39b1eecb178794b688b7fce9d8cae1a43a9336d4ab99d7c4ba7c80a3a09403a SHA512 111a0d193fc1f4a2184851e4085b57de0ab91648a0741c27f6aefc86a126a806240dcdd6a6be8e2617e23fa9e67fc8114893beb897b70eb7799992546e800296
MISC metadata.xml 443 BLAKE2B a8b3c13f68f8f792063d3e4446866e003b356ee1f335f4a043dc883f2801909939ef02b86badc2ac598f9d207ce15beb32519a189625f7a3844beaa44fddf5f6 SHA512 246e21d2462da37710414fc6b0bbd6464d34f9ea10cdd60f09a85058604f2d64e6c8fedbe4e41d57de68a076ef6e7ea8f8d7e52d4f7b8f57bf2096af62692a2c

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">n26</remote-id>
<maintainer status="unknown">
<email>felix@s4ku.com</email>
<name>Felix Mueller</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,36 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="API and command line tools to interact with the https://n26.com/ API"
HOMEPAGE="https://github.com/femueller/python-n26 https://pypi.org/project/n26/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]
dev-python/inflect[${PYTHON_USEDEP}]
dev-python/tenacity[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,36 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="API and command line tools to interact with the https://n26.com/ API"
HOMEPAGE="https://github.com/femueller/python-n26 https://pypi.org/project/n26/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]
dev-python/inflect[${PYTHON_USEDEP}]
dev-python/tenacity[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,3 +0,0 @@
DIST nclib-0.8.3.tar.gz 13445 BLAKE2B 22dd74ca9a3eb6631338fc819c8ef409199f8b3499c905da47a9afc121662d2b83d98326cf5ee24072d660684c4495ebba1b741f7ab170dcc8de9f77f42018f9 SHA512 5080e8ce4742b522342926a35709b1e437630137d73eaecca6d9a630277265e0a71ebe0c9011a6b73f3bd39b029a2e38825fe2d448780763cfd68e429227bfd2
EBUILD nclib-0.8.3.ebuild 687 BLAKE2B 347acccd889093fcc9cd291c8daa5bdb7145ee3cdac98909e1434e47cc1f9f59e2cdce353d1eaf9c821cad2d68648b56bea37e861b18a127ac3e221154786463 SHA512 d5db83c0b2a26e516655982a26d77c161799fa85b9a89321ad8d0a56b62250607cee57203e2de3411ca4c438f8f8c85c22e63bf736da0d71283d40f960121edf
MISC metadata.xml 442 BLAKE2B ab0813b657d72d04245028ce037c5e815afa2eca83aa1b1dd7e9ed5b770b4d93cade56c864dbada3cf78397e96d2b0aaaa4ae7052a12a442a3e747119b0a6019 SHA512 0983981833d9a1d285979088901876c1922e819f45b230e137730752cccd53d40c83807cd753bc5361e2ffddeb1f890ea206cb6e7318a22788e431b003c68699

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">nclib</remote-id>
<maintainer status="unknown">
<email>audrey@rhelmot.io</email>
<name>rhelmot</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Netcat as a library: convienent socket interfaces"
HOMEPAGE="https://github.com/rhelmot/nclib https://pypi.org/project/nclib/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,3 +0,0 @@
DIST netaddr-0.8.0.tar.gz 1891561 BLAKE2B 61a92172707452214ab0362a871cdac575b6224eab2faa6bd9b3366d647e421a8a9756027e01ca4f9c72432725e4466a58f92e8aab43cb60574648cab37325b4 SHA512 a158bef87e862330c583f8b6709c4f575ec036dd31d725dad679e583ad4bef1a34f43225453bc93970ab720ae5f9f0fc2a6a3b92cbb922ed6f201414fd1e96d3
EBUILD netaddr-0.8.0.ebuild 691 BLAKE2B f43df9434fecb86d990daa4a66156c00d81dd448dfd5048c357b95b8670447a87d40d1e1a7a4dbfa009dc8d83305b3485d449568a6d5f0c1a241a43fff93e70a SHA512 eef08f04ea95a475a554ec4aba32b8a235cdb9fc7a47d3eebf3ce48e101f443fe36b3c9f4f3b7bcf7d221ea585633f77e99613100c6db5c25d3cf9eaf70e0c95
MISC metadata.xml 477 BLAKE2B 759fac5d5e3a8443398ceb577873c815e171bb42ffc62aef4137bd7c20cffcd11aa56904ef8a4d3c82db1fd32c5611667584457c7fa99d009e33109b286ca1b7 SHA512 963738a8b62180ae14ff483ff392759544d78a3a9530506fecbc893b7e50a978f04e14b3fa566a44d208c920a199783165f918194496a7a0ee71f55f464b49f4

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">netaddr</remote-id>
<maintainer status="unknown">
<email>drkjam@gmail.com</email>
<name>David P. D. Moss, Stefan Nordhausen et al</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="A network address manipulation library for Python"
HOMEPAGE="https://github.com/drkjam/netaddr/ https://pypi.org/project/netaddr/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
BDEPEND="${REDEPEND}
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
}

View File

@ -1,3 +0,0 @@
DIST nodeenv-1.5.0.tar.gz 33862 BLAKE2B 937d1a3ab125e9f09c6b40f3b6ed9fd0a9edb1ce2cfe2d8e04eae0831608d25a6c37697d65c81471c51a2cd459c7c0c6a331c0bedaf9e2f087a4d872d435eb76 SHA512 0c3329397dada4331bb6d4cdac1e6969097f97e338630c68bbffc794cf93b57d2608031219b75a87d832bba39e081c079714bf6bb47ee56954e0986a72fe1744
EBUILD nodeenv-1.5.0.ebuild 678 BLAKE2B c9cd2f2833c5aea931451787a16404a865bb260eed94408e3957ac4e0c35a0a808d8a8b50afb563048175e756d195368262e65c4ccfd3a8242d10e5c63c12896 SHA512 2780277810fcf87b8b51e81379f8492cfba80dc682c2e1c9d1d5d2488f13ac5d1b23b3635c82614d8b041ffffe476b030d7af86e56e93d089062afaad32b2038
MISC metadata.xml 455 BLAKE2B ec716a4421e8b159116d23708d2f7aa3ce6d1f41d91ab4e8f0653037b78ceb1c2c5b743b219def6d38ece8fd292bfcf222647afd43952e80cf6223708be54008 SHA512 47b583b765ca70674cce2648ea89ace6a98b7c8c0e6f860618d28c6bcfdbfad9b3aefc2ebb27726b908f93bf0ab63370ac0926a04fb4f07fba687affb0ec4c22

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">nodeenv</remote-id>
<maintainer status="unknown">
<email>e.v.kalinin@gmail.com</email>
<name>Eugene Kalinin</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Node.js virtual environment builder"
HOMEPAGE="https://github.com/ekalinin/nodeenv https://pypi.org/project/nodeenv/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
BDEPEND="${REDEPEND}
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
}

View File

@ -1,3 +0,0 @@
DIST nokia-1.2.0.tar.gz 8262 BLAKE2B a1279f544fce68fd886e67d568fb25849bc1887e2ae121e27982a96bad75e5926956c29ef59272fe1286c263424f868c3f2d7d49033b91b7504d7a700e10ed47 SHA512 637e7aad00d1552d47430ddeeebb3a3ee2ab7c4ce5e9a324a079341de5751b40a3de59d86faaa2b10a689fe6fdac8f9848b9e14d7a7f18219342b58f38eebfcc
EBUILD nokia-1.2.0.ebuild 678 BLAKE2B 80f47c7797741eab480a2820e89671bd13b61022d8c258c1a6a4ce18ee1d43bd2aa16069aee5a3df95d24cac33e3552f7e0bbc9ba223916e2313c2973d7193dc SHA512 d90a5341b60514b59dfff90abc044449fb8e5d9712da8aa71226f4f29925e775790fa191b9b2b7b4cbd8aede7028efe8310e217a7e6c9b03292b155d7065a501
MISC metadata.xml 445 BLAKE2B e2752e7851792faea53929a5873ad288381653b8ee5fb02b8976112e7c7fb8899ef6ccf05ada880288797471cc5c170c0766afd6eab8eaf2448e8b74e47bdafc SHA512 436efa91865961996185948f95116e5a2edc101392e657e19cc96c7336da621ea2eee079a2d3dd13be1c91b53523048e0458dd89e4dbeae3cd6faad6255aa0ca

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">nokia</remote-id>
<maintainer status="unknown">
<email>developer@orcasinc.com</email>
<name>ORCAS</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Library for the Nokia Health API"
HOMEPAGE="https://github.com/orcasgit/python-nokia https://pypi.org/project/nokia/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,7 +1,3 @@
DIST numato-gpio-0.10.0.tar.gz 11468 BLAKE2B eb9737281848b01918c282cbbaceb3339b7f2876b23c2cb618bd7acc478916354bdf84fb7bce55e82d79800e173d62a35dee18967288fa52d844e50b8437ee9a SHA512 bf0e338762410c6b6ebb9cd57cc1ced7a72db52a8a66793aa05862978247860b5778108e299bef33c882c77bdf9e4d9f9da430f0e8f5d5f5ba123c9e02b3cb8d
DIST numato-gpio-0.7.1.tar.gz 6866 BLAKE2B a63634e6a75d3bc330c360b748e0eba79d26a3555b794c9d47e7b125ff0226087832f2a4b5135eb66790aeeff90e386aface2aefe1063688028bb71ade1cd6ee SHA512 a39dc4cdc08714a2c65477b503e13996ad8547de4d69d518571e9449ff9cdc55cb7ff22c976edaa72f91ad29cc42d4fa41e56dfc1f02fa3e016a517114e62fa3
DIST numato-gpio-0.8.0.tar.gz 8519 BLAKE2B 30276a4050b16ba73d935da900279c3b9171a3cad64b1991e752e49a364a41ee6ac9df31e30be06ddc17dbfac3241b83bdbc93d152faea35cd24945140658dc4 SHA512 98366783c5720740207ffbaa7ad1662584777fff85e9f0fec36cbf150ce39252830583abe6adad9a889cf06de3fc1631330091e5d86da6d8ed7b56fd03f8b1d8
EBUILD numato-gpio-0.10.0.ebuild 736 BLAKE2B 5c87daebdafce8f0620edf4ee00e558b262e390b0b7c37fe5b20bb13965b15b019efdd60b0b14fb54d0f73098871fb099e6c35b6b45ba4f1a955464db4a463a6 SHA512 eaebf97d29d18d6c100c3e44dae5f0e68c240700f534a4d646c2525ee0434922316dceee2f7a9d7aa915777a8e43a53a497ed6882a5d81f1f0bb5c304960e1ae
EBUILD numato-gpio-0.7.1.ebuild 728 BLAKE2B 474cae028a069d1ac202308a7a8676e8b54b03a82ae3cbff343b70b7fc8d71675f1b2c03bc8c93aa846ea4a985fa8a065e43ed586951d2688ca68d1f94981639 SHA512 8c39735d4b68fa4cded9dc7795c256fa9e20df9618755c730e3592945a0b8af10ff5657516748a6c3383c539309de87670e21524dcc1846fb84d15a8317455b8
EBUILD numato-gpio-0.8.0.ebuild 747 BLAKE2B 4cb7f369d48de2cafd03a4ffb72931cfdf0b86dccb21a8d762a21aef89860dacd5d98849041020a48ea96b0004127f37405af2662a1eda0f1049a31f1724a32f SHA512 48e7a24b2b3318189437301886e308c61ab3cb83299e68807996b2d7b041eb016693e750dffe7446df7bd9f39ccc6b7f3c6f7335e435701590698ef71a5e2ae4
MISC metadata.xml 452 BLAKE2B b160beff69295ad0dfd0701bfefe3801262444db3d8879dac8d0070762513dda36a1f4c4b67d7e2b6f8e650a0735b290e3c0439e7d0cf7a21f22e51d28e108ee SHA512 4db250e87841ff4e113f4528a6bef181a48579322528e9588eeec6ac71241cb34eb926326dad385b9cd1e0a9567fd41fcd3e93747b96eaa5ad74b2a326eaefb2

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python API for Numato GPIO Expanders"
HOMEPAGE="https://github.com/clssn/numato-gpio https://pypi.org/project/numato-gpio/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="~dev-python/pyserial-3.1.1[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Python API for Numato GPIO Expanders"
HOMEPAGE="https://github.com/clssn/numato-gpio https://pypi.org/project/numato-gpio/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/pyserial-3.1.1[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,5 +1,3 @@
DIST objgraph-3.4.1.tar.gz 634602 BLAKE2B 17424fa5b6b079e9b0dabdfb5facc88fef67bb3742252fd986b19cb0b674c40f335e0372cb08a86e89d42cce0d504830c24471e0d34483925b33d44f45859445 SHA512 174e097cd9f9b5bd2e83a389d2ce3bd05a1754c1535923cc75f59a3281a292b50014501f093ccf1b2350fdbb34757af950636819227e39cdad2f64cb7de5ebb8
DIST objgraph-3.5.0.tar.gz 638591 BLAKE2B 7a0ee6c9ee1d8417f7b322f19a397ea2452ed592ebbc07afc1378e86b5bad3895ed2e4a20d92a5f4b0215f68fc7440f85852303585a3161497a85d41d4c4e550 SHA512 da29202871bad06f2caa9cc297e7bf9a15af4c89e23baf9c271764e0ce93ff9557cd5c21d0bf39b425713460dbe2dbc8468d70c6bfcc1c3ff8b1b4d4a7923858
EBUILD objgraph-3.4.1.ebuild 705 BLAKE2B 8e3db6b6b52fa3eac4e9f4230f5f374491968ea142b1c9737cbe0a4f2f3130696349e6ee898c9299be2e8b197ca836763d051f678fc3df09bdfd40d807bd6b12 SHA512 4f64a1b8c076b43a025a90f4a7e9c01cfeed90c8aaeb4c8f095db4081ca1290af59f092a4dfde512e1c1bdbae215c7c21ac1b0f9efe6ccedc312ba7fc6340b79
EBUILD objgraph-3.5.0.ebuild 705 BLAKE2B 8e3db6b6b52fa3eac4e9f4230f5f374491968ea142b1c9737cbe0a4f2f3130696349e6ee898c9299be2e8b197ca836763d051f678fc3df09bdfd40d807bd6b12 SHA512 4f64a1b8c076b43a025a90f4a7e9c01cfeed90c8aaeb4c8f095db4081ca1290af59f092a4dfde512e1c1bdbae215c7c21ac1b0f9efe6ccedc312ba7fc6340b79
MISC metadata.xml 452 BLAKE2B 4219c45edf6e491f43d17579ad784d0639be00a7d6b6c0f8b1a2dddd680a489e679303e996400fbea6383f171ee01815b2cdb5abd03ed592d680de523cab5028 SHA512 b0ac7ebb0993ccf80fe81c006223d8ebeabc3edbe58bdcd1caf43b31bb97f924421f3f6d8b5b09a523cbedada2e68b31815c62864b86aa4a27fc3bcc2beb8657

View File

@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Draws Python object reference graphs with graphviz"
HOMEPAGE="https://mg.pov.lt/objgraph/ https://pypi.org/project/objgraph/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=""
BDEPEND="${REDEPEND}
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
}

View File

@ -1,5 +1,3 @@
DIST oemthermostat-1.1.1.tar.gz 13542 BLAKE2B e307859b39d33334d2fe729d0d3933d493c3c581e07bf0ff5dafe692153497a024f566d76ab9e2fe94ef8a8f00b77a5ceb9f5b08c0dcee7d7e8c7207cb11e11a SHA512 1b9545e972bd10c043ab31cb0eca3fe166de65811feea7158bdf70da9cc07b7762fa103bcb8cfaf113a79bcd29fc7d7959ee1b39a1530d0a80cb47dc2ccfe50b
DIST oemthermostat-1.1.tar.gz 3152 BLAKE2B a5378088dfe255c48b947f1e5206d4e5eca9b2deeaeae8dbd4112364846c3bc491583216663b7769be58ecf0d7ebf784fd3113f30d4f60b10cefc33d11682cb4 SHA512 cf9f6641eec65f08abaec3dd077f8095cf5f31a0569f83b99750896445206b1105a4761388979dc9255874507a4e4f19d5eac9487c690e7c174e8855307a45f1
EBUILD oemthermostat-1.1.1.ebuild 790 BLAKE2B bcef6daa1dc816f2cef8fb9659a12d1555ce6c36e983a9804c1d5a56db1e1179e175a4b65cd69deb25d6059a72fc03f8db6e12d756cbe59145c9252b7db287c0 SHA512 cdfb9ba4732300f7263fb3653be284a2d94a6f4264abb2c734da6ad23137759b8bac71f0cb6ac4ac9c450a39e20b6523a39878247c6431ab78b59d391a1cab55
EBUILD oemthermostat-1.1.ebuild 781 BLAKE2B 532d4c0fa18bcb5458972417ef7f111b8aae83c323b97c4df8b45659b26233a5d6c4c1162448a272100a2a8e37ea64672447df5c05f0a7d18da4b72f54b43060 SHA512 d2825a30498b49d21528bff08365f00cbf81b528c2c037e953fe3ea45531dc468947f5a80e79665cad3b253d7aaf12a87abdb11518b5312076f13cbec471e513
MISC metadata.xml 461 BLAKE2B 864709f7aac72a679ceebceb2a3cbc24d88e4b57a262ae3c671a123f8b77249606d24f8c8a7a04d227187d6c13271bef799f82e21921bbd990f6b65fbc6654ab SHA512 c5564d290d7c83dcfe2b999590fe97612a93e36107af6d57b125b749124e1d7c7195fe40ece82f7fb7f073af9d17e29e812d63afcf8caed121ae753f83e6de2d

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A package to interface with the HTTP API of the OpenEnergyMonitor Thermostat"
HOMEPAGE="https://github.com/Cadair/openenergymonitor_thermostat https://pypi.org/project/oemthermostat/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,9 +1,3 @@
DIST omnilogic-0.4.0.tar.gz 11602 BLAKE2B ad7e15c386db2f5c8d3b759fc4d226109937caa14518507301086e7ccf38cdce60183caac06642649c53e2169f43ced54827a14eb4fd181fee1a05c3e7ba302b SHA512 7f7f174324cc65d85a29a3a88be2bcf255fdbef1cbbe8fbf176f6be0de6777831ba43072831cec82973ae9a85c7618bde24c1d238e8635064aec824672651350
DIST omnilogic-0.4.2.tar.gz 12230 BLAKE2B 23c549f2ee447f89a40e9095f192b04799e13f243e0f08d9c481279be41abeb996e92d5ea4a22117bfa2d508f48483367d34b464ae1c56ef6fe8f2eb888bceb0 SHA512 0c83c520381616f5cb098c81e834de6676d67903f46a3b44b91b35b18c04519ddd5e7e0c23157ce130fbfcc97019a21d9b8e9b10813367a0253faa49725eb3af
DIST omnilogic-0.4.3.tar.gz 12226 BLAKE2B 1f3eb5a389a1fa42ba88228aa00193a57befde8438a93261059a2a4178d4f8be5336fad1322af64caf7300aef9db55a011453257b57710ec0de3e6380faab895 SHA512 b4a92d2d45c1b16e06fa77af71af7566bf1d4e550f727366aba8031332b65a2da17183d57f482a42dc46016fe139c0b6d2826dcef4d9376e62b76a01da86bbf4
DIST omnilogic-0.4.5.tar.gz 12239 BLAKE2B f75b02930d89a39923c1cdeb2880e1f7ed2ba1ae6fdd8cce92386d5ed6d757c681cc849dd9c778d57d407190e1c75a7de31bcd8baa6e0900f5334c7387f76766 SHA512 87a850fd13ce25843d5411796e3b0765070f0256ee0ed035869b6a04393b61d7196f28351a015ed36e3498fa3e7689e7721cb42504b24bbbd0ecbf16779f6daf
EBUILD omnilogic-0.4.0.ebuild 845 BLAKE2B 0f0a3a42ef3f6799e9dfb2bc4c7a01a6e02a3cb832bd847453bffe1e34628ce41a714d2266488c14b4411c0c883b25b2f414a1e7bf83e522e7d48743d86615e4 SHA512 b773bea15093f326017c175bba456aa213620e5c39d4ca4e59ef0db49eccc0370f8db4e6053dc66303bf29fc815bab80eb901db3aa4ad4d258a94478a3178818
EBUILD omnilogic-0.4.2.ebuild 845 BLAKE2B 0f0a3a42ef3f6799e9dfb2bc4c7a01a6e02a3cb832bd847453bffe1e34628ce41a714d2266488c14b4411c0c883b25b2f414a1e7bf83e522e7d48743d86615e4 SHA512 b773bea15093f326017c175bba456aa213620e5c39d4ca4e59ef0db49eccc0370f8db4e6053dc66303bf29fc815bab80eb901db3aa4ad4d258a94478a3178818
EBUILD omnilogic-0.4.3.ebuild 845 BLAKE2B e83b528e71f868556425047fdccc7e6257737a1ef4e875c56d511bc6885b0f2814b13f5b370a41774b381914d110499a97d0014ef4394d65f1f42ece09b5e6c8 SHA512 9b8d52a28ebfe7f67e73ca37f4cac395fdf955356efe919098e4f91397ec6a8fcf3b5e391f929f2ae01868dfc7c0784ecb26c151c9503b48a9b66d83130ec386
EBUILD omnilogic-0.4.5.ebuild 834 BLAKE2B 0690383431373e5fdc1c3280b5b95096d2e6e7626478f5f8634f70c7bab3fee2ed0d803f2c8b16d2a9cc5ec48e8ba9a4c28b58ff3010e28f7add8bf9e1277797 SHA512 0f78abc4e85132be9790fd62f262e72fd3ddb311972523d707a26249725e366f17846d447092b25db4fb4b811e556f55d75e8c18cd5bb40cfd41c4f1152da1a9
MISC metadata.xml 458 BLAKE2B fdc5c386da8caa6c286e7c603a78d02e3059eb690ac2f4775e7ec1a167e28a8bd9ecbabef0e2fb2e0b284af38243d58683141bf527461561ecf99d109e64af20 SHA512 deb9baabcf8c1b6c6e1800115d0209291f2e4718e97e264f1e9949f562fc330481fde955a1e36f74be41897656400e8a4e4bcac30758427840a4a1683a1d87c0

View File

@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Integration for the Hayward OmniLogic pool control system"
HOMEPAGE="https://github.com/djtimca/omnilogic-api https://pypi.org/project/omnilogic/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/xmltodict[${PYTHON_USEDEP}]
dev-python/config[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Integration for the Hayward OmniLogic pool control system"
HOMEPAGE="https://github.com/djtimca/omnilogic-api https://pypi.org/project/omnilogic/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/xmltodict[${PYTHON_USEDEP}]
dev-python/config[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,34 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..8} )
inherit distutils-r1
DESCRIPTION="Integration for the Hayward OmniLogic pool control system"
HOMEPAGE="https://github.com/djtimca/omnilogic-api https://pypi.org/project/omnilogic/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/xmltodict[${PYTHON_USEDEP}]
dev-python/config[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,5 +1,3 @@
DIST openevsewifi-0.4.tar.gz 2683 BLAKE2B 5abcff574abf2f243d48b254cf546dd4846d684ba9f919869c82a6a7c108e5779e11764eb92250086956a8b2c9fc733e06232b095e3001bc4fecea696ec7deb9 SHA512 b177eda763ad01cb2b73ab6dd049225ff006cfea660fe0b2155734bf0fbff8e17c9a1c8a48368bda3e0d4ff1e26a5d86af8b10769638d2dbed57fe649de27f11
DIST openevsewifi-1.1.0.tar.gz 5758 BLAKE2B 3c611c041e9c2fec03201b6fe1d148d70f28e56772312839fc6ecbd4fa735780ee58973bddc860c75f814c939feaef36fee7c64448e1ba4fafebd1f4a7cb2afb SHA512 f6028edb35b8969433cccc7f45cbd8d595f3eb258773974e294e301125b17980a2016bd0c29625e64c408d24e30076677c4db5289d94d590c28cc5e6e947303d
EBUILD openevsewifi-0.4.ebuild 742 BLAKE2B d312084b7abbdacba7d6751e98be96de8739ea4329e4461dd50076a014b3e71a368d0beb9f33293eeb2302ec5995fbcbf4d7e1dc4fc171e21029c33302f8a63b SHA512 450ba472d734ae05993a1a58e55c352f3734390b7a5bb4eee3db57dbe66a72fd55a8d541e75542777c092290a890b0a99cfb8d83c1957441cbfd2118bad2e3a1
EBUILD openevsewifi-1.1.0.ebuild 742 BLAKE2B d312084b7abbdacba7d6751e98be96de8739ea4329e4461dd50076a014b3e71a368d0beb9f33293eeb2302ec5995fbcbf4d7e1dc4fc171e21029c33302f8a63b SHA512 450ba472d734ae05993a1a58e55c352f3734390b7a5bb4eee3db57dbe66a72fd55a8d541e75542777c092290a890b0a99cfb8d83c1957441cbfd2118bad2e3a1
MISC metadata.xml 457 BLAKE2B 418ac5ea8b031203709d2d69ad2c6ca343755309671c403b43889359c2b3db8e25ad30c685600af7c980548c90c402f2ed24bddeb416f79cb1df52968b0a7f0f SHA512 4b48b531f46e798d7be7a49cb6d6d2b5d43108161d3f7d84cad39a25521e3d1c8d20b2bf7ecff874bfdc63fae89d12819d511e48a2c4399da9e5d513c51faefd

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A python library communicating with the ESP8266-based wifi module from OpenEVSE"
HOMEPAGE="https://github.com/miniconfig/python-openevse-wifi https://pypi.org/project/openevsewifi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,5 +1,3 @@
DIST openhomedevice-0.7.2.tar.gz 12710 BLAKE2B 624be0602abf1dc60290454d12df6f29bae3e1338d33f5ee071526dfe3c29762db311c132276d4f6eb1ccf1ede1a27e3fc3889fd4714bc4ebb460325aec01af7 SHA512 5a91c97cd73a535d32d2584c06f3113b5bd703d14a293c0e90d1ec2ee474b03e578471a781f2653e6051c89d0f1abbdd0d6b4ac8100f82f456cb3f2c18946f45
DIST openhomedevice-2.0.1.tar.gz 8631 BLAKE2B bb3405eefc300669b78d0e8c65dbea0cea33242381b56364407bda411f8ed204a823d09d04cdccdf2413c12195c8206a94114d9fa51ac2d2e5c6dcb6d8803a3d SHA512 482eba66b6327a7dfa28ed24ed2c920688e9132f869be7b085ae5a21599e68662fa02fbb8a8ba05083b200be0a26e85b443f74b8633b69cff83a7ed25d8be37e
EBUILD openhomedevice-0.7.2.ebuild 797 BLAKE2B 6ec3ec5675557fe2ac4f7ef0d5c7afd8db78da2741fefe360ff8a91784b44251513d6ff2529f0f43e9bc4c2f45339beaad83768c3cfb8060b700fed22d6a109a SHA512 98972a27bb22b7afd05d065650f27e4ca3a3c5a7690bae053649abac5f9f69a0f91fe3b7456ab68a45e3b31ac3412c3b9c3dfdf0527f219e7c33e2df2067c9e7
EBUILD openhomedevice-2.0.1.ebuild 815 BLAKE2B 530fc994dc4aa2df7964cbae69fdabd1fcbb7a6482d9bb2cd40224f70e157f195902fb5a8502883a11d966506c4d8b06ee42ca107f03cbe93b951331b7637dae SHA512 6c3d0a1e291e059279ac4e2aa6bb2ed7235ebdf5c81dd6b01bafbc12de8f95516cd8aefe947f2f0674c0d8e0035f9c4959c279f8a72b7159fe94d5c7a0e2bb97
MISC metadata.xml 461 BLAKE2B 17d45aba96e3af90085e83a8ece8b7443976f5bcbd040827097166e403ada68491367f9d73e25be3641b49aec62cc7fac1d6edb0641cfc09f37d05e40fdc12a2 SHA512 1906e1831bed7468672d5e4e94dd0e933606fb58acf96f53b3c81e5fa9f2014f80fceceec24b4fe616c21a49489b267dc2f6e19917cb047c96215bdc52751633

View File

@ -1,31 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Provides an API for requesting information from an Openhome device"
HOMEPAGE="https://github.com/bazwilliams/openhomedevice https://pypi.org/project/openhomedevice/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,3 +0,0 @@
DIST outcome-1.0.1.tar.gz 16933 BLAKE2B 3b435342078d7ab7d24633e23907f5663f8e2bb0cff3b766794ae7aec724544fb9b0f541d22562fae9fe8f7be6e0eedfb87bdd24130f5d9fdde143f70effef72 SHA512 891ce0a3154972e36eaaf4954866b6869f961d05d22bbecdfcbb8cf8b5352db22ee994cd67f6074e425c3a4f452c73013f421f67cd593ca831e8fe04c730b9d2
EBUILD outcome-1.0.1.ebuild 752 BLAKE2B 53a47d4668f548dc5b1ea777bcbab7b5ff1e19078f015969ecf2004de3de51a1931e16f0da203458db3c86e2bec130744125b997f1baba7e1b5a21a0cf701e9e SHA512 45ad63866f4859e8e97a2f8c32447578324ab13a72cc949b4684e8e89674f2ec9a80e0ecfe3e203f0033ad7bfaffe7fd5f306f38d7a4e9ad4874f7de9076d8af
MISC metadata.xml 458 BLAKE2B 0a0df30c99766b2e76010186715790a1d514a1b4703e11696fc96e4c7a729d60af298c51b3c0eea901044bec2b4b9a9f6f705ea10514c8ad52fef913695a6c4c SHA512 2b6c52afb6b4c493f52efdbb3d688ae7d0ee22289b2ffc4ffde8b3da5e8d319cb9ce2d5437f5cc6af410221b860aac3c72bdb99f2f302b89f261fde76e25c66f

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">outcome</remote-id>
<maintainer status="unknown">
<email>frazer@frazermclean.co.uk</email>
<name>Frazer McLean</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Capture the outcome of Python function calls."
HOMEPAGE="https://github.com/python-trio/outcome https://pypi.org/project/outcome/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,9 +1,3 @@
DIST ovoenergy-1.1.11.tar.gz 3988 BLAKE2B d99a7ff11fa863ff7ba64053dba9f01a5377db887a05ec00dc0c01737108a13a23c52d271285e92939d1c8a0ec1c402f581c501c88982cc34dcd9fee236d8597 SHA512 8a1cc39e8a1ccca60281318666838608b29e8113149b714322201d8a682161562eba9552a0e0820558e07620f0e5c3d5f809fd3e7dd8c595e90838cf31e4ed75
DIST ovoenergy-1.1.12.tar.gz 4757 BLAKE2B 51c99f88a65fa05e3b2a591b2a9b1377f22f97e454c0c5ed5a99a4047bf3a9b36b247f424b5677ce007156dad6ee0514855c00c5c4461d4dbcc947d9abe47803 SHA512 c4f8a434a54f6852a7e96d6340529fcdfee2fd7d3f6000a170815caa1abe35cf2b12fd6a1bc5a0d6b13f916cd041494dbf1694891845b0f47f9abbf3f262d746
DIST ovoenergy-1.1.6.tar.gz 3899 BLAKE2B 0dc4975215cbbf0a4a6ce7e03562f19098488e918fc1adaa48acff1d28208c4e1e475e22dcaf1b23e848c0cab2b5ed61dad6ccf03ad65a476182daae24879423 SHA512 9105e33fd638f0aded142cfd5f87ab506ef10c1c1a4d433359b56d243ecc93931722f720ba88a8855c1c4b81b754f193fa4a5cdc9b09555edbc5e8565f2bb110
DIST ovoenergy-1.1.7.tar.gz 3921 BLAKE2B 5e208d638596a094019c358a076da0d8e7c86b8e5de35b4fd8da15e371403b985d2fcffd71cc68e09c58c72f95d06dda55767c836b5e77ff8b341135365a4316 SHA512 9737fee4821e393a7e9187bf68ba6f881734d2b48119b25088d0be10d192cc8b854d56b7dbc22f7cf542a3974bb9b681b7e9a4598d977afba429a2aba394e8b1
EBUILD ovoenergy-1.1.11.ebuild 783 BLAKE2B 933b145b2f6ca9f87d97082d26fdbe61bbedc48715237c63e125d2f0125273d40dde190f0f3b7166fd888f6f9a9d58eb667b90cf6e49b0ffa109a3819b3236af SHA512 738bea66eeaa7e222a7f163df1b6694a1208346b1517643d0215a880452093dea07be13d879772c9cb8e0092f74c9b4437f9b8a3fc11147b02d27c3a20385438
EBUILD ovoenergy-1.1.12.ebuild 783 BLAKE2B a48e90986fb78b0c410f3b5ca19340c07feb0cd407ef67455d434df089d2b9df90fefed9b390ceaedc51c79c34a93b87f2739590021aaaf7ca42042344149741 SHA512 edd6302c817e9dac8699a1155628ddbc3860b1e876eedae713d0bfa1548b159b9bd6c82cf9800185ae993e53bcb614fb02fdcbe9a2bfe7d16a52c5f934148640
EBUILD ovoenergy-1.1.6.ebuild 781 BLAKE2B 6fc856e95a2d08c6ad7b7bc57ab4130237d964678ec4e6bc0b9e1701370ae52c99ab06d2c83b37da2bdc826ae9a35608fa2184b314a0d94c34a2cc819aa9ea0c SHA512 ea396c9748105b1305b0ce13fd60c25fc538fd40e454640b27fbaa1e18519eeeb4db8de1d628bf89b09e29d3ee05234e2858d45c85084f2de959baab364e3c08
EBUILD ovoenergy-1.1.7.ebuild 781 BLAKE2B 6fc856e95a2d08c6ad7b7bc57ab4130237d964678ec4e6bc0b9e1701370ae52c99ab06d2c83b37da2bdc826ae9a35608fa2184b314a0d94c34a2cc819aa9ea0c SHA512 ea396c9748105b1305b0ce13fd60c25fc538fd40e454640b27fbaa1e18519eeeb4db8de1d628bf89b09e29d3ee05234e2858d45c85084f2de959baab364e3c08
MISC metadata.xml 444 BLAKE2B 15a7c123e3a2962a84e9a378688f50a29e3ad7a04e6ef9b0d703c267d79d9f549a63fe0c057919637a1d28a8ea3726ed4d0d4a4d6b5e7052dd252a6298607996 SHA512 328d8e637da5dd99682e9cabec777ff4b0261903b15f4b7e2ab778965ee13a1d934581cf2fb9255abeb32dba83635777fac3f76de561ed0be2c4013d7f2f3aa8

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Get energy data from OVO's API"
HOMEPAGE="https://github.com/timmo001/ovoenergy https://pypi.org/project/ovoenergy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.3[${PYTHON_USEDEP}]
>=dev-python/click-7.1.2[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Get energy data from OVO's API"
HOMEPAGE="https://github.com/timmo001/ovoenergy https://pypi.org/project/ovoenergy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="~dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
~dev-python/click-7.1.2[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Get energy data from OVO's API"
HOMEPAGE="https://github.com/timmo001/ovoenergy https://pypi.org/project/ovoenergy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="~dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
~dev-python/click-7.1.2[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@ -1,3 +0,0 @@
DIST oyaml-0.9.tar.gz 4039 BLAKE2B 10f15a4286dacf4d614e7f7f2e2346995c6ed56df830552495f9f0c2ef54cf582a09052eb544b402796e1ebc353fdb00f0c8e972b594680810ac805bb7ea6479 SHA512 bd3f336060f9c6ef253e8308cf069943ab6c9d3e3e437be8edece9131be3af16bc851894a93fcb8a43587fc2a96a441886edd55aa30e5e20ba1613c21eb9528d
EBUILD oyaml-0.9.ebuild 748 BLAKE2B 0f6cc51fab7a065e580a754760ab4bfc4858d5f17ca2f6e13bd8d3474828ec6650fa626d00341a0898eb501924ebadebb91e4ebb3d1a95dc1745ac3a8aa65f0d SHA512 3665f5b875cfbf7fbf76f92391bfd145e2fd0b0b9b854c2177653dd97d43e76f1c4c9d68d27678061c8e35cab41701ac3706f79da7ab6d33dc39a036cfe9f5e7
MISC metadata.xml 443 BLAKE2B 2e67a67231f86bb273098fdf2537492c77af7ab57510bb26cb8af2599c25a5044e31b677f7e69cc2eadd3145dbbc6855284d10743b568bb9c0bafebb926bf0c7 SHA512 d9b55773dca09190ea0929dcea47d0e7677ae636d443d2d2c58234f0dbb9e92e40dc94f1761fa521b1dd362620e75a5c3700ab52500795fd6f93871ebd7cef73

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">oyaml</remote-id>
<maintainer status="unknown">
<email>hey@wimglenn.com</email>
<name>Wim Glenn</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering"
HOMEPAGE="https://github.com/wimglenn/oyaml https://pypi.org/project/oyaml/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,5 +0,0 @@
AUX passlib-1.7.1-tests.patch 1552 BLAKE2B 86cfedd409d6aff983c31ec33362577e5e353fa00fafed47927cec318d79d79fea75af80a283ef23b6453fb2da1bb5c46ae513b784e97941a8a45dfd4089bb26 SHA512 ccdf6814890e1c25b5eed9b2685ca2778fe155c3f7d75f2b76433a91785baa93b692aa6ee0f3a85b768f3b0189be185acce1e570961d28540d8f9dd12a81db7d
AUX passlib-1.7.2-pypy3.patch 3117 BLAKE2B c68b96cddf48038198e7d5d35da33c581c2abcf1aef75e6ca556c39a87e242e9990ed17235596ffb68a4154eec9acb6fcb0d651a04856a93f79a993865d702f7 SHA512 808fc0f3067f30f23118b5222d90f86910b3e681c585d1bdb237a2b954ff99936105042f2a0fce8f4ae2b0301cd201be68905be316fed5ebfd81ccc1cf29fd1a
DIST passlib-1.7.1.tar.gz 645724 BLAKE2B f34e3bbc5a61ff71cc989fa26edb9f992909bfdcc6ca1b094ebc02fc9942eb1db1ea18fc3dd5bb7d9fcecf6b4bd82e93aba07c7ce63ec85452b5d7117a6e1968 SHA512 3d5f069cd4e44e5e87cdabc46845acbdd6c1eeedb7ce1f611aebee87b0f7af19009b6a47a10ec555fd84260b9f5c933c6429e325d30326de3869f05031674168
EBUILD passlib-1.7.1-r2.ebuild 1015 BLAKE2B e7dd0f347873e24f8c2e57a1c2b8238a297cf9c4ab52eba334b9657792d52698de8f7904a331d0bb8d071d44827da2907fe02649203b2108d97d9e90c21a88c2 SHA512 1edbd6c8d88e503ad86b70f79d0e9954f57cee8187c1175e155e5932bb834edd40fcbf89c12be2b458148fb3cbdf7a08d003bcc3edf6ee0d58b62cbf3544292b
MISC metadata.xml 794 BLAKE2B 717057e0abe888ef6c692a0777d9c106426238d690934a852fea3084154dfa190546c1779c6da9fbda61f6b204bfb152cf391727c4225baf2f0d6030d4ad6be5 SHA512 baf29cb74e295119b984f3acc3470f63811f9ee49849e97b1808354c15be121e723fabafb053a0a7c94032faa7747d149d000b68acfccd919ea4ec9d28d2f930

View File

@ -1,33 +0,0 @@
Only in passlib-1.7.1.orig/passlib/tests: .utils.py.swp
Only in passlib-1.7.1/passlib/tests: .utils.py.un~
diff -ur passlib-1.7.1.orig/passlib/tests/utils.py passlib-1.7.1/passlib/tests/utils.py
--- passlib-1.7.1.orig/passlib/tests/utils.py 2019-11-19 21:39:07.373344777 -0800
+++ passlib-1.7.1/passlib/tests/utils.py 2019-11-19 21:39:13.525351120 -0800
@@ -16,6 +16,7 @@
import tempfile
import threading
import time
+import unittest
from passlib.exc import PasslibHashWarning, PasslibConfigWarning
from passlib.utils.compat import PY3, JYTHON
import warnings
@@ -3149,6 +3150,7 @@
self.assertRaises(MissingBackendError, self.do_genhash, 'stub', hash)
self.assertRaises(MissingBackendError, self.do_verify, 'stub', hash)
+ @unittest.skip("fails due to unexpected support on linux, probably out of date")
def test_82_crypt_support(self):
"""test platform-specific crypt() support detection"""
# NOTE: this is mainly just a sanity check to ensure the runtime
diff -ur passlib-1.7.1.orig/passlib/utils/__init__.py passlib-1.7.1/passlib/utils/__init__.py
--- passlib-1.7.1.orig/passlib/utils/__init__.py 2019-11-19 22:55:46.438000094 -0800
+++ passlib-1.7.1/passlib/utils/__init__.py 2019-11-19 22:56:37.144958345 -0800
@@ -903,7 +903,7 @@
# the current time, to whatever precision os uses
time.time(),
- time.clock(),
+ tick(),
# if urandom available, might as well mix some bytes in.
os.urandom(32).decode("latin-1") if has_urandom else 0,

View File

@ -1,65 +0,0 @@
diff -ur a/passlib/utils/__init__.py b/passlib/utils/__init__.py
--- a/passlib/utils/__init__.py 2019-11-19 11:41:26.000000000 -0800
+++ b/passlib/utils/__init__.py 2019-12-03 14:16:15.153791186 -0800
@@ -57,7 +57,7 @@
)
from passlib.exc import ExpectedStringError
from passlib.utils.compat import (add_doc, join_bytes, join_byte_values,
- join_byte_elems, irange, imap, PY3, u,
+ join_byte_elems, irange, imap, PY3, PYPY, u,
join_unicode, unicode, byte_elem_value, nextgetter,
unicode_or_bytes_types,
get_method_function, suppress_cause)
@@ -776,23 +776,41 @@
if PY3:
def safe_crypt(secret, hash):
- if isinstance(secret, bytes):
- # Python 3's crypt() only accepts unicode, which is then
- # encoding using utf-8 before passing to the C-level crypt().
- # so we have to decode the secret.
- orig = secret
+ if not PYPY:
+ if isinstance(secret, bytes):
+ # Python 3's crypt() only accepts unicode, which is then
+ # encoding using utf-8 before passing to the C-level crypt().
+ # so we have to decode the secret.
+ orig = secret
+ try:
+ secret = secret.decode("utf-8")
+ except UnicodeDecodeError:
+ return None
+ assert secret.encode("utf-8") == orig, \
+ "utf-8 spec says this can't happen!"
+ if _NULL in secret:
+ raise ValueError("null character in secret")
+ else:
+ if isinstance(secret, str):
+ orig = secret
+ try:
+ secret = secret.encode("utf-8")
+ except UnicodeEncodeError:
+ return None
+ assert secret.decode("utf-8") == orig, \
+ "utf-8 spec says this can't happen!"
try:
- secret = secret.decode("utf-8")
+ if _NULL in secret.decode("utf-8"):
+ raise ValueError("null character in secret")
except UnicodeDecodeError:
return None
- assert secret.encode("utf-8") == orig, \
- "utf-8 spec says this can't happen!"
- if _NULL in secret:
- raise ValueError("null character in secret")
+
if isinstance(hash, bytes):
hash = hash.decode("ascii")
result = _crypt(secret, hash)
- if not result or result[0] in _invalid_prefixes:
+ if PYPY and isinstance(result, bytes):
+ result = result.decode("utf-8")
+ if not result or result[0:1] in _invalid_prefixes:
return None
return result
else:

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<maintainer type="project">
<email>openstack@gentoo.org</email>
<name>Openstack</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<use>
<flag name="bcrypt">bcrpyt hash algoryptm support</flag>
<flag name="totp">time based one time password support</flag>
<flag name="scrypt">accelerated scrypt algoythm support</flag>
</use>
<upstream>
<remote-id type="pypi">passlib</remote-id>
<remote-id type="bitbucket">ecollins/passlib</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,38 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
inherit distutils-r1
DESCRIPTION="Password hashing framework supporting over 20 schemes"
HOMEPAGE="https://bitbucket.org/ecollins/passlib/wiki/Home/"
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86"
SLOT="0"
IUSE="+bcrypt doc +scrypt test +totp"
RDEPEND="bcrypt? ( dev-python/bcrypt[${PYTHON_USEDEP}] )
totp? ( dev-python/cryptography[${PYTHON_USEDEP}] )
scrypt? ( dev-python/scrypt[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
PATCHES=(
"${FILESDIR}/passlib-1.7.1-tests.patch"
)
RESTRICT="!test? ( test )"
python_test() {
nosetests -v -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
distutils-r1_python_install_all
use doc && dodoc docs/{*.rst,requirements.txt,lib/*.rst}
}

View File

@ -1,3 +0,0 @@
DIST phx-class-registry-3.0.5.tar.gz 15758 BLAKE2B 36cba75369b46146b314f2004c71be61877a7a0996fa6cd6f2064b05a44e57ccd38eb8a3d2cd4d02f2ca851822e6fe1fb1914e53f0d34b011d122c9e31c57e3f SHA512 b95d0724138f064df6c2923a8d46628180f2b16d5cf5fe068ec041a281aa7dba6110c447b4764fb5529b0649d7fe6b4d12260647524cf423ea3e05f888b457bf
EBUILD phx-class-registry-3.0.5.ebuild 701 BLAKE2B 853ca3d0a4de00bdf3e65709f7823869d2eace2c5a56b35edc78f3269f5cb2b4eb1cf562d967b8933be96f49905533e2874a69987d454c4ba5f4f9fc093ed988 SHA512 d6b94e2a7004242fb3507f8bd61db1605123416bad162a3371c79c7627dbc9b72038f80b26fdc4eaba3678e38d6956fa2d04a82861aa969af51083d7b3ae0923
MISC metadata.xml 454 BLAKE2B e32b2754474f079bcc4db31c5b894b556c80968e88f4548561adbe1b2f3b517c14b8e9e624f543a5de29c312a3a7550b6c2669fb04b50867f58d6f5bbd2cc6c0 SHA512 48c5df2bc9aa059242f1f1a6b71979ae7d50d3bc9939262798d9e64ab2f7862f4904b4f4b3d8d8611592ebe607c3752b22e7904ae3d021c4fd74520f1862c152

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">phx-class-registry</remote-id>
<maintainer status="unknown">
<email>phx@phx.ph</email>
<name>Phoenix Zerin</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Factory+Registry pattern for Python classes."
HOMEPAGE="https://class-registry.readthedocs.io/ https://pypi.org/project/phx-class-registry/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -1,3 +0,0 @@
DIST phx-filters-2.0.2.tar.gz 59916 BLAKE2B 2761669e8b18df1f8af2199faf6514d6607913d584acb6f3a5c5498490301eac72e8d264686e52db0be7eb1255a3973f860c9a8f637a3ecde811017c32ad6c5f SHA512 0a00dfa64f0b4907ff919e1fcc08ff52e9b97d82e2406092cc26bc761f521f7fc4b8d6461cab896d82077d6b732ab2a39424194b2fa00b2c3e86bba130adc6c6
EBUILD phx-filters-2.0.2.ebuild 859 BLAKE2B 31e24d38bd091f1f3f7acfc9e4794c0d0d331b881b4c03b1d8edd188dcce8a99262605578ff77ccb6f22d6aee8bb17eea66cbaded20574b2af92a54b53897ce1 SHA512 e0ed975cc970cab25e363333717536b4260f15e288aaf4f710f4d642d555212ce265ba1838ad5e9e46d8b2581135c7cea83e0717d09969628a2d14e81240a8ee
MISC metadata.xml 447 BLAKE2B 841ad397c245a4ba65d1c72792e408fbcc4c191c1d35d3e7d5f9ed9cb2072851c8a952cc2d2e5d067b30bc713b94810716daff31a8558c452cb4fee459f7b0c7 SHA512 b47ad29025a04e243455d20fecab40560ad64fc673d70794a2be8a21fc2be6bcb5d5e7ffa6bea8cc6505e00aa185621e94431add28962b06b9ebefcc56f72606

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">phx-filters</remote-id>
<maintainer status="unknown">
<email>phx@phx.ph</email>
<name>Phoenix Zerin</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Validation and data pipelines made easy!"
HOMEPAGE="https://filters.readthedocs.io/ https://pypi.org/project/phx-filters/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/phx-class-registry[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/regex-2018.8.17[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -1,10 +0,0 @@
AUX pigpio-70-makefile.patch 3244 BLAKE2B 3a8155c52ec15227c815a5bac7b42a1fddf9682fbc10dd4513d6c5d7da8b2e1ea9189bc4b28560650b69a857e65c3db00b7af1de30970e23d1bcd988bbba0255 SHA512 096af62d64e61fa6d6394484c58e55dcbe4aa22551c5b3448209e6dcd707688dc3033d219eba954c0e78635d2480b7c7de044aeb18a80d0ac0d701b4d4cc4fa8
AUX pigpiod.confd 201 BLAKE2B 6707d0f0f8772110b6e1167abcfcdcdfdb22936024f3c1234f05c198853cde3b55c5474922fdb64dcdf49440e9ad163216c0b11ffb80ebea2fd413cc17fdc685 SHA512 96431969640fef1b5ce317f0f9ce93fae081f186dfa89c00b4f469e3657a7792c5d157ccff7d019ea4bb4848a6657c8bb8f111f5a208440cc8a0723772e7c708
AUX pigpiod.initd 215 BLAKE2B d7797cc0d1d388fd21831e33cbadd031e2cb974e26367596dd4c9ba054fbdd4b04200d0ff61dfe797520d2e0745420a5d973b44a41e15713800a7828f097cec1 SHA512 e1db38677a248c3dbc33aae6809eb8df1dd6253f60ca852d98d8d6d428d23d7a8a31a031da3b786b7105d90f0cc52687bfbfe320e5c6cbf0fbf02b5ad5c6e606
DIST pigpio-1.35.tar.gz 38172 BLAKE2B d558624ca279903d603894c7488f93db898dab0e4eae3e09cd2415df6d731178f2b0a66a137cc5c7a39c97091cf72522069afdfe53586eede682bbc81b594ace SHA512 9845656f6c9e12d5362694a9799bb02ea0c0285f72e3c1bd816fa7d2fe44a7e65675caf08e44d88023472d1a3ea34c1c3f30a060239dc8d39e4db30e53a9472d
DIST pigpio-1.45.tar.gz 39602 BLAKE2B e60630987f46969f8fb5dd4a0be52c1e8126de0b5ac4dd50bf803b912805d7efe524a48bcd1f17a7c9d67ad9892a44dec03b69d4d04962034298140af6f55c9a SHA512 846406e69841c8e916c617f954ad7c633a65038827075cd21380864baedaa375f26e07c0376bb02d81cbf98c16babce497e8f33262503d3634ca986bf55ec5e0
DIST pigpio-1.78.tar.gz 40738 BLAKE2B fb447f2993589d074ca00302eeefdfea288a65ed98a2fff192cfd7d3580d7e3a674db56c8533cd83a8c320583b6d81e167dff34e362c432f0a4ea59212dddb76 SHA512 6732d0f8a446452f2f774d7009d64d4b4540de83b2be6fe7de06203ac87f48add7087c8010ba34541def83f6fea8b5c40c94b62fbd663b6212a6109acf231279
EBUILD pigpio-1.35.ebuild 642 BLAKE2B 939f4bbb59439fcf0f93e7543e29fe764a088ddc376d4991bf0c2b574ce9415738a549527e0466897a9178917336eeb79fbe253339c4d8688eaeacedbb27f867 SHA512 eecbc348e1e66003405fbaecca7be5fb4fc1a9536705009ac9553968d01ce5b47b8da728eb240f1085a196b6fc14be5cffe0f68993eb79b569ab3c1e08ef32c3
EBUILD pigpio-1.45.ebuild 642 BLAKE2B 939f4bbb59439fcf0f93e7543e29fe764a088ddc376d4991bf0c2b574ce9415738a549527e0466897a9178917336eeb79fbe253339c4d8688eaeacedbb27f867 SHA512 eecbc348e1e66003405fbaecca7be5fb4fc1a9536705009ac9553968d01ce5b47b8da728eb240f1085a196b6fc14be5cffe0f68993eb79b569ab3c1e08ef32c3
EBUILD pigpio-1.78.ebuild 642 BLAKE2B a811d7194addf77c2a94310c59b065567fb9725da7455a2dd4ce9f01dcfd8ea2293f65075b498daf4133806f95083aea4d5db4019fcdf6c7994ea1a2954ed4be SHA512 1a7586c7bbce83faa13bd288a40ff66ee2a3db8da43bc2d2bdd34c78c25c8c05d4eda2d68f159bd6698456f72310fcc9b0b7fabb0a5b260f346d103dcf533136
MISC metadata.xml 438 BLAKE2B 51a774433d3de506c02a03a99c26efbf229a221f989aef94c63cab258e7221d5f7d54b5eb349a5e925aa2fe4dabeba4deb3162e613da43caa1d38ccd23a8288d SHA512 ba7afb6dab72e0bc7d818ddf22c8ac5f774522f6b89c653bf0e7ec155747802204f89f72f07023fd3d859ebee740a32796923de63db6a51b27c68be61cbaad26

View File

@ -1,98 +0,0 @@
--- a/Makefile 2019-08-10 10:10:22.834043361 +0200
+++ b/Makefile 2019-08-10 10:43:15.797503591 +0200
@@ -9,6 +9,9 @@
STRIP = $(CROSS_PREFIX)strip
SHLIB = $(CC) -shared
STRIPLIB = $(STRIP) --strip-unneeded
+LDCONFIG = ldconfig
+PYTHON2 = $(shell type -P python2 || echo ':' 2> /dev/null)
+PYTHON3 = $(shell type -P python3 || echo ':' 2> /dev/null)
SOVERSION = 1
@@ -25,7 +28,7 @@
LIB = $(LIB1) $(LIB2) $(LIB3)
-ALL = $(LIB) x_pigpio x_pigpiod_if x_pigpiod_if2 pig2vcd pigpiod pigs
+ALL = $(LIB) pig2vcd pigpiod pigs
LL1 = -L. -lpigpio -pthread -lrt
@@ -66,28 +69,21 @@
$(CC) -o x_pigpiod_if2 x_pigpiod_if2.o $(LL3)
pigpiod: pigpiod.o $(LIB1)
- $(CC) -o pigpiod pigpiod.o $(LL1)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o pigpiod pigpiod.o $(LL1)
$(STRIP) pigpiod
pigs: pigs.o command.o
- $(CC) -o pigs pigs.o command.o
+ $(CC) $(CFLAGS) $(LDFLAGS) -o pigs pigs.o command.o
$(STRIP) pigs
pig2vcd: pig2vcd.o
- $(CC) -o pig2vcd pig2vcd.o
+ $(CC) $(CFLAGS) $(LDFLAGS) -o pig2vcd pig2vcd.o
$(STRIP) pig2vcd
clean:
rm -f *.o *.i *.s *~ $(ALL) *.so.$(SOVERSION)
-ifeq ($(DESTDIR),)
- PYINSTALLARGS =
-else
- PYINSTALLARGS = --root=$(DESTDIR)
-endif
-
install: $(ALL)
- install -m 0755 -d $(DESTDIR)/opt/pigpio/cgi
install -m 0755 -d $(DESTDIR)$(includedir)
install -m 0644 pigpio.h $(DESTDIR)$(includedir)
install -m 0644 pigpiod_if.h $(DESTDIR)$(includedir)
@@ -103,15 +99,13 @@
install -m 0755 pig2vcd $(DESTDIR)$(bindir)
install -m 0755 pigpiod $(DESTDIR)$(bindir)
install -m 0755 pigs $(DESTDIR)$(bindir)
- if which python2; then python2 setup.py install $(PYINSTALLARGS); fi
- if which python3; then python3 setup.py install $(PYINSTALLARGS); fi
+ $(PYTHON2) setup.py install
+ $(PYTHON3) setup.py install
install -m 0755 -d $(DESTDIR)$(mandir)/man1
- install -m 0644 p*.1 $(DESTDIR)$(mandir)/man1
+ install -m 0644 *.1 $(DESTDIR)$(mandir)/man1
install -m 0755 -d $(DESTDIR)$(mandir)/man3
- install -m 0644 p*.3 $(DESTDIR)$(mandir)/man3
-ifeq ($(DESTDIR),)
- ldconfig
-endif
+ install -m 0644 *.3 $(DESTDIR)$(mandir)/man3
+ $(LDCONFIG)
uninstall:
rm -f $(DESTDIR)$(includedir)/pigpio.h
@@ -136,19 +130,19 @@
endif
$(LIB1): $(OBJ1)
- $(SHLIB) -pthread -Wl,-soname,$(LIB1).$(SOVERSION) -o $(LIB1).$(SOVERSION) $(OBJ1)
+ $(SHLIB) -o $(LIB1).$(SOVERSION) $(OBJ1)
ln -fs $(LIB1).$(SOVERSION) $(LIB1)
$(STRIPLIB) $(LIB1)
$(SIZE) $(LIB1)
$(LIB2): $(OBJ2)
- $(SHLIB) -pthread -Wl,-soname,$(LIB2).$(SOVERSION) -o $(LIB2).$(SOVERSION) $(OBJ2)
+ $(SHLIB) -o $(LIB2).$(SOVERSION) $(OBJ2)
ln -fs $(LIB2).$(SOVERSION) $(LIB2)
$(STRIPLIB) $(LIB2)
$(SIZE) $(LIB2)
$(LIB3): $(OBJ3)
- $(SHLIB) -pthread -Wl,-soname,$(LIB3).$(SOVERSION) -o $(LIB3).$(SOVERSION) $(OBJ3)
+ $(SHLIB) -o $(LIB3).$(SOVERSION) $(OBJ3)
ln -fs $(LIB3).$(SOVERSION) $(LIB3)
$(STRIPLIB) $(LIB3)
$(SIZE) $(LIB3)

View File

@ -1,4 +0,0 @@
# Only listen on local interface by default
# use evironment variables PIGPIO_PORT="8888" and PIGPIO_ADDR="::1" for pigs with local interface
# PIGPIOD_OPTS="-l -p 8888"
PIGPIOD_OPTS="-l -n 127.0.0.1"

View File

@ -1,7 +0,0 @@
#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
pidfile="/var/run/pigpio.pid"
command="/usr/bin/pigpiod"
command_args="${PIGPIOD_OPTS}"

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">pigpio</remote-id>
<maintainer status="unknown">
<email>joan@abyz.me.uk</email>
<name>joan</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Raspberry Pi GPIO module"
HOMEPAGE="https://abyz.me.uk/rpi/pigpio/python.html https://pypi.org/project/pigpio/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~arm ~arm64"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

Some files were not shown because too many files have changed in this diff Show More