mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
dev-python/zstandard: Version bump to 0.8.0
Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST zstandard-0.7.0.tar.gz 427288 SHA256 29f2babe5828b257a793e077543150e64ab944b9f3cc071fb5cbb6892243645a SHA512 016a8142a504757beb99b681386e7d8ea81b91a3a10b44894fa16443c21b567fce1101283e1967a2895e504045d84173b512fe7144a6a962ef64a509fcd83a4a WHIRLPOOL 7a4f27201cc5a274e7e0e5f2b5c1836fdcf24474b78af8deba503b7e27add5f262762ac5f6a8eb8653a8123318eaceb2f94339a162dc2df5b62f2e9cf83b48a2
|
||||
DIST zstandard-0.8.0.tar.gz 463794 SHA256 455751752f9d185b169e45bfd4a437d9473ef944ddd7313c8f15bdd466cd8d6c SHA512 c6ba906403e5c18b374faf9f676b10f0988b9f4067bd6c52c548d7dee58fac79974babfd5c438aef8da0a5260158116db69b11f2a52a775772d9904b9d86fdbc WHIRLPOOL 595928461f9dbf840abdbe814b28759389e5b1513618274a822881e922ebbc4c4716f23a89cc0a5379aba57cbff2ecdc0d604f73b8527e777160da031910ccf0
|
||||
|
||||
20
dev-python/zstandard/zstandard-0.8.0.ebuild
Normal file
20
dev-python/zstandard/zstandard-0.8.0.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Zstandard Bindings for Python"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/zstandard https://github.com/indygreg/python-zstandard"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="dev-python/cffi:=[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
${RDEPEND}"
|
||||
Reference in New Issue
Block a user