From da26e5c2ef5996cb5bf06adeb42fa47c0b76522d Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 16 Mar 2026 19:18:42 +0000 Subject: Adding metadata --- dev-python/editor/Manifest | 1 + dev-python/editor/editor-1.7.0.ebuild | 39 +++++++++++++++++++++++++++++++++++ dev-python/editor/metadata.xml | 11 ++++++++++ 3 files changed, 51 insertions(+) create mode 100644 dev-python/editor/Manifest create mode 100644 dev-python/editor/editor-1.7.0.ebuild create mode 100644 dev-python/editor/metadata.xml (limited to 'dev-python/editor') diff --git a/dev-python/editor/Manifest b/dev-python/editor/Manifest new file mode 100644 index 000000000000..a8e87a7a734b --- /dev/null +++ b/dev-python/editor/Manifest @@ -0,0 +1 @@ +DIST editor-1.7.0.gh.tar.gz 26732 BLAKE2B 97124df6b7fe27e5d7daa2102438120e51bcad05dc187baa3b72d18dfa5e70dbccfeb50a99420bb3fad54c77987b2a6cc680c36d20c126340b397955f0414b49 SHA512 037a6b66d9f619106166d55f525082465eea5aed642df55a7d0ad4d1e3c10318272b8110400ef2016ba8bc603e45d81df874438c76f15cc02d87f016a907a1ab diff --git a/dev-python/editor/editor-1.7.0.ebuild b/dev-python/editor/editor-1.7.0.ebuild new file mode 100644 index 000000000000..f34c39b4f01c --- /dev/null +++ b/dev-python/editor/editor-1.7.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=uv-build +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 + +DESCRIPTION="Open the default text editor" +HOMEPAGE=" + https://rec.github.io/editor/ + https://github.com/rec/editor/ + https://pypi.org/project/editor/ +" +# no tests in dist +SRC_URI=" + https://github.com/rec/editor/archive/refs/tags/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/runs[${PYTHON_USEDEP}] + dev-python/xmod[${PYTHON_USEDEP}] + virtual/editor +" +BDEPEND=" + test? ( + dev-python/tdir[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest diff --git a/dev-python/editor/metadata.xml b/dev-python/editor/metadata.xml new file mode 100644 index 000000000000..0dec5a678a5f --- /dev/null +++ b/dev-python/editor/metadata.xml @@ -0,0 +1,11 @@ + + + + + negril.nx+gentoo@gmail.com + Paul Zander + + + gentoo-guru-overlay + + \ No newline at end of file -- cgit v1.3