aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-30 14:06:32 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-30 14:09:10 +0200
commit01514dd60646ef3d985cbd224edd64f50f3c0700 (patch)
tree2e2fa611e14d157951036beecd0c303fb73efa77
parentdev-python/font-v: update SRC_URI (diff)
downloadguru-01514dd6.tar.gz
guru-01514dd6.tar.bz2
guru-01514dd6.zip
dev-python/pybeam: EAPI 8
Closes: https://bugs.gentoo.org/848255 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/pybeam/Manifest2
-rw-r--r--dev-python/pybeam/pybeam-0.7-r1.ebuild (renamed from dev-python/pybeam/pybeam-0.7.ebuild)8
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/pybeam/Manifest b/dev-python/pybeam/Manifest
index 382848a9e3..eb001b4983 100644
--- a/dev-python/pybeam/Manifest
+++ b/dev-python/pybeam/Manifest
@@ -1 +1 @@
-DIST pybeam-0.7.tar.gz 12135 BLAKE2B 0eb5afcf087c7d0c559be5ca3466ed61b03451cc5b07a78ae595a2548ad5f8958a9724a44bf3730e96f6a211ba9d0b4fa1ac265fe3571c2962636e770226daa7 SHA512 d67af3941eef6a3fe18d3a0387431fd1df719079aa38f664a370ef700a31093281697ffbea46c8b87b7f3777db55b4b284530fe16e7395ba0f5bba2440d5ae4a
+DIST pybeam-0.7.gh.tar.gz 12135 BLAKE2B 0eb5afcf087c7d0c559be5ca3466ed61b03451cc5b07a78ae595a2548ad5f8958a9724a44bf3730e96f6a211ba9d0b4fa1ac265fe3571c2962636e770226daa7 SHA512 d67af3941eef6a3fe18d3a0387431fd1df719079aa38f664a370ef700a31093281697ffbea46c8b87b7f3777db55b4b284530fe16e7395ba0f5bba2440d5ae4a
diff --git a/dev-python/pybeam/pybeam-0.7.ebuild b/dev-python/pybeam/pybeam-0.7-r1.ebuild
index d53adb0df5..e7c69ce435 100644
--- a/dev-python/pybeam/pybeam-0.7.ebuild
+++ b/dev-python/pybeam/pybeam-0.7-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
DOCS_BUILDER="sphinx"
DOCS_DIR="doc"
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 docs
-SRC_URI="https://github.com/matwey/pybeam/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Python module to parse Erlang BEAM files"
HOMEPAGE="https://github.com/matwey/pybeam"
+SRC_URI="https://github.com/matwey/pybeam/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"