aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-02-24 02:39:49 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-02-24 02:41:30 +0100
commitd2b819080c97d791eba4101ec1d68e90244dc4b2 (patch)
tree2c0ef2ed41dc4eb41f6a9ce725cc92e77eaff8f0 /dev-python/plum
parentdev-util/rye: state the reason for skipping tests (diff)
downloadguru-d2b819080c97d791eba4101ec1d68e90244dc4b2.tar.gz
guru-d2b819080c97d791eba4101ec1d68e90244dc4b2.tar.bz2
guru-d2b819080c97d791eba4101ec1d68e90244dc4b2.zip
dev-python/plum: new package, add 0.8.7
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'dev-python/plum')
-rw-r--r--dev-python/plum/Manifest1
-rw-r--r--dev-python/plum/metadata.xml12
-rw-r--r--dev-python/plum/plum-0.8.7.ebuild16
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/plum/Manifest b/dev-python/plum/Manifest
new file mode 100644
index 000000000..a75a92991
--- /dev/null
+++ b/dev-python/plum/Manifest
@@ -0,0 +1 @@
+DIST plum-0.8.7.tar.bz2 169412 BLAKE2B 121caf6dfd1c66f4df86ba746769d6e90609464e59a92cd5e305c1bec9c1dd8e9d71246f67f3f5da916460cdc373f081470916fce241332b1afacae476583d4d SHA512 484bde8e20b67aa9fbbbaa454662a34f0fa58888d6fab55368d3c40e668327708e4f20fe1c35a9410f46e18c6af84039e2ad21119a64329cb427bce7617ea0bd
diff --git a/dev-python/plum/metadata.xml b/dev-python/plum/metadata.xml
new file mode 100644
index 000000000..c9fd75048
--- /dev/null
+++ b/dev-python/plum/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>navi@vlhl.dev</email>
+ <name>Anna Figueiredo Gomes</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gitlab">dangass/plum</remote-id>
+ </upstream>
+</pkgmetadata>
+
diff --git a/dev-python/plum/plum-0.8.7.ebuild b/dev-python/plum/plum-0.8.7.ebuild
new file mode 100644
index 000000000..1e0466659
--- /dev/null
+++ b/dev-python/plum/plum-0.8.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Pack/Unpack Memory"
+
+HOMEPAGE="https://gitlab.com/dangass/plum"
+SRC_URI="https://gitlab.com/dangass/${PN}/-/archive/${PV}/${PN}-${PV}.tar.bz2"
+LICENSE="MIT"
+SLOT="0"
+
+KEYWORDS="~amd64"