fixed user-agents SRC_URI

This commit is contained in:
Andreas Billmeier 2018-12-31 14:52:24 +01:00
parent 4e0f9579c7
commit 1cc2c89076
3 changed files with 4 additions and 4 deletions

View File

@ -42,8 +42,8 @@ Let me know if any initial depencies are missing. I test fresh installs once in
- caldav-0.5.0 (also refuses to compile at my box)
- and other frequently used modules i currently do not use
- Find out why `SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"` is not working in some cases and fix it in:
- rxv
- user-agents
~~- rxv~~
~~- user-agents~~
- ifaddr
- libusb1
- adb-homeassistant

View File

@ -1,3 +1,3 @@
DIST user-agents-1.1.0.tar.gz 11217 BLAKE2B 1f57302568a75c3dbf7504e097a48095ce1b4e5b43f71f2933908de5b44ee821e3ccb8d34132952ac8b1abe17a83cbfd95c9f0d3c9830dc939601689ae51e39b SHA512 4968c80d21e3f10225b74b00617d012381767657d654c2a085c72dab35756b2e3ac25e42376dd57e5dd4888ea05ecf9787164366fae736d762cc5c02d8fb5aed
EBUILD user-agents-1.1.0.ebuild 792 BLAKE2B 44b8e55ae8bf7ae0c81a14ac65835799b732b056aaf31e4f0138182932660c2c907b0634531d9631ca4d1ca30ec07149c873526f2fb102caea137fbcce703f79 SHA512 5c6100f13cfdf56b3e37644397900ebca19f648ea2664fad0524ed51c60bade7bd6aaf8b2303e142569224f6c0a507cd431a2d4f013879e52e19a54c50926998
EBUILD user-agents-1.1.0.ebuild 701 BLAKE2B cfdb37c73ea47d8df81bc47bfb830a325833bda16a049e1f9f106141e00650b5b310e714b857477ff62c9597a5dbc009d9ca08d09913ce8acfd65ad35be5d927 SHA512 8d97a191a273938c43bba31e1b10aabf54fb57334e286c96de1fd48a46a51179347dfa11b46e74c88cf996adab1a179e3c599cda674003fdac7a17174091df8b
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View File

@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings"
HOMEPAGE="https://github.com/selwin/python-user-agents"
SRC_URI="https://files.pythonhosted.org/packages/be/ff/886a1e2570784ee63b1c4b0fd77037b84087ffe7b7b45f9751285418be34/user-agents-1.1.0.tar.gz"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"