From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/pyclipper/Manifest | 1 + dev-python/pyclipper/metadata.xml | 9 ++++++++ dev-python/pyclipper/pyclipper-1.4.0.ebuild | 36 +++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 dev-python/pyclipper/Manifest create mode 100644 dev-python/pyclipper/metadata.xml create mode 100644 dev-python/pyclipper/pyclipper-1.4.0.ebuild (limited to 'dev-python/pyclipper') diff --git a/dev-python/pyclipper/Manifest b/dev-python/pyclipper/Manifest new file mode 100644 index 000000000000..263d9d1cfb75 --- /dev/null +++ b/dev-python/pyclipper/Manifest @@ -0,0 +1 @@ +DIST pyclipper-1.4.0.gh.tar.gz 49906 BLAKE2B bd6b30fdaae1933ea02e9b51bf78f4b154862b2b123498e74411687109c991ca0e2137e773315395e7ca7af393a7d511b4171df93f739df0e03545fe0b0338bd SHA512 c420f7d280a121d4e70b9cac354e5c987545c606cb8a91cbf0e759ccd71c550b62871c86d5a6fc4c4cdcd38d8e10df3499af1c78bc1bae9516d6d80536256488 diff --git a/dev-python/pyclipper/metadata.xml b/dev-python/pyclipper/metadata.xml new file mode 100644 index 000000000000..acfe7097587e --- /dev/null +++ b/dev-python/pyclipper/metadata.xml @@ -0,0 +1,9 @@ + + + + + python@gentoo.org + Python + + baldeagleos-repo + diff --git a/dev-python/pyclipper/pyclipper-1.4.0.ebuild b/dev-python/pyclipper/pyclipper-1.4.0.ebuild new file mode 100644 index 000000000000..b599654d0605 --- /dev/null +++ b/dev-python/pyclipper/pyclipper-1.4.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +MY_P=${P/_p/.post} +DESCRIPTION="Cython wrapper for the C++ translation of the Angus Johnson's Clipper library" +HOMEPAGE=" + https://github.com/fonttools/pyclipper/ + https://pypi.org/project/pyclipper/ +" +SRC_URI=" + https://github.com/fonttools/pyclipper/archive/${PV/_p/.post}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" + +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION="${PV/_p/.post}" -- cgit v1.3