diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
commit | b7ebc951da8800f711142f69d9d958bde67a112d (patch) | |
tree | e318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/httpbin | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/httpbin')
-rw-r--r-- | dev-python/httpbin/Manifest | 2 | ||||
-rw-r--r-- | dev-python/httpbin/httpbin-0.4.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/httpbin/Manifest b/dev-python/httpbin/Manifest index 3e380f22c6b6..58ed0fcf9470 100644 --- a/dev-python/httpbin/Manifest +++ b/dev-python/httpbin/Manifest @@ -1,3 +1,3 @@ DIST httpbin-0.4.1.tar.gz 88101 BLAKE2B 3df333ba92d50e065a598b2dc51ff3355eb94eb4b3a3094ba79cbe95fc11424e05f187e434ac299023dfbfd790b32db070a37e08a962ac19d803de4405603bb8 SHA512 feb519ee909c5115971f4bfd488ec0f9e987cd473464721f4e343e09b9d8fc592cf48b50ff3a2960bb67310521d865091cd766ed351ebfaa2dc8193115e9f052 -EBUILD httpbin-0.4.1.ebuild 893 BLAKE2B dffd3e52f6929a494672e9d8c894cd0c687ee75dfe90e03fe9dcb1b24d27efcf4313ac14d619bf2d0ff27a4255043de40833353f476599d5975c27cca1ae0bca SHA512 a90259ef62ed2c3e2710d60914c14d2ca8405dbff8690af144577a24631c6a563514572c64a117f8e9ed3d64af4303ac6c28f5d2aefb92b441b8ad6ceb20b208 +EBUILD httpbin-0.4.1.ebuild 888 BLAKE2B dd2b79e54dd79a64944de8af4e333980544ea186d5bbea1ece7ebf6914ab3f5f27ad6e2e4e50fc88432faa4d67e4a2bb9e5f99cb88eb0382c43af21238da9e7c SHA512 dfc4b2617611b7f9d2fccd6d7762ab33a8afdb7581d96fd7361103ea065807eecf8b76dd551d171e8f5efe0b2e6b39bfb15de4a0bd146bb1355539812b263f7a MISC metadata.xml 500 BLAKE2B 1270abbd84e19a72d75a2955858c49c6b33a8c92da7f86fb7853fde55968a840d941fe9f7cd1ec2718e8cbcfede6166c412aac7fc40e483043330935720dd898 SHA512 014a5e115d2cd225618e78ddf226dfe4f8772815efc3e9ecf49883701127335d9cba5e216daaba3f15de2944074c0041e5fd6eaf26772f0892da891570f841e1 diff --git a/dev-python/httpbin/httpbin-0.4.1.ebuild b/dev-python/httpbin/httpbin-0.4.1.ebuild index dc292762e451..50b502713c17 100644 --- a/dev-python/httpbin/httpbin-0.4.1.ebuild +++ b/dev-python/httpbin/httpbin-0.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) inherit distutils-r1 |