summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-05-15 20:06:51 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-05-15 20:06:51 +0200
commit3caa86dc9238877b884f688c61c1660a19c2e82c (patch)
treeb5bd89bd8a4d4094d13c1bc7de97d52049d9df01 /dev-python/Opcodes
parentsys-apps/flatpak: depend on xdg-desktop-portal (diff)
downloadgentoo-3caa86dc9238877b884f688c61c1660a19c2e82c.tar.gz
gentoo-3caa86dc9238877b884f688c61c1660a19c2e82c.tar.bz2
gentoo-3caa86dc9238877b884f688c61c1660a19c2e82c.zip
dev-python/Opcodes: add to tree
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/Opcodes')
-rw-r--r--dev-python/Opcodes/Manifest1
-rw-r--r--dev-python/Opcodes/Opcodes-0.3.14.ebuild27
-rw-r--r--dev-python/Opcodes/metadata.xml12
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/Opcodes/Manifest b/dev-python/Opcodes/Manifest
new file mode 100644
index 000000000000..4c50b457fdbd
--- /dev/null
+++ b/dev-python/Opcodes/Manifest
@@ -0,0 +1 @@
+DIST Opcodes-0.3.14.tar.gz 236187 BLAKE2B 76e2f92a8860dc0306b5c48de9f64d6cd18e553af3936faac36e412bae129399ce7ff34ee2757b816a361aa29cdd45ac6b11e00bcaefd943e512ada6da0b70bc SHA512 bbdc08a75028c94def56b2afee0742db999acc8fe44aeeb6e8d8ac5e47e969a9daf0477e089ffff4c434be01c48b5e5ec5403bea86ba4e8674063a9f96fbeca8
diff --git a/dev-python/Opcodes/Opcodes-0.3.14.ebuild b/dev-python/Opcodes/Opcodes-0.3.14.ebuild
new file mode 100644
index 000000000000..991749a7c042
--- /dev/null
+++ b/dev-python/Opcodes/Opcodes-0.3.14.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+CommitId=0f7c7d63f5e13ce5a89d9acc3934f1b6e247ec1f
+
+DESCRIPTION="Opcodes Project"
+HOMEPAGE="
+ https://pypi.org/project/Opcodes/
+"
+SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test" # depends on an old version of werkzeug
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND=""
+
+S="${WORKDIR}"/${PN}-${CommitId}
diff --git a/dev-python/Opcodes/metadata.xml b/dev-python/Opcodes/metadata.xml
new file mode 100644
index 000000000000..1613d33cc445
--- /dev/null
+++ b/dev-python/Opcodes/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>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">Opcodes</remote-id>
+ <remote-id type="github">Maratyszcza/Opcodes</remote-id>
+ </upstream>
+</pkgmetadata>