bump hiredis-1.0.0

This commit is contained in:
Andreas Billmeier 2019-07-22 21:17:33 +02:00
parent bb118ad84f
commit 02a4a76018
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST hiredis-1.0.0.tar.gz 54407 BLAKE2B d80b8a44a478c271b36ffe9264503c0ad82e5ad9d37ce8ba79dcd190432ad61a67695769e877ee7c8a9463d6e8ae23f081e0072f4660776df5dcada858dbecf7 SHA512 2dfe124977770431cfd77bd3c6d22fd6dcafdd69da3016d5459bf697668682e809f2c3a8b8b41e95c884a297e5f74e0163e43b05c808cb866e2317357fba11ff
EBUILD hiredis-1.0.0.ebuild 560 BLAKE2B 23e5920ee0061f9724bac725963ceed4ec87098ec9fd7b8550be5f34340c0d91ee887c980555ab334b6defdb814272ceb6e5cbc614152d0aab619d8e79a45b79 SHA512 f28ecb1fed9ae374fe860da13ab02422533657dd55384cd9e3a016b206afcdb1ec1fa59e0b439067d5b207052da997dd590cfdf3326c0d5283e84525168feca3
MISC metadata.xml 494 BLAKE2B 066e1d365169e3818e9b5d37f7a2c7812af63ccd2ef79ce1e8dd224b2aa4d110792441762e769791d2c93f5f90349390cb04671ebe4cd199117df20f6fa7d8bd SHA512 f378121293d91d941dcede71f7e7a1a3e6fe906aa5963bd2388f8538d4e696d0bdb16c4f44126105b43ec81b1ee9e36e9549e7557d76c6a032c1cae3a4103265

View File

@ -0,0 +1,25 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python extension that wraps hiredis"
HOMEPAGE="https://github.com/pietern/hiredis-py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-0.13.1"
RDEPEND="${DEPEND}"
python_compile() {
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile
}

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>swegener@gentoo.org</email>
<name>Sven Wegener</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">hiredis</remote-id>
<remote-id type="github">pietern/hiredis-py</remote-id>
</upstream>
</pkgmetadata>