public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ifaddr/
Date: Tue, 14 Jan 2020 17:46:00 +0000 (UTC)	[thread overview]
Message-ID: <1579023950.f765a65bff33ecc11b82fe23711e9c33d89d3979.prometheanfire@gentoo> (raw)

commit:     f765a65bff33ecc11b82fe23711e9c33d89d3979
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 17:14:20 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 17:45:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f765a65b

dev-python/ifaddr: add for new zeroconf version

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/ifaddr/Manifest            |  1 +
 dev-python/ifaddr/ifaddr-0.1.6.ebuild | 20 ++++++++++++++++++++
 dev-python/ifaddr/metadata.xml        | 14 ++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/ifaddr/Manifest b/dev-python/ifaddr/Manifest
new file mode 100644
index 00000000000..72f8ee64800
--- /dev/null
+++ b/dev-python/ifaddr/Manifest
@@ -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
index 00000000000..1fc689b62b2
--- /dev/null
+++ b/dev-python/ifaddr/ifaddr-0.1.6.ebuild
@@ -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
index 00000000000..93a15d138a1
--- /dev/null
+++ b/dev-python/ifaddr/metadata.xml
@@ -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>


             reply	other threads:[~2020-01-14 17:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-14 17:46 Matthew Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-15 12:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/ifaddr/ Mikle Kolyada
2020-05-03 10:01 Agostino Sarubbo
2020-05-03 10:30 Agostino Sarubbo
2020-05-25 21:04 Alexey Shvetsov
2020-09-19 16:34 Sam James
2020-11-22 16:48 Louis Sautier
2020-12-06  1:02 Zac Medico
2020-12-25 18:49 Michał Górny
2020-12-26 22:01 Sam James
2021-01-05 21:27 Michał Górny
2021-05-06  7:33 Michał Górny
2022-05-16 19:59 Andrew Ammerlaan
2022-06-16  6:06 Michał Górny
2022-07-24 19:13 Sam James
2022-07-25  7:14 Michał Górny
2023-05-26 20:46 Arthur Zamarin
2023-05-26 20:46 Arthur Zamarin
2023-12-22 12:12 Arthur Zamarin
2024-05-17 18:40 Michał Górny
2024-05-17 18:40 Michał Górny
2025-02-27 20:58 Michał Górny
2025-05-27 13:59 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1579023950.f765a65bff33ecc11b82fe23711e9c33d89d3979.prometheanfire@gentoo \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox