dev-python/yarl: version bump to 0.8.1

Package-Manager: portage-2.3.3
This commit is contained in:
Zac Medico
2016-12-30 23:40:11 -08:00
parent abd011cff3
commit c7cdf5f9ed
2 changed files with 25 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST yarl-0.7.0.tar.gz 117786 SHA256 43222e76b17d62e23c2ff62dde7b6d3cd64453be7529876b4967ec5c3e0fa3fd SHA512 a63e5912eef2899773b05188bf4673ce0beb254605da81bff93c5a364e4f8d3864287a1f8165758a1ac86f97613b5d997d77c29f9ed4261c7fe2e9bc861c8470 WHIRLPOOL 353e3cf435127858070e017811419203b04b7e223e4acd106ae183829d2c84f231a20df21d7fe40d8568d2597b9411d53d579c9e59eb7172234fc7700420f2c0
DIST yarl-0.8.1.tar.gz 121256 SHA256 9f0397ae540124bf16a8a5b89bc3ea1c07f8ae70c3e44231a40a9edd254d5712 SHA512 2c475cd3f5f271c08296bb9819bbb06def535ca715c48858839be491fdc1ebe311dc4b53c26e748a4daaf7fd83bac173b9e38fd2e07069fc5fc09a8dc345029f WHIRLPOOL 31b4cee66b45faf203bb86ea2124dd840aa3943669a2fc0b9d7724ac944b29696834233ff291c4401a57ee787d6a75a97ae5f676933d0463fad19a86761b5632

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
PYTHON_COMPAT=( python3_{4,5} )
inherit distutils-r1
DESCRIPTION="Yet another URL library"
HOMEPAGE="https://github.com/aio-libs/yarl/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
esetup.py test || die
}