diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-22 14:25:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-22 14:25:03 +0100 |
commit | 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch) | |
tree | b041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /dev-python/pyshark | |
parent | 5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff) |
gentoo resync : 22.04.2018
Diffstat (limited to 'dev-python/pyshark')
-rw-r--r-- | dev-python/pyshark/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyshark/pyshark-0.3.7.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyshark/Manifest b/dev-python/pyshark/Manifest index 188bc01c156b..b1bc059b3199 100644 --- a/dev-python/pyshark/Manifest +++ b/dev-python/pyshark/Manifest @@ -1,3 +1,3 @@ DIST pyshark-0.3.7.2.tar.gz 27232 BLAKE2B b93ee24fb29990b0ab455935e773e4844c26761c2515d1254c8e72d24d70be95aa17a590cc1f5b39bb5f76db624fb7c40d06e64731948ee75a5b8e2008830968 SHA512 dbd97665fae7d3067582bf7616e025b0c5e5fa14cacdaca59c89b4e70feb3017f2d8c7d899a70c0c8707589e4735b9283914bb6ccbf432e9072c64d7e957bc15 -EBUILD pyshark-0.3.7.2.ebuild 1258 BLAKE2B 81c18de3b65127b1a4108c5c2ff877e4e038b85ed7b9212776e912fa5698827c1aecb1b9665bd0725af1426e991205f78effdb2a2fc6f4e09deb998f66055528 SHA512 77c4737ed931f8f0c7f19aa231c7e68e231756c54f6aa6c0ac97502a0c04a1c22affd00cb0dce4abd2c467961e3be1e7b745a32ca257cb09a128b9285ab4626a +EBUILD pyshark-0.3.7.2.ebuild 1254 BLAKE2B 12edf946bacb020dc235791c6c9d91445140fa9987a424fab109ead377168e80ec03f797f57359c0b89bebbe7142cc4d35e540f7a35c74c44e26560f526d62ad SHA512 ac0a2b4095bc6a7b5d86d9e9b17d3068588ef099ad1a41c1fb0bd3cbfee5c4b4bb439eea408ba82aea83f988282d8dee04f467bb1eeb58a4826b224da28021f7 MISC metadata.xml 378 BLAKE2B b5d298f634ff4c3ef0921697ba6ad85d6704effd115e130075507d4ab5e7cfefcd3db393f044f1607dfc6b6442363c58b9ac693281334bc981c3462c0f1a775d SHA512 17d2661a631633ebf347dfc4def34aa070c4ad5713f6124b668c3ed5336a59b639c30474e4b4cb294661648ef186797144c161a390c0d93a21de82ae8d51d8c7 diff --git a/dev-python/pyshark/pyshark-0.3.7.2.ebuild b/dev-python/pyshark/pyshark-0.3.7.2.ebuild index 4d11881ab65e..12e12622a1fa 100644 --- a/dev-python/pyshark/pyshark-0.3.7.2.ebuild +++ b/dev-python/pyshark/pyshark-0.3.7.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 eutils DESCRIPTION="A Python wrapper for tshark output parsing" -HOMEPAGE="https://pypi.python.org/pypi/pyshark https://github.com/KimiNewt/pyshark" +HOMEPAGE="https://pypi.org/project/pyshark https://github.com/KimiNewt/pyshark" # pypi tarball is missing tests #SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SRC_URI="https://github.com/KimiNewt/pyshark/archive/v${PV}.tar.gz -> ${P}.tar.gz" |