summaryrefslogtreecommitdiff
path: root/dev-python/thrift
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/thrift
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/thrift')
-rw-r--r--dev-python/thrift/Manifest2
-rw-r--r--dev-python/thrift/thrift-0.11.0.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/thrift/Manifest b/dev-python/thrift/Manifest
index e88a77e1ece4..cf8f122eb833 100644
--- a/dev-python/thrift/Manifest
+++ b/dev-python/thrift/Manifest
@@ -1,3 +1,3 @@
DIST thrift-0.11.0.tar.gz 52467 BLAKE2B 72dca118476dc5d618f6434614e5d72c6f496088731de9b62fcf47e76dcf707a171721df2aa4c87fdcf90670b8fd11c3a1cdb2b090b78683a3f4a204ef8121cb SHA512 cba59eef2841fa008a19cd36b322491b67d711698205d6671c76e38a3de2b330db8aa54516de8cdd4020dc795e67ed55913df53466f5dbf07d38fed2d10f9349
-EBUILD thrift-0.11.0.ebuild 453 BLAKE2B 443d6d605c6a78cbbbcaff99c3a162e40bdddaf926d73fcadaaf1d2ad18fe0ca1af7f07624779c560bfb7c8b150787578ea34affacaad63ba3524f5f5ea422cf SHA512 2f431da278e85a015765cd39eaafe78eab4259bf3d274e9f603104b7f931091617f9c78f32a0d933b956d25366b58332a124737121b995b1185a0c758ce4c994
+EBUILD thrift-0.11.0.ebuild 480 BLAKE2B 25f029bb88f731e03e8ba26cf35efdc837598d8494e1a5554e8f127f90efde58f18a9e7ad2ccbd726d6c860a000a57ed30a79a68c144593d663d4aa2a5649861 SHA512 8a9dc2df142b8826c68c287f53834b3e5096cdd3ac4a02328cd793b790d3d057c5bee4b8dc28297ae16958349879987f05858b10b1acd4e2bb83a11c4be8f115
MISC metadata.xml 327 BLAKE2B 68fffa25c9e88a87a56110743553819ef0591f40567594c2ec966e86228bd3a0b0ef0d84f9f002c427b90d1f139d51f1af9786a4451457a7edb43adbcba10ecd SHA512 5f1f04b5bf6a52319bf4810089b26ba4ea4e4ecb0fb44b70322cca98bac1ed2851535fa8d8e6eea38e45c0a411261c5ca966b13a68cd9f3f51c4f7ff003b7291
diff --git a/dev-python/thrift/thrift-0.11.0.ebuild b/dev-python/thrift/thrift-0.11.0.ebuild
index bbc8f37a7dd5..b2e382ac8ed6 100644
--- a/dev-python/thrift/thrift-0.11.0.ebuild
+++ b/dev-python/thrift/thrift-0.11.0.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_6} )
inherit distutils-r1
DESCRIPTION="Python implementation of Thrift"
-HOMEPAGE="https://thrift.apache.org"
+HOMEPAGE="https://pypi.org/project/thrift/ https://thrift.apache.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"