summaryrefslogtreecommitdiff
path: root/dev-python/jsonfeed
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jsonfeed')
-rw-r--r--dev-python/jsonfeed/Manifest1
-rw-r--r--dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch11
-rw-r--r--dev-python/jsonfeed/jsonfeed-1.1.2.ebuild25
-rw-r--r--dev-python/jsonfeed/metadata.xml11
4 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/jsonfeed/Manifest b/dev-python/jsonfeed/Manifest
deleted file mode 100644
index 0166181a1019..000000000000
--- a/dev-python/jsonfeed/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jsonfeed-1.1.2.gh.tar.gz 66719 BLAKE2B 9121c275e4b059641a0303b15bd397403b4c0ce59f289623a7253e2a2bdd129d6e0e818a287808b99974a0a822e24aa3f6d6df3e6464e4cff5c9c4c90d87c926 SHA512 34c3ce0a4fc4a38041d56d5cec16c34cfa33e9e10e539c92cf511f67fccd1d684c5ecef0c51499b2aaac0c1d2dbdb20c08464c3104ccacc4abd2cff67ebae82b
diff --git a/dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch b/dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch
deleted file mode 100644
index fe0c98f27983..000000000000
--- a/dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -8,7 +8,7 @@ with open("README.md") as fh:
- setup(
- name="jsonfeed-util",
- version=version,
-- packages=find_packages(),
-+ packages=find_packages(exclude=["tests", "tests.*"]),
- # metadata for upload to PyPI
- author="Lukas Schwab",
- author_email="lukas.schwab@gmail.com",
diff --git a/dev-python/jsonfeed/jsonfeed-1.1.2.ebuild b/dev-python/jsonfeed/jsonfeed-1.1.2.ebuild
deleted file mode 100644
index 22925767b7e4..000000000000
--- a/dev-python/jsonfeed/jsonfeed-1.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2024-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} )
-
-HTML_DOCS=( docs )
-
-inherit distutils-r1
-
-DESCRIPTION="Python package for parsing and generating JSON feeds."
-HOMEPAGE="https://github.com/lukasschwab/jsonfeed"
-SRC_URI="https://github.com/lukasschwab/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-PATCHES=("${FILESDIR}/${P}-exclude_tests.patch")
-
-RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
diff --git a/dev-python/jsonfeed/metadata.xml b/dev-python/jsonfeed/metadata.xml
deleted file mode 100644
index 7c911950ba56..000000000000
--- a/dev-python/jsonfeed/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gasc@eurecom.fr</email>
- <name>Gasc Henri</name>
- </maintainer>
- <upstream>
- <remote-id type="github">lukasschwab/jsonfeed</remote-id>
- </upstream>
-</pkgmetadata>