diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-16 22:23:18 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-16 22:23:18 +0300 |
commit | 6bd9517a0e01eac49dc75653d9a17fb1db0aac22 (patch) | |
tree | 3f47a3ba53b85a532ac561ec1fada26297ba36ec /net-misc | |
parent | xfce-extra/xfce4-weather-plugin: fix libsoup slot dependency (diff) | |
download | gentoo-6bd9517a0e01eac49dc75653d9a17fb1db0aac22.tar.gz gentoo-6bd9517a0e01eac49dc75653d9a17fb1db0aac22.tar.bz2 gentoo-6bd9517a0e01eac49dc75653d9a17fb1db0aac22.zip |
net-misc/httpstat: enable py3.10, enable net tests
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/httpstat/httpstat-1.3.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/httpstat/httpstat-1.3.1.ebuild b/net-misc/httpstat/httpstat-1.3.1.ebuild index d4395f533cac..23b0e7a7cb78 100644 --- a/net-misc/httpstat/httpstat-1.3.1.ebuild +++ b/net-misc/httpstat/httpstat-1.3.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend +EAPI=7 +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="httpstat visualizes cURL statistics in a way of beauty and clarity" @@ -15,11 +14,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="net-misc/curl:*" # Requires access to google.com and http2.akamai.com RESTRICT="test" +PROPERTIES="test_network" PATCHES=( "${FILESDIR}"/${PN}-1.2.1-gentoo-tests.patch ) |