diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/peachpy | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/peachpy')
| -rw-r--r-- | dev-python/peachpy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/peachpy/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-python/peachpy/peachpy-2022.11.13-r3.ebuild | 43 |
3 files changed, 53 insertions, 0 deletions
diff --git a/dev-python/peachpy/Manifest b/dev-python/peachpy/Manifest new file mode 100644 index 000000000000..30a7288874a8 --- /dev/null +++ b/dev-python/peachpy/Manifest @@ -0,0 +1 @@ +DIST PeachPy-349e8f836142b2ed0efeb6bb99b1b715d87202e9.gh.tar.gz 248834 BLAKE2B 508100af45ee2868637c9f2123d835b26a6f8fc4fe880302ec273e19f95b855c667e30e1a31a23dc621aea57b3bf1948d9c2339e35dee55d46d3205d2fe93f03 SHA512 adda0e1c2e417792d0799f2fb5fa92636eff493e83dacf38344ca4a9fe37344bbb73228409cdf8680290ea7f374025f8b23bcdce6ab67b5329ae4a2acbc1cf4f diff --git a/dev-python/peachpy/metadata.xml b/dev-python/peachpy/metadata.xml new file mode 100644 index 000000000000..31493193c995 --- /dev/null +++ b/dev-python/peachpy/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>tupone@gentoo.org</email> + <name>Tupone Alfredo</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/peachpy/peachpy-2022.11.13-r3.ebuild b/dev-python/peachpy/peachpy-2022.11.13-r3.ebuild new file mode 100644 index 000000000000..b33bd9622109 --- /dev/null +++ b/dev-python/peachpy/peachpy-2022.11.13-r3.ebuild @@ -0,0 +1,43 @@ +# Copyright 2022-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +EGIT_COMMIT=349e8f836142b2ed0efeb6bb99b1b715d87202e9 +MY_P=PeachPy-${EGIT_COMMIT} + +DESCRIPTION="Portable Efficient Assembly Code-generator in Higher-level Python" +HOMEPAGE=" + https://github.com/Maratyszcza/PeachPy/ + https://pypi.org/project/PeachPy/ +" +SRC_URI=" + https://github.com/Maratyszcza/PeachPy/archive/${EGIT_COMMIT}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + dev-python/opcodes[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +DOCS=README.rst + +distutils_enable_sphinx sphinx \ + dev-python/sphinx-bootstrap-theme + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +EPYTEST_IGNORE=( tests/arm/test_arm.py ) |
