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/vecrec | |
| 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/vecrec')
| -rw-r--r-- | dev-python/vecrec/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/vecrec/metadata.xml | 17 | ||||
| -rw-r--r-- | dev-python/vecrec/vecrec-0.3.1-r1.ebuild | 36 |
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-python/vecrec/Manifest b/dev-python/vecrec/Manifest new file mode 100644 index 000000000000..ff0b0c80993b --- /dev/null +++ b/dev-python/vecrec/Manifest @@ -0,0 +1 @@ +DIST vecrec-0.3.1.tar.gz 18893 BLAKE2B 1b04e2ccda949d45aea083c03f963efbe3f52cf23e4c73b66b4bbe2084ad0d2690b13db9ccbd852f60e01384e85131aa36768bf26d7722f85db7856f0238fd5e SHA512 8fb8257036204efde07e739c698586e4cff81b391d21db79413002b35cffb9e02f5348acbbb374208be1c25eb96d1d8877b6a8b20be501a7541b46c43eb1dbfc diff --git a/dev-python/vecrec/metadata.xml b/dev-python/vecrec/metadata.xml new file mode 100644 index 000000000000..7fb4b9091aab --- /dev/null +++ b/dev-python/vecrec/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>3dprint@gentoo.org</email> + <name>Gentoo 3D Printer Project</name> + </maintainer> + <longdescription> + Python-FCL is an (unofficial) Python interface for the Flexible Collision Library (FCL), an excellent C++ + library for performing proximity and collision queries on pairs of geometric models. + </longdescription> + <stabilize-allarches /> + <upstream> + <bugs-to>https://github.com/kxgames/vecrec/issues</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild new file mode 100644 index 000000000000..49f5ecd5f281 --- /dev/null +++ b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="2D vector and rectangle classes" +HOMEPAGE=" + https://github.com/kxgames/vecrec/ + https://pypi.org/project/vecrec/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + dev-python/autoprop[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +src_prepare() { + sed -e '/build-backend/s/flit.buildapi/flit_core.buildapi/' \ + -e '/requires/s/flit/flit_core/' -i pyproject.toml || die + distutils-r1_src_prepare +} + +python_test() { + epytest -o addopts= tests +} |
