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/pymoc | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/pymoc')
-rw-r--r-- | dev-python/pymoc/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pymoc/pymoc-0.5.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pymoc/Manifest b/dev-python/pymoc/Manifest index 70632a19a16c..94e665b9c97d 100644 --- a/dev-python/pymoc/Manifest +++ b/dev-python/pymoc/Manifest @@ -1,3 +1,3 @@ DIST pymoc-0.5.0.tar.gz 33843 BLAKE2B 928b32a2982fa6faafbed04476bc3af444ae0e8617bad323f21d89bac8c6a21a8b24d721fb0502a0d5034e1eeaa67972666508e3fc2ad210c44e9a1c291a192b SHA512 cb327bed6fffa6eb4354c06f9b7e056baa9df1010d722b4fade6873fb862c4b27ea0a11647a510ce4007f7b8158e13eee7e146258d4c58ecee82adddf33bf89c -EBUILD pymoc-0.5.0.ebuild 688 BLAKE2B 54e80f3ca06e327e5ac66b1c376fb3f59b947b58f505d3032957d2bc63bdd32b3537cafc0f1fd3b32181345c844cc79422b0123e088a84f23223c4492d3b905c SHA512 f1b6df1c84f858d7d701b79c1dea2f9f929cadb533b0eec1b4f79c9c8dd246b25f80d17200ccf171a004f7436d136ad8e9ae4998896732df01364370342893a4 +EBUILD pymoc-0.5.0.ebuild 681 BLAKE2B 29fc8d290ed5b2872ff816a21b7e4afbb9e0d33eef024cd6f5591161a577fbd95f89d4dbb168967b8f7c9eb02bb83d089ea240767506a1aed2679d9d009e4210 SHA512 aa3682bcc5bdf4103e828b9b0a9eb661649d13b94b51f2a08ae92c6336223cbd503d07841275366727684fa2669ffb3935624de33b21bc822efd9492473626a0 MISC metadata.xml 1614 BLAKE2B 7cda82792a959395b3bc869efb67b836743b59412da5ad915c8752991a2fe116dd6c5ff5fdc26e7b53a590c95ecf677bb8994bef9484f91ce55a0b9a0a56de1a SHA512 5ea8168faa544523fe9f5ddc20e978ba09005fb94e6ac9ca5dbabb50c14fbd9bd3485e9a46960414cb791e9b761b8a9d88990dcbcbb78758b59a178f8ce96622 diff --git a/dev-python/pymoc/pymoc-0.5.0.ebuild b/dev-python/pymoc/pymoc-0.5.0.ebuild index 98bed1677f21..d56fcd346020 100644 --- a/dev-python/pymoc/pymoc-0.5.0.ebuild +++ b/dev-python/pymoc/pymoc-0.5.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit distutils-r1 virtualx xdg-utils |