diff options
Diffstat (limited to 'dev-python/matrix-common')
| -rw-r--r-- | dev-python/matrix-common/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/matrix-common/metadata.xml | 10 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-python/matrix-common/Manifest b/dev-python/matrix-common/Manifest new file mode 100644 index 000000000000..c3e0efaf5102 --- /dev/null +++ b/dev-python/matrix-common/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..6cf439612edc --- /dev/null +++ b/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild @@ -0,0 +1,31 @@ +# 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 new file mode 100644 index 000000000000..c69681175a83 --- /dev/null +++ b/dev-python/matrix-common/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>arkamar@gentoo.org</email> + <name>Petr Vaněk</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
