public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pybeam/
@ 2021-05-15 21:08 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2021-05-15 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     00fb650b12a4e4de7ba4ab35fdb892f763ee5330
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 15 18:51:54 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 15 21:08:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00fb650b

dev-python/pybeam: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pybeam/Manifest          |  1 +
 dev-python/pybeam/metadata.xml      | 12 ++++++++++++
 dev-python/pybeam/pybeam-0.7.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/pybeam/Manifest b/dev-python/pybeam/Manifest
new file mode 100644
index 000000000..382848a9e
--- /dev/null
+++ b/dev-python/pybeam/Manifest
@@ -0,0 +1 @@
+DIST pybeam-0.7.tar.gz 12135 BLAKE2B 0eb5afcf087c7d0c559be5ca3466ed61b03451cc5b07a78ae595a2548ad5f8958a9724a44bf3730e96f6a211ba9d0b4fa1ac265fe3571c2962636e770226daa7 SHA512 d67af3941eef6a3fe18d3a0387431fd1df719079aa38f664a370ef700a31093281697ffbea46c8b87b7f3777db55b4b284530fe16e7395ba0f5bba2440d5ae4a

diff --git a/dev-python/pybeam/metadata.xml b/dev-python/pybeam/metadata.xml
new file mode 100644
index 000000000..e2b997549
--- /dev/null
+++ b/dev-python/pybeam/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/matwey/pybeam/issues</bugs-to>
+    <remote-id type="github">matwey/pybeam</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/pybeam/pybeam-0.7.ebuild b/dev-python/pybeam/pybeam-0.7.ebuild
new file mode 100644
index 000000000..98a52ed3e
--- /dev/null
+++ b/dev-python/pybeam/pybeam-0.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DOCS_BUILDER="sphinx"
+DOCS_DIR="doc"
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/construct[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pybeam/
@ 2021-05-16 16:07 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2021-05-16 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     63718c88d4222ac6e650334fae7729e8b295756a
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 16 16:04:30 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 16 16:07:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=63718c88

dev-python/pybeam: add test dep

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

Closes: https://bugs.gentoo.org/790542

 dev-python/pybeam/pybeam-0.7.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pybeam/pybeam-0.7.ebuild b/dev-python/pybeam/pybeam-0.7.ebuild
index 98a52ed3e..c07fb21d9 100644
--- a/dev-python/pybeam/pybeam-0.7.ebuild
+++ b/dev-python/pybeam/pybeam-0.7.ebuild
@@ -18,5 +18,6 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="dev-python/construct[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/six[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pybeam/
@ 2022-05-30 12:09 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-05-30 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     01514dd60646ef3d985cbd224edd64f50f3c0700
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 30 12:06:32 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 30 12:09:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01514dd6

dev-python/pybeam: EAPI 8

Closes: https://bugs.gentoo.org/848255
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pybeam/Manifest                                    | 2 +-
 dev-python/pybeam/{pybeam-0.7.ebuild => pybeam-0.7-r1.ebuild} | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/pybeam/Manifest b/dev-python/pybeam/Manifest
index 382848a9e..eb001b498 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
similarity index 81%
rename from dev-python/pybeam/pybeam-0.7.ebuild
rename to dev-python/pybeam/pybeam-0.7-r1.ebuild
index d53adb0df..e7c69ce43 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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-30 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-16 16:07 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pybeam/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2022-05-30 12:09 Alessandro Barbieri
2021-05-15 21:08 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox