bump httplib2-0.18.1

This commit is contained in:
Andreas Billmeier 2021-02-14 12:25:36 +01:00 committed by Andreas Billmeier
parent 94ba94eea1
commit a60b1f502b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 6 deletions

View File

@ -7,6 +7,7 @@
* add AEMET-OpenData-0.1.8
* remove prezzibenzina-py, won't compile
* update aioesphomeapi-2.6.3-r2, fix missing requirements.txt
* bump httplib2-0.18.1
2021-02-12
* bump aioharmony-0.2.7

View File

@ -1,4 +1,6 @@
AUX httplib2-use-system-cacerts.patch 2357 BLAKE2B 0a169ed30f7cc6736fae31a25d21d7efe2ae587808c7d9ce23ad0f8b507f51751054cd7079bfca55f9b3496b4806180f28da9acf0dd812ff16f14d9bb03749e7 SHA512 08022280948e530890664f8af9fa5d3776b14526bbe2c55151b3631473b100b96c3c353ffd8df5a4d03d553ce24f962dec53307f7e23c257404920247940ff8f
DIST httplib2-0.10.3.tar.gz 204500 BLAKE2B f71d679b42865bd8e56f708e71d475bfc6988267b07cf7af298ae7ba2c132a67fa04f54f36dfa0d222f86f421ade40724638fdc5840f340da0e8e1a717bb6cdd SHA512 d024986ffd577858017d7a8cfcae98a6cd04b8c89634ea302df4c1443eb2381cecca6ffbb631c9d4260335a3462df6d5604ec485aa591a05cb0231a3f6745aaa
DIST httplib2-0.18.1.tar.gz 262930 BLAKE2B d8130dfbbee71dae1319a8a65fb2ae96d667bba08cfc586c0a9239d6bf6cb475fbd4548d6b5276b8001a02417eebff4a7565024d43c630b8ed51e467cdd3de71 SHA512 a1bb527279bdc92fb75bffebc317ff549bb6efb678580cbe40d187921b7ace66b1a5bc1d98bdf065ec5667fe69632da086b0eb201ff911497324fd817bfe1b7a
EBUILD httplib2-0.10.3-r1.ebuild 940 BLAKE2B 8fa30ed12d359fdeb65c8930a0e22ebe85e5ee3548921e706c58485fbd8c227eb56ef74cd6429c19e4d8e702b236ab92ca858664d83b218a0d1cbd7fd93ff799 SHA512 d817e1339ea214b37cfb088bace648c147393fa046eaa5f9ac704a4819d3140a551ea4689c3b1811247eaedbe33394b7a0fac909bf7d83275338b46cd45e914f
MISC metadata.xml 437 BLAKE2B a688f70bc4de310ac3b250f2832c0803e25ea04fcc6a2b5569fc18f90b46f01ef0978bbccae980faaf74f385bed83b3da8179434614851da491ec62c0cfe92ef SHA512 fae017eb657512165f1d931910349a683417f98de8d70248d6b898a1e038212b9c2b1baebeae818126badbb57efb3b3ba1d647b25b759376ba5c3a719ed900a9
EBUILD httplib2-0.18.1.ebuild 941 BLAKE2B 9078882a0a09f20737ff3a6daf0ac7228cb787e41b56242602768e6c138618fd0632f4b9a2fa63cbba36b9368946ce1170148f748c9a697270001631f6ff9269 SHA512 4f050e2d3c24e0d4dae2a52a4b50eebc8dd851355825932cd25faaf20368197b1b7e17deb8dbeff479749a456ff580d3c0cdb042031778f553ebf00fa47baa66
MISC metadata.xml 451 BLAKE2B cfd70c4b4a9dce8c74291054a4188d758d574db0128a8c95faef95a30c2ec23cddb234e3c69063b924918227b6c196f59fe1145ba4ba7ae1cede855266088938 SHA512 27b81fbfc3e05fa676fe87b3c8940726734854bd67388dde76041e54fef4a89643bf6422f00de196af4d436eb18f6613a56a8015ec5dfb0434c9d2128cb3c32e

View File

@ -0,0 +1,40 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4..8} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="A comprehensive HTTP client library"
HOMEPAGE="https://pypi.python.org/pypi/httplib2 https://github.com/jcgregorio/httplib2"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="app-misc/ca-certificates"
# tests connect to random remote sites
RESTRICT="test"
#PATCHES=( "${FILESDIR}"/${PN}-use-system-cacerts.patch )
python_prepare_all() {
chmod o+r */*egg*/* || die
distutils-r1_python_prepare_all
}
python_test() {
if [[ ${EPYTHON} == python2.7 ]] ; then
cd python2 || die
else
cd python3 || die
fi
"${PYTHON}" httplib2test.py || die
}

View File

@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="google-code">httplib2</remote-id>
<remote-id type="pypi">httplib2</remote-id>
<remote-id type="github">jcgregorio/httplib2</remote-id>
<maintainer status="unknown">
<email>joe@bitworking.org</email>
<name>Joe Gregorio</name>
</maintainer>
</upstream>
</pkgmetadata>