diff options
Diffstat (limited to 'dev-python/thrift')
| -rw-r--r-- | dev-python/thrift/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/thrift/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/thrift/thrift-0.22.0.ebuild | 38 | ||||
| -rw-r--r-- | dev-python/thrift/thrift-0.23.0.ebuild | 38 |
4 files changed, 0 insertions, 90 deletions
diff --git a/dev-python/thrift/Manifest b/dev-python/thrift/Manifest deleted file mode 100644 index 0586552d4594..000000000000 --- a/dev-python/thrift/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -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/metadata.xml b/dev-python/thrift/metadata.xml deleted file mode 100644 index 2035ba9c1d74..000000000000 --- a/dev-python/thrift/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">apache/thrift</remote-id> - <remote-id type="pypi">thrift</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/thrift/thrift-0.22.0.ebuild b/dev-python/thrift/thrift-0.22.0.ebuild deleted file mode 100644 index 672f692746f4..000000000000 --- a/dev-python/thrift/thrift-0.22.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 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 - -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 -} diff --git a/dev-python/thrift/thrift-0.23.0.ebuild b/dev-python/thrift/thrift-0.23.0.ebuild deleted file mode 100644 index b42875f4efb5..000000000000 --- a/dev-python/thrift/thrift-0.23.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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_{13..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 -} |
