From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/thriftpy2/Manifest | 2 ++ dev-python/thriftpy2/metadata.xml | 13 +++++++ dev-python/thriftpy2/thriftpy2-0.6.0.ebuild | 41 +++++++++++++++++++++++ dev-python/thriftpy2/thriftpy2-0.6.0_beta1.ebuild | 41 +++++++++++++++++++++++ 4 files changed, 97 insertions(+) create mode 100644 dev-python/thriftpy2/Manifest create mode 100644 dev-python/thriftpy2/metadata.xml create mode 100644 dev-python/thriftpy2/thriftpy2-0.6.0.ebuild create mode 100644 dev-python/thriftpy2/thriftpy2-0.6.0_beta1.ebuild (limited to 'dev-python/thriftpy2') diff --git a/dev-python/thriftpy2/Manifest b/dev-python/thriftpy2/Manifest new file mode 100644 index 000000000000..2657416f24ea --- /dev/null +++ b/dev-python/thriftpy2/Manifest @@ -0,0 +1,2 @@ +DIST thriftpy2-0.6.0.tar.gz 996147 BLAKE2B afa23e8ca5247752a141d52d223433539683318290506f52d3c42e0869a775abf35a07330e15112490eec408ae7b70e38e86b5ad55ffb29bb15a57bbcbd0c906 SHA512 a2637ccaf293030211b00d202b21153719172afadfce09c3152157ad850442335000bff33d5335b22cbd662fc768653a5e0b364e4f4980d0d77b211d00f120f4 +DIST thriftpy2-0.6.0b1.tar.gz 996052 BLAKE2B a97ed54439ec0cacbe45d6c0ca80ec099a066cf7b6cbe890224db00776cd61d7c5ad3347fe4de4423c67578963dc8d8ea63512d59134a0ddc8908d4eef4fd173 SHA512 8a4df0dc2c62f9302bb3d05642bb109a6cad5b7d68a9b24423a0369a6efade6bc961ba91418d9bc8c4f00c12456d4e6fe4b9327f11bee11c369f5c1395e576e5 diff --git a/dev-python/thriftpy2/metadata.xml b/dev-python/thriftpy2/metadata.xml new file mode 100644 index 000000000000..21f304f4d584 --- /dev/null +++ b/dev-python/thriftpy2/metadata.xml @@ -0,0 +1,13 @@ + + + + + chutzpah@gentoo.org + Patrick McLean + + + python@gentoo.org + Python + + baldeagleos-repo + diff --git a/dev-python/thriftpy2/thriftpy2-0.6.0.ebuild b/dev-python/thriftpy2/thriftpy2-0.6.0.ebuild new file mode 100644 index 000000000000..b9387efff44d --- /dev/null +++ b/dev-python/thriftpy2/thriftpy2-0.6.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Pure python approach of Apache Thrift" +HOMEPAGE=" + https://github.com/Thriftpy/thriftpy2/ + https://pypi.org/project/thriftpy2/ +" + +LICENSE="MIT" +SLOT="0" +if [[ ${PV} != *_beta* ]]; then + KEYWORDS="~amd64 ~x86" +fi + +RDEPEND=" +