summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 18:04:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 20:54:55 +0200
commit8030483a5302a851ab87f95ef1236fe0b1d4890f (patch)
treea4edf06bd63dcb870f534033f18d052141314420 /net-libs/libpsl
parentdev-embedded/platformio: Drop old (diff)
downloadgentoo-8030483a5302a851ab87f95ef1236fe0b1d4890f.tar.gz
gentoo-8030483a5302a851ab87f95ef1236fe0b1d4890f.tar.bz2
gentoo-8030483a5302a851ab87f95ef1236fe0b1d4890f.zip
net-libs/libpsl: python3_8 support
Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libpsl')
-rw-r--r--net-libs/libpsl/libpsl-0.21.0.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild b/net-libs/libpsl/libpsl-0.21.0.ebuild
index 973bf4d107b2..2db775b91e56 100644
--- a/net-libs/libpsl/libpsl-0.21.0.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.0.ebuild
@@ -2,16 +2,16 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python3_{6,7})
+PYTHON_COMPAT=(python3_{6,7,8})
inherit multilib-minimal python-any-r1
DESCRIPTION="C library for the Public Suffix List"
HOMEPAGE="https://github.com/rockdaboot/libpsl"
SRC_URI="https://github.com/rockdaboot/${PN}/releases/download/${P}/${P}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
-
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv s390 sparc x86"
IUSE="icu +idn +man"
@@ -22,12 +22,8 @@ RDEPEND="
net-dns/libidn2:=[${MULTILIB_USEDEP}]
)
"
-
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- ${PYTHON_DEPS}
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
dev-util/gtk-doc-am
sys-devel/gettext
virtual/pkgconfig