diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
commit | b7ebc951da8800f711142f69d9d958bde67a112d (patch) | |
tree | e318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/django-recaptcha | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/django-recaptcha')
-rw-r--r-- | dev-python/django-recaptcha/Manifest | 2 | ||||
-rw-r--r-- | dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/django-recaptcha/Manifest b/dev-python/django-recaptcha/Manifest index f5b35ae4eab6..08467348f469 100644 --- a/dev-python/django-recaptcha/Manifest +++ b/dev-python/django-recaptcha/Manifest @@ -1,3 +1,3 @@ DIST django-recaptcha-1.0.5.tar.gz 12827 BLAKE2B d17799e891c083adb005de488b4d8f3d7113c4440296d2b0ba5d7a29bc0177a85543dda84511a7a80e82781133bc13be6eda63ac22ba7e471ed7e1a41a662b99 SHA512 2ccf0a6c25d242d86ef7e89705d3f299c94c0ee2fc40853db9bb8cf1f7397650dcde85f1a6d995d452d432ce947bd8fa850d64334d4c124ddc9315cab6fe222c -EBUILD django-recaptcha-1.0.5.ebuild 738 BLAKE2B ba03c56e39a7e8d54892060233570b2c967905a80fd7fdef8ec2ab3c7af3fa6aa62239894fa6a7225a1aa5a625b449bfb704c23b6c707ea562a369534ee6556b SHA512 15bbd4a671465c6b5193b8850cdf57b2b4f5ca81d79e8fe8461a9e36159c21458ae13ca9015b53065aaf9423e060bc68f3f9abffa1bf87447d9b766255ac8fd5 +EBUILD django-recaptcha-1.0.5.ebuild 731 BLAKE2B 27a33bebe1b6850de117e7ecac2d34fd354d5fd2550004e82f9f95488d5cbfc8ca4966471348e48d96a6a7eedf3bbd71fedba8cad5428958994f98dd26a6d741 SHA512 e76328d365aa4bc736663fffb6676106d456ae749ecac631306d4a8db1e1c99cc31f4c3e1da7bfe032694204671e4e6e220fe60a14f6cb5523ced74c982f82cf MISC metadata.xml 384 BLAKE2B 0b35dcdb2b5e934a3ca8ec179c7ae62b6810dc53ea51a58f1fbc5f30c9487dc0a3afc68f4183c3688a950115a00a867c77044f6df7e7d97f1b4bf7c915abc343 SHA512 ada7280319fd9fafeb8c9096a472bf88d1d49508733e7d847f08e33cc084f73dbd304af6be1725610127bc1ed054dbe66b74c6a3faf5c20520d4ea8d4e2087c8 diff --git a/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild b/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild index 7354afbf9f5f..7c09659b75a8 100644 --- a/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild +++ b/dev-python/django-recaptcha/django-recaptcha-1.0.5.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} pypy ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Django recaptcha form field/widget app" |