diff options
author | 2022-06-03 12:36:33 +0300 | |
---|---|---|
committer | 2022-06-03 12:37:17 +0300 | |
commit | cf4ce4f0995a9b1848feaebfe87089c0c851ac57 (patch) | |
tree | 97d6df0a50cb6d0764235675ba8197c9ad9d2b33 | |
parent | dev-python/matterhook: EAPI=6->8, PEP517, py3.10, py3.11 (diff) | |
download | gentoo-cf4ce4f0995a9b1848feaebfe87089c0c851ac57.tar.gz gentoo-cf4ce4f0995a9b1848feaebfe87089c0c851ac57.tar.bz2 gentoo-cf4ce4f0995a9b1848feaebfe87089c0c851ac57.zip |
dev-python/thrift: add 0.16.0
EAPI=6->8, PEP517, py3.10
Closes: https://bugs.gentoo.org/796830
Closes: https://bugs.gentoo.org/796833
Closes: https://bugs.gentoo.org/845894
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-python/thrift/Manifest | 1 | ||||
-rw-r--r-- | dev-python/thrift/thrift-0.16.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/thrift/Manifest b/dev-python/thrift/Manifest index c53960a2cd5..45af747b5be 100644 --- a/dev-python/thrift/Manifest +++ b/dev-python/thrift/Manifest @@ -1 +1,2 @@ DIST thrift-0.14.1.tar.gz 4311458 BLAKE2B 00c0b77c3d722b0db833f03848df0b74ee64712ed1ff06e0b63b926eb493f43ffd9c316422b6044f74685471cdbd2ccea7c6305fd8dbbc10614f2151a3e16237 SHA512 e09e53b2ea3cad01ef81ab4b5a87bfed443cfda849a13c4f00ba0ed1cd1a1f9742faf95adb07f279506cc5f866c13fdce57149de1bc9e71ab5c40238037e8b22 +DIST thrift-0.16.0.tar.gz 4085114 BLAKE2B 17c35096f6848fb0795e4cb125fed3068c8e1e53f67f404f4dcab67df7a42fc049a7d615591c861eb9e59e3333e21f185e8615663008bc7c846a03722ea8b834 SHA512 468fff6be2def85959fdf8adac92a0cfa7f786083b3bafb2c31427dfe5725f4d10962052d13ea960828f6a317778d35e66b602744a570212352bfc637ae586e0 diff --git a/dev-python/thrift/thrift-0.16.0.ebuild b/dev-python/thrift/thrift-0.16.0.ebuild new file mode 100644 index 00000000000..7e8f3240e62 --- /dev/null +++ b/dev-python/thrift/thrift-0.16.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) +inherit distutils-r1 + +DESCRIPTION="Python implementation of Thrift" +HOMEPAGE="https://pypi.org/project/thrift/ https://thrift.apache.org/" +SRC_URI="https://downloads.apache.org/${PN}/${PV}/${P}.tar.gz" +S="${WORKDIR}/${P}/lib/py" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" +RESTRICT="test" |