summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-17 07:44:15 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-17 08:09:19 +0200
commit3294f2f1506ad0d2b24d14c162510f4cf8d58f51 (patch)
treed9a3208da2d4972f84f2635042e7267894982efa
parentdev-libs/nspr: Stabilize 4.35 x86, #877377 (diff)
downloadgentoo-3294f2f1506ad0d2b24d14c162510f4cf8d58f51.tar.gz
gentoo-3294f2f1506ad0d2b24d14c162510f4cf8d58f51.tar.bz2
gentoo-3294f2f1506ad0d2b24d14c162510f4cf8d58f51.zip
dev-python/serpent: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/serpent/serpent-1.41.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/serpent/serpent-1.41.ebuild b/dev-python/serpent/serpent-1.41.ebuild
index 89b002d4440f..0f5f6caad7cd 100644
--- a/dev-python/serpent/serpent-1.41.ebuild
+++ b/dev-python/serpent/serpent-1.41.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
inherit distutils-r1
DESCRIPTION="A simple serialization library based on ast.literal_eval"
-HOMEPAGE="https://pypi.org/project/serpent/
- https://github.com/irmen/Serpent"
+HOMEPAGE="
+ https://github.com/irmen/Serpent/
+ https://pypi.org/project/serpent/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"