add ipify-1.0.0

This commit is contained in:
Andreas Billmeier 2019-11-15 09:30:01 +01:00
parent e732b9cfe8
commit 18371f448a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* bump aiobotocore-0.10.4
* update botocore-1.12.252
* update boto3-1.9.252
* add ipify-1.0.0
2019-11-14 homeassistant-0.102.0_beta1
* add MIT License to total-connect-client

View File

@ -0,0 +1,3 @@
DIST ipify-1.0.0.tar.gz 7205 BLAKE2B 3c3f4a577993afce9c7fd395ed515fa2e920a6f7e2162093afd36cfb397e61595345127bab38c87961d5bc29edab17bfe0dae004f55c6527a67777c139aa9eb2 SHA512 db0b8895e69b159c539da15710a4786cb4e8b70fcf0329e29b608e2804284bb09919b2cc2e5836cb9a6ec5cb6fab903ae8c6d7377a41d583076c14d2dd8f7aa5
EBUILD ipify-1.0.0.ebuild 791 BLAKE2B 0a237b2352afb65d78eb4153530d2575040454a0fde4991b429a534a47122ab791ad7f55c2e48751d6c4993ff9cb72f3745ae3beeab34f2c4c309a1933e50fca SHA512 0063a8df85fac529c847b81221bc870a10c9e9e5869938e2a44d94cd1e119d01bde1914285d8d68bd4fa975ebcd1dea8ced9f912a4dd5673c9c982e88c1a3e6d
MISC metadata.xml 452 BLAKE2B c8beb577031764b5046e60e8700be84a0d5cfaddbfd7525b287e356b3a021a6383da07967b35f04cd30bd7c84a5546ca83a104f6bb76803dcc6f00cd332ebbc7 SHA512 7479bc5ba6ee444d851028bd891a41b3eee922b2398d67601123dc221ee1b7c0cb88ba4c79a3e991a2b85e28dba40bb280599d2d714f4bdad5227e7ada1297db

View File

@ -0,0 +1,31 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
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 ~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

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