summaryrefslogtreecommitdiff
path: root/dev-python/django-crispy-forms
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-crispy-forms
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/django-crispy-forms')
-rw-r--r--dev-python/django-crispy-forms/Manifest2
-rw-r--r--dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/django-crispy-forms/Manifest b/dev-python/django-crispy-forms/Manifest
index a495fb3c3a81..d01c2cb119b1 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1,3 +1,3 @@
DIST django-crispy-forms-1.6.0.tar.gz 118917 BLAKE2B f504542164a911a8bd682438a14c949072415fbc84b28683004595cc41f51142de77d894649093e96444f85076fe145df8ac974c536413289b905d2ffa09cedf SHA512 8fa46366d2f3376f4190c219a624eaf983c19243db25d6c1723917ab5f8c2d9087e2228f3208df8bd35ba26abe00f6cef46e1e3ca0c0097282d292a217f977f8
-EBUILD django-crispy-forms-1.6.0.ebuild 759 BLAKE2B d62af12152122ee92a81c5d0f87a66ea0e68eedff65cf3767913a5e468771d1c0c2733fc1a28a6f50161bb8872fcc00a686b9defdf4765281c66cb79b86b4ca9 SHA512 10c89611cda5a0f72ee7405d5437a39c7b33284d0b17b3f3191a154eb8223c1c9e9abdf96160caae42cd4005bae08f833a57077fa94d888496171906bb599e61
+EBUILD django-crispy-forms-1.6.0.ebuild 740 BLAKE2B 4668b3ff7684bcd62b4346f46d48667a640f96edaf1deb3a45708f5a90157388ca81446f19fd602cf26337d594f0e31800de43e36ed98912d3b2f1e0c7217575 SHA512 123f0c8915b1560d88706cb819857203d2d284c6f3cdbccf362ab166dffb6d64de96e9ebe81782c3a9fd36988a655e5fc0660a8434cf1c6c1354aef0bed83da2
MISC metadata.xml 402 BLAKE2B c61be2e0f2d026adbe8e188417282dece87bf014f2d5f7b449dcddf8d05b5ea7d0c21fd53a6731862f55c894ca22bf4bf0d85e66214fde90a3373c765e391f9a SHA512 131cfc83f2e89f8bd0928d7663cb6272f20532b2a431a7a33171a9af76c6ab4edf02d2c81a4644ef132bc46cf7c0d997935bf34a665de8267120c11e09683ce9
diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild
index 7f6eb860279e..4e7dbb1fd058 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.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 python3_{5,6} pypy )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1