summaryrefslogtreecommitdiff
path: root/dev-python/django-picklefield
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django-picklefield')
-rw-r--r--dev-python/django-picklefield/Manifest2
-rw-r--r--dev-python/django-picklefield/django-picklefield-0.3.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/django-picklefield/Manifest b/dev-python/django-picklefield/Manifest
index f6d8e53da018..93690908f584 100644
--- a/dev-python/django-picklefield/Manifest
+++ b/dev-python/django-picklefield/Manifest
@@ -1,3 +1,3 @@
DIST django-picklefield-0.3.2.tar.gz 9715 BLAKE2B d9a92ab8bbfa6af7fb6df18cc9b0d47e73183f9df7f7d6970cfbda8ba6b05e55b177660c97da9cd5c4337f4eb8effb635f6ecf0588c0dfb78d50750f8609df8b SHA512 4a6f3c3cedf3d44d232e5801a6041309949dfe551429ddb06535c97148010b14dd40ef6a4a8f1c126a35185732ab319dff53d14da243933ac3de561ad15c0c2b
-EBUILD django-picklefield-0.3.2.ebuild 567 BLAKE2B da02e83a914169bec237518f583f1bd74e4c4917043bc9dc3befbc075b36c19abee70f30a094b79a8312393209571ed15cc10f12a5db04da71237929519bab5b SHA512 8b844fa2a4fd33abc293fe455796a01df5e280af2b433dfa680b051b2ea06ef54a76fcaebe034feb0e5fdd0370bc0c96c0d59af83e029012b87f9e4cfab2e5ad
+EBUILD django-picklefield-0.3.2.ebuild 560 BLAKE2B f5f1ad03057505ff0034ed6c4772060fad844207591c6b67718a42a8bc1469fc720617047b40a5a4735afc0e1bd25f9dc2f2e6dd2b04f7e5e25db129292c56f3 SHA512 1190ff03596207d89968d6aa37e8ecf161bb227fdc85a142543a32959f3492f1afd6a86a15b9bb104905b3272f4f778d35a1e89faadc5ac7faf88a2d7d8586fb
MISC metadata.xml 405 BLAKE2B e0c40e9144178d8e10da3b9a7a81e948c3d1cba633d31e10d8f654f3111137088485bf8685d5d20635128ab1ef767ae8e89bd717e1d8289b925d73a0275ddb99 SHA512 4f45e449d39c68d5bc139928042b1f94bafa15caf2626c871d03168df95faf3da9b3ca21e16dc61dcc115027823d0a92c38ebe9269ccb7e1c9285ebcea04f449
diff --git a/dev-python/django-picklefield/django-picklefield-0.3.2.ebuild b/dev-python/django-picklefield/django-picklefield-0.3.2.ebuild
index d26bff923fd9..07c5e5e56adf 100644
--- a/dev-python/django-picklefield/django-picklefield-0.3.2.ebuild
+++ b/dev-python/django-picklefield/django-picklefield-0.3.2.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=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1