summaryrefslogtreecommitdiff
path: root/dev-python/matrix-common
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/matrix-common')
-rw-r--r--dev-python/matrix-common/Manifest1
-rw-r--r--dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild31
-rw-r--r--dev-python/matrix-common/metadata.xml13
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/matrix-common/Manifest b/dev-python/matrix-common/Manifest
deleted file mode 100644
index c3e0efaf5102..000000000000
--- a/dev-python/matrix-common/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST matrix-common-1.3.0.gh.tar.gz 14143 BLAKE2B dd72a7c5558c2db0ab38f2f544f6ab6926fd037e99cbb774973f08bdc661c1587d3d6883ffc6a9cfcea6942284d4020814c02d56be3746279323fca17490f434 SHA512 d08fa11a4156a7c4596ea20709e0fddd1563ef1f4ba763e21a073ba53e1baf58d8de1b60cf0f69c846128cdd6f04788df49765704c8adfde187e8de1dc5ded4e
diff --git a/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild b/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild
deleted file mode 100644
index 6cf439612edc..000000000000
--- a/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022-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
-
-DESCRIPTION="Common code for Synapse, Sydent and Sygnal"
-HOMEPAGE="
- https://github.com/matrix-org/matrix-python-common
- https://pypi.org/project/matrix-common/
-"
-SRC_URI="
- https://github.com/matrix-org/matrix-python-common/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-S="${WORKDIR}/matrix-python-common-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64"
-
-RDEPEND="
- dev-python/attrs[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
diff --git a/dev-python/matrix-common/metadata.xml b/dev-python/matrix-common/metadata.xml
deleted file mode 100644
index 8feff6de3d0d..000000000000
--- a/dev-python/matrix-common/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>arkamar@gentoo.org</email>
- <name>Petr Vaněk</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">matrix-common</remote-id>
- <remote-id type="github">matrix-org/matrix-python-common</remote-id>
- </upstream>
-</pkgmetadata>