diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-15 06:07:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-15 06:07:52 +0000 |
| commit | 5e07081cf4f5afaef79409b430a018b1daec073e (patch) | |
| tree | 208230f6eaf30cf6902475e9163d95aeb0c30ec4 /dev-python/thrift | |
| parent | 416b69e88dccd53b54eb1dfa8e91ebc06c45fa2e (diff) | |
| download | baldeagleos-repo-5e07081cf4f5afaef79409b430a018b1daec073e.tar.gz baldeagleos-repo-5e07081cf4f5afaef79409b430a018b1daec073e.tar.xz baldeagleos-repo-5e07081cf4f5afaef79409b430a018b1daec073e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/thrift')
| -rw-r--r-- | dev-python/thrift/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/thrift/thrift-0.23.0.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/thrift/Manifest b/dev-python/thrift/Manifest index 840a578b3e87..0586552d4594 100644 --- a/dev-python/thrift/Manifest +++ b/dev-python/thrift/Manifest @@ -1 +1,2 @@ DIST thrift-0.22.0.tar.gz 4422267 BLAKE2B b91b3379dcce0222e0cc29cd783710ef183694d96e4794535d72a7a49764e994e70a6560841bc93668d4997a68f405eaa5a5f2d0c5a1c6238c6bd9b3556d9400 SHA512 beb37ee2a295fae7df12cce6449c92799076771bae515fafcc790a62ac6e76ac5584f102315d466b8f5f98e236c9dc4a244695bdcd9f1392d6e9a13d365ddadc +DIST thrift-0.23.0.tar.gz 4608023 BLAKE2B 6780b4afa3d85e106f81458a8d11f823233baa890df1ddc17b059c9394bfb7e13ef6699697b8c3ef991e24f74611c3040490175be90fa0cd46b12d8c4f44ddc3 SHA512 a57c6fa645852f22ca10380621facc193393b19d1d760e113baa0f964365839043f2b527bd8cd3c03808380e9f09e9a8f707f8abbd931c51632e9d5181a459cf diff --git a/dev-python/thrift/thrift-0.23.0.ebuild b/dev-python/thrift/thrift-0.23.0.ebuild new file mode 100644 index 000000000000..cc21e688c766 --- /dev/null +++ b/dev-python/thrift/thrift-0.23.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-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_{10..14} ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of Thrift" +HOMEPAGE=" + https://pypi.org/project/thrift/ + https://thrift.apache.org/ + https://github.com/apache/thrift +" +SRC_URI=" + mirror://apache/${PN}/${PV}/${P}.tar.gz +" +S="${WORKDIR}/${P}/lib/py" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" + +distutils_enable_tests unittest + +python_test() { + eunittest test +} + +src_install() { + distutils-r1_src_install + # avoid file collision with dev-libs/thrift (bug #933272) + mv "${D}"/usr/share/doc/${P}/README.md \ + "${D}"/usr/share/doc/${P}/ReadMe.md || die +} |
