dev-python/ifaddr: add for new zeroconf version
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 14 Jan 2020 17:14:20 +0000 (11:14 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 14 Jan 2020 17:45:50 +0000 (11:45 -0600)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/ifaddr/Manifest [new file with mode: 0644]
dev-python/ifaddr/ifaddr-0.1.6.ebuild [new file with mode: 0644]
dev-python/ifaddr/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/ifaddr/Manifest b/dev-python/ifaddr/Manifest
new file mode 100644 (file)
index 0000000..72f8ee6
--- /dev/null
@@ -0,0 +1 @@
+DIST ifaddr-0.1.6.tar.gz 6526 BLAKE2B d30b955d42d0266a197214bbe16ff2a8b11e33b4305ae9ed128fca6719e2c86026c97b278b0abaf5f5f35f4c9b744e5b500b4a4c1783dede0ebd4aedff62803f SHA512 911f81c32e808b9e61f7e98b8c67dc9b40cb64de864843cd7239f08538c9ff7cd45c8f16428b2ce200ea5f213a539c7ed8479432e02feb5e82e917f838ee0cb6
diff --git a/dev-python/ifaddr/ifaddr-0.1.6.ebuild b/dev-python/ifaddr/ifaddr-0.1.6.ebuild
new file mode 100644 (file)
index 0000000..1fc689b
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Enumerate IP addresses on the local network adapters"
+HOMEPAGE="https://github.com/pydron/ifaddr"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+BDEPEND=""
diff --git a/dev-python/ifaddr/metadata.xml b/dev-python/ifaddr/metadata.xml
new file mode 100644 (file)
index 0000000..93a15d1
--- /dev/null
@@ -0,0 +1,14 @@
+<?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>
+       </maintainer>
+       <maintainer type="person">
+               <email>prometheanfire@gentoo.org</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+       <longdescription lang="en">
+                       Enumerates all IP addresses on all network adapters of the system.
+       </longdescription>
+</pkgmetadata>