summaryrefslogtreecommitdiff
path: root/dev-python/django-crispy-forms
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/django-crispy-forms
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
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 89bd49e1c13d..a495fb3c3a81 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 764 BLAKE2B 3ef1555012e8e6878cd2f42a5b83144c6b423f390ca4af6179c9be5673fadae2caea018e234431830ef725d34bb047204bdef348012fb65e9be56e5a5080b4c6 SHA512 a786dba2ae62e0502eba3279dcb6f314856328de475d56837ff3ed902dd38835dc1c4c4d189d0950453952579da1890f9c55a40e7d38388799ca145466bcbd42
+EBUILD django-crispy-forms-1.6.0.ebuild 759 BLAKE2B d62af12152122ee92a81c5d0f87a66ea0e68eedff65cf3767913a5e468771d1c0c2733fc1a28a6f50161bb8872fcc00a686b9defdf4765281c66cb79b86b4ca9 SHA512 10c89611cda5a0f72ee7405d5437a39c7b33284d0b17b3f3191a154eb8223c1c9e9abdf96160caae42cd4005bae08f833a57077fa94d888496171906bb599e61
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 80291768affd..7f6eb860279e 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-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
inherit distutils-r1