update remove bad UTF character from pytile-3.0.x and add missing dependency
This commit is contained in:
parent
2b33fbfa85
commit
824a833571
@ -33,6 +33,7 @@
|
|||||||
- zengge
|
- zengge
|
||||||
* add discogs-client-2.2.1
|
* add discogs-client-2.2.1
|
||||||
* bump discogs-client-2.2.2
|
* bump discogs-client-2.2.2
|
||||||
|
* remove bad UTF character from pytile-3.0.x and add missing dependency
|
||||||
|
|
||||||
2019-11-11 new modules from dev tree
|
2019-11-11 new modules from dev tree
|
||||||
* bump plexwebsocket-0.0.5
|
* bump plexwebsocket-0.0.5
|
||||||
|
@ -3,3 +3,4 @@ DIST pytile-3.0.1.tar.gz 7311 BLAKE2B 77642a0f06d60fb06363256e64a72bbfd1335e68b2
|
|||||||
EBUILD pytile-3.0.0.ebuild 712 BLAKE2B 3c330111aab2e84ef2c5d8acdad858476dc0a6a4a930231cc4d7fd642f2b1d2b6918ddd3ffd61a9326a18e11f3fccf2b84bd142ba5f50c7bf0e3e69480a07b54 SHA512 7bf88b467bfc7c6b9ac8336ea0084063c862ee8b440da5fef5c6c0a918e0ec67be14f477815cc6a2a9865295aded2add61ca3a40b9dabf9cee16baabdffa216d
|
EBUILD pytile-3.0.0.ebuild 712 BLAKE2B 3c330111aab2e84ef2c5d8acdad858476dc0a6a4a930231cc4d7fd642f2b1d2b6918ddd3ffd61a9326a18e11f3fccf2b84bd142ba5f50c7bf0e3e69480a07b54 SHA512 7bf88b467bfc7c6b9ac8336ea0084063c862ee8b440da5fef5c6c0a918e0ec67be14f477815cc6a2a9865295aded2add61ca3a40b9dabf9cee16baabdffa216d
|
||||||
EBUILD pytile-3.0.1.ebuild 712 BLAKE2B 3c330111aab2e84ef2c5d8acdad858476dc0a6a4a930231cc4d7fd642f2b1d2b6918ddd3ffd61a9326a18e11f3fccf2b84bd142ba5f50c7bf0e3e69480a07b54 SHA512 7bf88b467bfc7c6b9ac8336ea0084063c862ee8b440da5fef5c6c0a918e0ec67be14f477815cc6a2a9865295aded2add61ca3a40b9dabf9cee16baabdffa216d
|
EBUILD pytile-3.0.1.ebuild 712 BLAKE2B 3c330111aab2e84ef2c5d8acdad858476dc0a6a4a930231cc4d7fd642f2b1d2b6918ddd3ffd61a9326a18e11f3fccf2b84bd142ba5f50c7bf0e3e69480a07b54 SHA512 7bf88b467bfc7c6b9ac8336ea0084063c862ee8b440da5fef5c6c0a918e0ec67be14f477815cc6a2a9865295aded2add61ca3a40b9dabf9cee16baabdffa216d
|
||||||
MISC metadata.xml 456 BLAKE2B b444174080da2ca11c80418f4fd3d325c85fffe427ca88ce665261d9ac950ea93aa87cb71e6eefa853534616b4301062d5d4425641c3c7c4de61a62aee45dec8 SHA512 5032491850c934a90f99599c3f8edef1b2272e2fbc7319c62528b97cdd8526fd5dd7169af670fc12409d101723d1473d8ebfa01746321937dac740b6cc138bc6
|
MISC metadata.xml 456 BLAKE2B b444174080da2ca11c80418f4fd3d325c85fffe427ca88ce665261d9ac950ea93aa87cb71e6eefa853534616b4301062d5d4425641c3c7c4de61a62aee45dec8 SHA512 5032491850c934a90f99599c3f8edef1b2272e2fbc7319c62528b97cdd8526fd5dd7169af670fc12409d101723d1473d8ebfa01746321937dac740b6cc138bc6
|
||||||
|
DIST pytile-3.0.1.tar.gz 7311 MD5 10db11cb465ef4eddd76f5831300680a
|
@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
|
|||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="A simple Python API for Tile® Bluetooth trackers"
|
DESCRIPTION="A simple Python API for Tile Bluetooth trackers"
|
||||||
HOMEPAGE="https://github.com/bachya/pytile https://pypi.org/project/pytile/"
|
HOMEPAGE="https://github.com/bachya/pytile https://pypi.org/project/pytile/"
|
||||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
|
|
||||||
RDEPEND=""
|
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||||
DEPEND="${REDEPEND}
|
DEPEND="${REDEPEND}
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
test? (
|
test? (
|
@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
|
|||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="A simple Python API for Tile® Bluetooth trackers"
|
DESCRIPTION="A simple Python API for Tile Bluetooth trackers"
|
||||||
HOMEPAGE="https://github.com/bachya/pytile https://pypi.org/project/pytile/"
|
HOMEPAGE="https://github.com/bachya/pytile https://pypi.org/project/pytile/"
|
||||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
|
|
||||||
RDEPEND=""
|
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||||
DEPEND="${REDEPEND}
|
DEPEND="${REDEPEND}
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
test? (
|
test? (
|
Loading…
x
Reference in New Issue
Block a user