summaryrefslogtreecommitdiff
path: root/dev-python/editor
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/editor
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/editor')
-rw-r--r--dev-python/editor/Manifest1
-rw-r--r--dev-python/editor/editor-1.7.0.ebuild39
-rw-r--r--dev-python/editor/metadata.xml13
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/editor/Manifest b/dev-python/editor/Manifest
deleted file mode 100644
index a8e87a7a734b..000000000000
--- a/dev-python/editor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 54c466842fcb..000000000000
--- a/dev-python/editor/editor-1.7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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_{13..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
deleted file mode 100644
index 4e64c404ef69..000000000000
--- a/dev-python/editor/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>negril.nx+gentoo@gmail.com</email>
- <name>Paul Zander</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">rec/editor</remote-id>
- <remote-id type="pypi">editor</remote-id>
- </upstream>
-</pkgmetadata>