update pure-pcapy3-1.0.1-r1

This commit is contained in:
Andreas Billmeier 2021-03-20 08:45:20 +01:00 committed by Andreas Billmeier
parent e2ea8c5f1c
commit 653a7dd7fb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST pure-pcapy3-1.0.1.tar.gz 5911 BLAKE2B e132ce6336c1f91a4963522fe2a5fa4072ece5e1beff65f86b9fad410e7b5540575f2bac88169fac92bec435b066048a2f22b3a4134d50a910548b4636bce803 SHA512 8c7ca20b1bbb40195a884798c28bd9187d8f209190778daf424e6a2d03a6ca5284c664e8fef54d29d91834c49cda116680f6b3af448751bb694d93ab18fc7cad
EBUILD pure-pcapy3-1.0.1.ebuild 742 BLAKE2B f0272197e9b2b43090a23397df22772ee454d903dbc995bf768805b4bb774f105207907229a896c1649722c58600f19ace55a75accb74f19dfc59e3eb9a32759 SHA512 c05b6110d3169b3b1b5f21dd6c3c82823b1e07bfa4c5dccc23a97ef1ff96f63e621507fe5318ee3b74ef1456d1708dd4caeecfd3167ff75e890d6f9d9e7c4978
EBUILD pure-pcapy3-1.0.1-r1.ebuild 755 BLAKE2B b0f198f5d5a10048eee6eb0c6fd6f9800161fcdf42619474ee249c3ba1eaf40a7865e6e15d4651d25ff12bbca635cbcaf32804afab2d2097b50a03ae108364bb SHA512 63ada228c74a16cab495545d6da00bdf01c1f7daec9e271fdf3038a76e34f6d23fb3e8adef354f342c30421e3f0ce36d01148858b3a6c49cc5fbb57ab777350f
MISC metadata.xml 459 BLAKE2B ee4b508a08234e27adf673e1efae1b27a64a78109b99114516a430c6f3203c8c30d465d854444dc35ba34a49939c8a83e66d67ac8ebfe862884fa201734b7332 SHA512 1e6f06d62e8bd8a4b472de9f7d5c961cfeac1050fa89930289b92b028996e9bb4bba8dac46ff71cccc7a2f60e93185754ee9d0dd78f14f930d823318dc5f9748

View File

@ -1,14 +1,14 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Pure Python reimplementation of pcapy. API compatible and a drop-in replacement."
HOMEPAGE="https://bitbucket.org/viraptor/pure-pcapy/overview https://pypi.org/project/pure-pcapy3/"
DESCRIPTION="Pure Python reimplementation of pcapy. This package is API compatible and a drop-in replacement."
HOMEPAGE="http://bitbucket.org/viraptor/pure-pcapy/overview https://pypi.org/project/pure-pcapy3/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
@ -16,8 +16,10 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS=""
RDEPEND=""
DEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]