From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netaddr/
Date: Sat, 12 Sep 2020 01:38:36 +0000 (UTC) [thread overview]
Message-ID: <1599874567.9dcfb7e4be96de33b0997fae3e74e561661185d7.sbraz@gentoo> (raw)
commit: 9dcfb7e4be96de33b0997fae3e74e561661185d7
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 00:38:09 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 01:36:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcfb7e4
dev-python/netaddr: bump to 0.8.0+EAPI 7, support Py3.8+3.9, add doc
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/netaddr/Manifest | 1 +
dev-python/netaddr/netaddr-0.8.0.ebuild | 36 +++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/netaddr/Manifest b/dev-python/netaddr/Manifest
index 55fe8820ac4..7cd58b49d01 100644
--- a/dev-python/netaddr/Manifest
+++ b/dev-python/netaddr/Manifest
@@ -1 +1,2 @@
DIST netaddr-0.7.19.tar.gz 1622835 BLAKE2B 31e2c2a0f6f0b0e03494718364f93dddedc13714ff9fe12823fccb34c0693987c01e50e37d10497613cfc226a47b8d55593ed48bf25a7f7e64b7035b83511d12 SHA512 8440dee19d51828cd0dee403ec8c2fbc70e42d8c7c922d1a6a2a752100f9a313c521fa5e0789e024af0998f713599d50cf986e96867d3cc62a4143875e52d6bf
+DIST netaddr-0.8.0.tar.gz 1959055 BLAKE2B c0a361c100490c17203aad14eb14a3e09c63f5a6ce2f4b7e85bc57942329ac4603a1d4b3a09a9ab964a775dfb50a8746f6dd4a05d2f9bba01674624a7d7b46c1 SHA512 0b518ef240b81af425a5aaa6f087b10dece3f352c0c67cde8553ac00daa9d1890637c05d16740e2c23b30ae068c1b4c409ca8291e02093699fafd638701b9069
diff --git a/dev-python/netaddr/netaddr-0.8.0.ebuild b/dev-python/netaddr/netaddr-0.8.0.ebuild
new file mode 100644
index 00000000000..cdd931175b5
--- /dev/null
+++ b/dev-python/netaddr/netaddr-0.8.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Network address representation and manipulation library"
+HOMEPAGE="https://github.com/drkjam/netaddr https://pypi.org/project/netaddr/ https://netaddr.readthedocs.org"
+# The next release should have docs in the PyPI tarball
+# https://github.com/netaddr/netaddr/commit/e6f545fccd83dbd14baff40070594cc96838c9bf
+SRC_URI="https://github.com/netaddr/netaddr/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cli"
+
+RDEPEND="
+ $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_6)
+ cli? (
+ >=dev-python/ipython-0.13.1-r1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
+
+src_prepare() {
+ # Disable coverage (requires additional plugins)
+ sed -i 's/^addopts = .*//' pytest.ini || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2020-09-12 1:38 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-12 1:38 Louis Sautier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-20 17:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/netaddr/ Michał Górny
2024-06-12 7:42 Michał Górny
2024-06-12 6:22 Arthur Zamarin
2024-06-11 18:46 Michał Górny
2024-05-29 4:17 Michał Górny
2024-03-07 16:24 Michał Górny
2024-03-07 16:22 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 10:52 Arthur Zamarin
2024-02-24 14:04 Sam James
2024-02-18 3:36 Michał Górny
2024-02-16 14:48 Michał Górny
2024-02-16 14:48 Michał Górny
2024-02-15 4:11 Michał Górny
2024-02-10 9:15 Michał Górny
2024-01-24 19:07 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-18 18:46 Michał Górny
2024-01-18 18:03 Arthur Zamarin
2024-01-09 18:43 Michał Górny
2024-01-03 8:35 Michał Górny
2023-12-31 17:21 Michał Górny
2023-10-24 5:46 Michał Górny
2023-10-23 18:50 Sam James
2023-09-19 3:16 Michał Górny
2023-05-28 11:36 Sam James
2022-06-22 11:50 Michał Górny
2022-06-22 10:12 Agostino Sarubbo
2022-06-22 8:02 Michał Górny
2022-06-22 6:58 Agostino Sarubbo
2022-06-22 6:53 Agostino Sarubbo
2022-05-21 14:14 Michał Górny
2022-05-21 14:14 Michał Górny
2021-11-22 7:27 Sam James
2021-11-22 7:04 Sam James
2021-09-09 13:10 Marek Szuba
2021-08-06 23:39 Louis Sautier
2020-10-16 3:26 Matthew Thode
2020-09-12 1:38 Louis Sautier
2020-03-29 21:21 Sergei Trofimovich
2020-02-11 18:33 William Hubbs
2020-02-05 16:53 Michał Górny
2019-12-04 17:15 Michał Górny
2019-12-04 17:15 Michał Górny
2017-03-28 1:23 Manuel Rüger
2017-03-12 21:10 Zac Medico
2017-03-12 20:42 Zac Medico
2016-12-29 17:46 Göktürk Yüksek
2016-04-05 22:37 Anthony G. Basile
2016-02-28 6:43 Matt Thode
2016-02-09 9:33 Justin Lecher
2015-09-04 7:57 Justin Lecher
2015-09-03 7:28 Justin Lecher
2015-09-02 16:30 Justin Lecher
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=1599874567.9dcfb7e4be96de33b0997fae3e74e561661185d7.sbraz@gentoo \
--to=sbraz@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