diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/django-oauth-plus | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/django-oauth-plus')
-rw-r--r-- | dev-python/django-oauth-plus/Manifest | 2 | ||||
-rw-r--r-- | dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/django-oauth-plus/Manifest b/dev-python/django-oauth-plus/Manifest index 3a0878a716cb..0654fad59df4 100644 --- a/dev-python/django-oauth-plus/Manifest +++ b/dev-python/django-oauth-plus/Manifest @@ -1,3 +1,3 @@ DIST django-oauth-plus-2.2.8.tar.gz 25911 BLAKE2B 5356257f2d95fafe40ae8d65e7baf5ca8b3b7269151acb81dc5eac74fd1bdb97100a916fd406a4116ba2df0b6c0f44f561abefcfb059cc1520291d04eab5a66b SHA512 9237a2e2e52923b2fdfd3b7feff63e11f2c06c871faca3455189edba233e2a6513169481092f413c3ddea1c919f4b995fb465a505935388f1d803d094942ee07 -EBUILD django-oauth-plus-2.2.8.ebuild 922 BLAKE2B 80116d95a7ec9d8a6804d8a322bacce1b9784028da5ef0e0caab9a9606da0f2dd63b17e5f94ca66030ff36ff5ea4a6f263317719a8b63c056652eb9c455ecdbc SHA512 5143f91acda1d75b293fd1077aab6a87ec2dca97f7546c029b7ab349311320f72044920d6da07c85868b9bda05dfe0eb39f019ad3de5cd39c849d766578d5e62 +EBUILD django-oauth-plus-2.2.8.ebuild 946 BLAKE2B 83854e9d6668582efff9b3c4f5d5ac1773a89c601e932d0de1d207b304f0754b7f0cb52dc9178a1378540a08cf884a9f4c55ee49166c1e390451b89732bdfa76 SHA512 4837c02f8d5ae43e42c77cad79b0e3a27c7e2f1655d64a80d2744ff2bef57686aae7ec2091420f7b15ec0d4e07f9f8f54e0751893248da136fde6a50e5ac45ba MISC metadata.xml 320 BLAKE2B 5b0abaaa21ff82ce24003879834e0b77cdd6701e3665d79f06d2a21594c5f50cab033628ad7ef8fcbb2eb6aa387b96f569b4eaf2b3785aa7482da4d064bcbeff SHA512 c5ca167dfd305e47ddff6d68b5d473ec4c98cd869eba30148fd3cb82dd7d105717a70d5e50f519263c8fbac5e41108041df1ce972406262b170aeb2414406eb8 diff --git a/dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild b/dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild index 3ac3f880ea8d..ff7eed513bd9 100644 --- a/dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild +++ b/dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,6 +16,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/django-1.3[${PYTHON_USEDEP}] |