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/xonsh | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/xonsh')
-rw-r--r-- | dev-python/xonsh/Manifest | 2 | ||||
-rw-r--r-- | dev-python/xonsh/xonsh-0.4.7.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/xonsh/Manifest b/dev-python/xonsh/Manifest index 96f6d6aa534a..b6c94f06e686 100644 --- a/dev-python/xonsh/Manifest +++ b/dev-python/xonsh/Manifest @@ -1,3 +1,3 @@ DIST xonsh-0.4.7.tar.gz 545249 BLAKE2B e7207274cccbd96a32942dad7e5b0e44c4a053c52a0f4e06bc789d86414d678192ce885e3d2cccf2c4f4d208567a2beb1319ffd01e150b5a1a953cb82ca75598 SHA512 133a493b1245048e4b8a51f01f0629283736753a7636d8bb0c123b623122b285fed9ba415972e5f44dbb9a1439a83858da50a9b01ebe6bb11e4e390708e08c9f -EBUILD xonsh-0.4.7.ebuild 1003 BLAKE2B dac21f40a3cb072bdea5e0d1e63a669c2140ac46d503169d86637a88871166463cb19c81cd3be8db4862d73e97c2bcd0a2c33b68b23c2a6313e11ab11f89241c SHA512 64a9fccc3e71bcdc2dd0d7bb5088f735f0c9df78a86a251f02835b9c4789a9c54768b45c6724b991b63f3b65400c47cd0849b714c8f84d6747f44ee1074b40d9 +EBUILD xonsh-0.4.7.ebuild 998 BLAKE2B 3aa3a9451f8373e0a0215240853f161b04012996d3d84a32e04d86d1b68a3e28bc5d476f1bcaaf127e3017674e2cb0fa6756d6481694463021dac8cdfa30596f SHA512 de46319a6b1f03ac910f1fc6caa37ba1c81f0060174a74b12c656454c4f7efb7770f545487080702b53237fcd58861351a3d7d0a528c0ef85e8960ec36fbae14 MISC metadata.xml 421 BLAKE2B 61c8423ad1c450e2a42a32fab7f839151ca56529b73633169fbebfb09e9cf8bf35d3387e06eaf0cb4951cb74478c69114acc3c7a7aea4e0fb4cc1bc46abdec66 SHA512 7a6b4489d4ccadf9659bffc020893f0282a843a8fefc04326a9a40964304416bd021613f231b46b1c39ff4f91a623f8e521c8f5b9d1a9311574fd6b83a5c40b3 diff --git a/dev-python/xonsh/xonsh-0.4.7.ebuild b/dev-python/xonsh/xonsh-0.4.7.ebuild index d6c9310916d2..18aa5230d084 100644 --- a/dev-python/xonsh/xonsh-0.4.7.ebuild +++ b/dev-python/xonsh/xonsh-0.4.7.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=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 eutils |