summaryrefslogtreecommitdiff
path: root/dev-python/irctokens
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-python/irctokens
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-python/irctokens')
-rw-r--r--dev-python/irctokens/Manifest1
-rw-r--r--dev-python/irctokens/files/irctokens-2.0.2-exclude-tests.patch11
-rw-r--r--dev-python/irctokens/irctokens-2.0.2.ebuild38
-rw-r--r--dev-python/irctokens/metadata.xml14
4 files changed, 0 insertions, 64 deletions
diff --git a/dev-python/irctokens/Manifest b/dev-python/irctokens/Manifest
deleted file mode 100644
index b9f9db553e38..000000000000
--- a/dev-python/irctokens/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST irctokens-2.0.2.gh.tar.gz 10409 BLAKE2B ce52fdf7aec203c962429ff7f2cbbab8a1173f5813abf410df7487cbe270483a96e91bab2e7f7d9aeec7c93a8f15b9b0e054d18d8db7ef1c22404eaeb70c7530 SHA512 09be87e1c3f3d34383fc59e7ef6ac955de2fd09e0a888c685475b7fb93749fa019c383ae24e4e60c697e08d6ade635666feb96db5b6b5f35fb3d75d6d60cd571
diff --git a/dev-python/irctokens/files/irctokens-2.0.2-exclude-tests.patch b/dev-python/irctokens/files/irctokens-2.0.2-exclude-tests.patch
deleted file mode 100644
index be93c6d0a03a..000000000000
--- a/dev-python/irctokens/files/irctokens-2.0.2-exclude-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -14,7 +14,7 @@ setuptools.setup(
- long_description=long_description,
- long_description_content_type="text/markdown",
- url="https://github.com/jesopo/irctokens",
-- packages=setuptools.find_packages(),
-+ packages=setuptools.find_packages(exclude=["test", "test.*"]),
- package_data={"irctokens": ["py.typed"]},
- classifiers=[
- "Programming Language :: Python :: 3",
diff --git a/dev-python/irctokens/irctokens-2.0.2.ebuild b/dev-python/irctokens/irctokens-2.0.2.ebuild
deleted file mode 100644
index 088b873cb64d..000000000000
--- a/dev-python/irctokens/irctokens-2.0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023-2025 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 pypi
-
-DESCRIPTION="RFC1459 and IRCv3 protocol tokeniser library"
-HOMEPAGE="
- https://github.com/jesopo/irctokens
- https://pypi.org/project/irctokens/
-"
-# sdist is broken (missing VERSION)
-SRC_URI="
- https://github.com/jesopo/irctokens/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/pyyaml[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.0.2-exclude-tests.patch
-)
diff --git a/dev-python/irctokens/metadata.xml b/dev-python/irctokens/metadata.xml
deleted file mode 100644
index 1c13aca8ace5..000000000000
--- a/dev-python/irctokens/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>sam@gentoo.org</email>
- <name>Sam James</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches />
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>