diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/flufl-bounce | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/flufl-bounce')
-rw-r--r-- | dev-python/flufl-bounce/Manifest | 2 | ||||
-rw-r--r-- | dev-python/flufl-bounce/flufl-bounce-3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest index 72442eac907d..f825b585ac8a 100644 --- a/dev-python/flufl-bounce/Manifest +++ b/dev-python/flufl-bounce/Manifest @@ -1,3 +1,3 @@ DIST flufl-bounce-3.0.tar.gz 89156 BLAKE2B 02ff80f4ebe42e15c9e6a7ed192d9a032e800b2b1da874837da5e6d5c156f50455795469c1c782bc7070cba3ab66d11ee576b8e95881a78bd1a479c825939dbd SHA512 f6effe38c80e1e5e1119d7951a1a32bb9b91fc52db0887eee4ebb74e005ad5cf48351311985a3169649301efe9273d3fe480b3dded7eff3b77b73312d0416f45 -EBUILD flufl-bounce-3.0.ebuild 599 BLAKE2B 470d4a17e14002f298ced9e0aceca74449548ed59e7f916537d89891a1884fa5654c839c85157b4115fcb7aa6ccd56c18113d2527f3670bd25f353894e396d3a SHA512 20e6179d162d3950a24646f3b66ce62373a5164d73fb10739f705f8335d8b904edf2274eaf93f63d2847a5d5648debb2530b724fcb93d57b9dbdebd66812c143 +EBUILD flufl-bounce-3.0.ebuild 589 BLAKE2B 679b4b612c2b1923ea880e15c3be53fe692689019b893429d32c32b56f4a000f718d042c445623671ffaa98210b0d4263ed29d81b942ea16f88981048328d12f SHA512 002483ecd081a3dfd5f09b0e2687ef235dc56683e1231bff6bbe7870cb1492a5b57a8090dd62e903d30e61c139f1f78d535b40ffc9e754b813f1c67670fe51e6 MISC metadata.xml 408 BLAKE2B 20a2b1a31939b4725e08b910cacf65699183c76febfad4e940769dcc61c0e5da44729b70f5087267dc4db302120f8a20066a97fb4999de647a398e4c0283a6de SHA512 02d72e8e77cf28c4ee9bfca5dfc1d53e26b87024122046000437f63ced756a6ceaca988d0eca49a153a1e628674e1b7495e4131b149f298378268ffed2c8bd10 diff --git a/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild b/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild index 2e6801352008..ce9ad1a931e2 100644 --- a/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild +++ b/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_5 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 MY_PN=${PN/-/.} |