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/fdsend | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/fdsend')
-rw-r--r-- | dev-python/fdsend/Manifest | 2 | ||||
-rw-r--r-- | dev-python/fdsend/fdsend-0.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/fdsend/Manifest b/dev-python/fdsend/Manifest index 5ef27bd24834..b2cb0706fcbc 100644 --- a/dev-python/fdsend/Manifest +++ b/dev-python/fdsend/Manifest @@ -1,3 +1,3 @@ DIST fdsend-0.1.tar.gz 11394 BLAKE2B 32b6c763730a8269a23e9d245a1479700d45b294c1ffdf60cc642b88405a0e19eede519d3202cfac44915941d8fcd94cf39834aa2efbc4157acc9af98f95a660 SHA512 29193dabd2084d4c4f2468c27e0501bce69c340d0a5a30bbaf377120f36092c08190c53d0f85321a8615c9cae9aa5c91a1a261b438a83df93145883ece29bf4e -EBUILD fdsend-0.1.ebuild 371 BLAKE2B 98a17885452fc6a66535ce01e499dd4337bc6f6e8338b5f0d3fc88a98b629719a155fd830a3460f71ac51721798b1eecb48d43801fb61c1ea3908ca492727b5d SHA512 9b8f96ef33ea172092d9977eb493ffaec6ba11f944a6d008837055e5b52ca629861eab3f224da69afa05591d58ff1fbde22c14ccc99a123c2dacd234c5d18521 +EBUILD fdsend-0.1.ebuild 363 BLAKE2B 16940cbc7264393c4add37e183841cf74efb6539758763b6768803662157c334e287a679ae9c2d2d326893d7114f82e5d3582fb25d1ea5de0765b80ba54bb368 SHA512 f94830c069b3a6a58c23f5bf4aef505d6f5b464098ba9e5f60028b8b606480d71d61a7436b20c4073fc99f4c92c51c917a27ef1c3dcec25c0a99b19452886f84 MISC metadata.xml 250 BLAKE2B fe89695d5dcb55e3a59fe901cba061e1b73e5d09cc72d362bb3ec127aecdba741ba23920096bfad7a39c43e35ffbc006fe84f3e50a34c91097a32deceeb91e84 SHA512 c599b09b9aaf744dfe13d0707adde7d3dfd1a8a411e937fcba25e65c6045792cdcf6ceb9004e3dd38b014c486c9f1334bfc898419f59806ec6abebfc71bca382 diff --git a/dev-python/fdsend/fdsend-0.1.ebuild b/dev-python/fdsend/fdsend-0.1.ebuild index 628d469d33d9..b5986963e708 100644 --- a/dev-python/fdsend/fdsend-0.1.ebuild +++ b/dev-python/fdsend/fdsend-0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |