Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pybeam/
Date: Mon, 30 May 2022 12:55:20
Message-Id: 1653912550.01514dd60646ef3d985cbd224edd64f50f3c0700.andrewammerlaan@gentoo
1 commit: 01514dd60646ef3d985cbd224edd64f50f3c0700
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 12:06:32 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 12:09:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01514dd6
7
8 dev-python/pybeam: EAPI 8
9
10 Closes: https://bugs.gentoo.org/848255
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/pybeam/Manifest | 2 +-
14 dev-python/pybeam/{pybeam-0.7.ebuild => pybeam-0.7-r1.ebuild} | 8 ++++----
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/pybeam/Manifest b/dev-python/pybeam/Manifest
18 index 382848a9e..eb001b498 100644
19 --- a/dev-python/pybeam/Manifest
20 +++ b/dev-python/pybeam/Manifest
21 @@ -1 +1 @@
22 -DIST pybeam-0.7.tar.gz 12135 BLAKE2B 0eb5afcf087c7d0c559be5ca3466ed61b03451cc5b07a78ae595a2548ad5f8958a9724a44bf3730e96f6a211ba9d0b4fa1ac265fe3571c2962636e770226daa7 SHA512 d67af3941eef6a3fe18d3a0387431fd1df719079aa38f664a370ef700a31093281697ffbea46c8b87b7f3777db55b4b284530fe16e7395ba0f5bba2440d5ae4a
23 +DIST pybeam-0.7.gh.tar.gz 12135 BLAKE2B 0eb5afcf087c7d0c559be5ca3466ed61b03451cc5b07a78ae595a2548ad5f8958a9724a44bf3730e96f6a211ba9d0b4fa1ac265fe3571c2962636e770226daa7 SHA512 d67af3941eef6a3fe18d3a0387431fd1df719079aa38f664a370ef700a31093281697ffbea46c8b87b7f3777db55b4b284530fe16e7395ba0f5bba2440d5ae4a
24
25 diff --git a/dev-python/pybeam/pybeam-0.7.ebuild b/dev-python/pybeam/pybeam-0.7-r1.ebuild
26 similarity index 81%
27 rename from dev-python/pybeam/pybeam-0.7.ebuild
28 rename to dev-python/pybeam/pybeam-0.7-r1.ebuild
29 index d53adb0df..e7c69ce43 100644
30 --- a/dev-python/pybeam/pybeam-0.7.ebuild
31 +++ b/dev-python/pybeam/pybeam-0.7-r1.ebuild
32 @@ -1,17 +1,17 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI="7"
38 +EAPI=8
39
40 DOCS_BUILDER="sphinx"
41 DOCS_DIR="doc"
42 -PYTHON_COMPAT=( python3_{8,9} )
43 +PYTHON_COMPAT=( python3_{8..10} )
44
45 inherit distutils-r1 docs
46
47 -SRC_URI="https://github.com/matwey/pybeam/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
48 DESCRIPTION="Python module to parse Erlang BEAM files"
49 HOMEPAGE="https://github.com/matwey/pybeam"
50 +SRC_URI="https://github.com/matwey/pybeam/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
51
52 LICENSE="MIT"
53 SLOT="0"