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/rackspace-auth-openstack | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/rackspace-auth-openstack')
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/rackspace-auth-openstack/Manifest b/dev-python/rackspace-auth-openstack/Manifest index ac75cf067de9..e7ce20e587e9 100644 --- a/dev-python/rackspace-auth-openstack/Manifest +++ b/dev-python/rackspace-auth-openstack/Manifest @@ -1,4 +1,4 @@ DIST rackspace-auth-openstack-1.3.tar.gz 6799 BLAKE2B 33754daf35b7260af030da4a83f61224c6bf11ec9fe554282b45c5839aabc5687e2fe288b9af6252e4731de5bea381eb8e8a98a401371afddcf996652f892f23 SHA512 813fe85d38bc80bae65a3f160f50c17fe8bc7279dc3ad4689012b3fa9c0fdd1577c0491de0c87d3b8fe4e6ba5c1166cf30cc1d0533fa15c516a826ef6c36934c -EBUILD rackspace-auth-openstack-1.3.ebuild 464 BLAKE2B 6d49b99ce6ec78fa8d5b4eb436a8ac195e14ecf2b7ae8bada7fddb8f4f468c004b15d42e0f3c22fcd48b8a7dc593f424ed75b8634f678c2852812512b7e78bfc SHA512 099e78653d04438d1381cec7410dc5ae74f731d494b67d869cf5d7f164c936705cfba3779acd94b6fb4157688df295dcfe57da2d9d9318b893b78d1a9e9f9a89 -EBUILD rackspace-auth-openstack-9999.ebuild 460 BLAKE2B ef42b3abf627d2bfce6728943250fe12bba8892bf1596b158fc0b7ed2b41fe55cdd76b529fc3895eefbd8f93ec9c40bbd7fe2a6909764d9bfd04fb393ac532e9 SHA512 fadb4d90b48548f5bf6150712771438798047cbbd83ad3aff778bd6360be2d090d0a990e557d20d80b1e9b41893fb5f649f9a61a620ec35f18dab73cb4b745f0 +EBUILD rackspace-auth-openstack-1.3.ebuild 460 BLAKE2B c9882d933bb005dd2231db1eb196322fc7766afa86f3a8d76e25cc50f97529b80daeb802c5338d99e1ec034837632e5f2ddcb529ec6daf7c56d7680b08ccd2ad SHA512 63b90b18f270b7390c249cecacb0ef2efa1ddcd797582787f72c045c813edf54c9c77e6926a6080fcadc355da5a7d4446f13a602650b82e5fdb06503ea3ff3aa +EBUILD rackspace-auth-openstack-9999.ebuild 457 BLAKE2B b497939bdb705c7af05c27a8dce3cd02cd82f2c3794a2ebd89c35ec3c59de825bbd878ed7b98a692578515aafeca7be7baefd8ca0604e1c870b20b1ac489bc66 SHA512 91289b960d067a3a059d1322d154b3a32a080a4783b96309ca0576fe9553c01190b7dfd956baff2ec557045717cc8b06a4ed67f02ab58fecae8a99205860b373 MISC metadata.xml 588 BLAKE2B b868993dca0c3a017ae5e12e57983676c97e8d84dde1b803f0c0ae2fcab8b1b19f581a288ecbaa7d547457a762ce30e9551e88d58d61bddf19bb126dd87cad21 SHA512 c59d7bcf7d96b1eca6a82cdef09e717b97df65ca1ddaa9696a0a931ccb3af0a330ef285c23a0ed90324c5f49a8fd007989faa6a718c3fc79c631b7e548272221 diff --git a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.3.ebuild b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.3.ebuild index eb23ef776170..ca24a9461d24 100644 --- a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.3.ebuild +++ b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.3.ebuild @@ -1,8 +1,8 @@ -# 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=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 diff --git a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild index bb290d8061fe..7e7ca5608e79 100644 --- a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild +++ b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_6 ) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 EGIT_REPO_URI="https://github.com/emonty/${PN}.git" |