summaryrefslogtreecommitdiff
path: root/dev-python/django-oauth-plus
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/django-oauth-plus
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/django-oauth-plus')
-rw-r--r--dev-python/django-oauth-plus/Manifest2
-rw-r--r--dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/django-oauth-plus/Manifest b/dev-python/django-oauth-plus/Manifest
index 0654fad59df4..5ebe3aea9acb 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 946 BLAKE2B 83854e9d6668582efff9b3c4f5d5ac1773a89c601e932d0de1d207b304f0754b7f0cb52dc9178a1378540a08cf884a9f4c55ee49166c1e390451b89732bdfa76 SHA512 4837c02f8d5ae43e42c77cad79b0e3a27c7e2f1655d64a80d2744ff2bef57686aae7ec2091420f7b15ec0d4e07f9f8f54e0751893248da136fde6a50e5ac45ba
+EBUILD django-oauth-plus-2.2.8.ebuild 941 BLAKE2B 89b994fa3269ac019a872ea14aab6d9d6a0f038daf68c4bfe92fa2d291d96566ed1ad32d3dee45eb3e666652c981c0678c63636e6bf110fe09f5291b08bff1d5 SHA512 0147fee851228d6e52f2faa1791fb119f83de1f54b62bdf2dc7f2c4b562a7ab24da936f8777426db074c62749ace794f61de5512c7d70829b296b82a530424f9
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 ff7eed513bd9..a26ac9639ab4 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,9 +1,9 @@
-# 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 pypy )
+PYTHON_COMPAT=( python2_7 )
# Testsuite written for py2 only, no indication given in source
inherit distutils-r1