summaryrefslogtreecommitdiff
path: root/dev-python/formencode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
commitb2be182d49eea46686b5cf2680d457df61e89dc4 (patch)
treec66442ced2011c5ca81c3114cc51041e314c6d33 /dev-python/formencode
parente23cdda4dbb0c83b9e682ab5e916085a35203da5 (diff)
gentoo resync : 30.06.2018
Diffstat (limited to 'dev-python/formencode')
-rw-r--r--dev-python/formencode/Manifest2
-rw-r--r--dev-python/formencode/formencode-1.3.0-r2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/formencode/Manifest b/dev-python/formencode/Manifest
index 2c5e8f181db8..02ab285cd3a5 100644
--- a/dev-python/formencode/Manifest
+++ b/dev-python/formencode/Manifest
@@ -1,3 +1,3 @@
DIST FormEncode-1.3.0.zip 347674 BLAKE2B 27cf411224338403036fc99eac5bbaf3d24d211afafae2689e638ea2d9c95f9475bf42246c9bbd50d748fa1d8aad14633da686f63cc409520455b593da0aed34 SHA512 12c7c9fa36173c209682a6e1d68a074c64c9a5bd30e4f6b6b851b55d43c350ce1f79f666a9176add65f6bde554bc5deeb82ac965005f9457c4c2b0447af0cea9
-EBUILD formencode-1.3.0-r2.ebuild 1291 BLAKE2B e5cd02c6412b27784261059c448c955b4d7e625d8ec3e2550b93f8fe9de55982b1865c85f384b125db19b20b731e8a04229c3d67a88c072d1574916a6b7cd70d SHA512 fc801e04c5882733e75d2c69b32cc83e7aeaa07e5c1af593e40a81a169813c28d38d525e64f6855abea1801a75ae747b1df1f39f5298e51fc43fbbf3c23916a7
+EBUILD formencode-1.3.0-r2.ebuild 1295 BLAKE2B 829a7d52caf391236959921bc7a20347e2fce0a26734a22ce2962c7355489e9d16af64a7906010ee68097e9bfa25d72135b3d46f780461b9f38da8eaada396b3 SHA512 3cd0017e4b533756af55412477e9a85faaabfdc383704455f2a43208abe453a7ff4505a80037fe131d015086b50ebc28b281b0260dbc4a37bb8fd07a47516bcc
MISC metadata.xml 313 BLAKE2B b2afc0db55b4200fc468745d4798933c54abac7014e1d3e87080d1601101cff2c6642b31a83b620e9b68b8181dfeeb0f6d8eedec6bedde9d3c5716ccaec7d229 SHA512 75c69f2f2ed7d4415bd057215675f4f4ed90b7c6ac1c402e61c6c2404600a5676298d3f0eeb58d287113ea34304e34ffe3731646d96264f776a37b0812d4db9b
diff --git a/dev-python/formencode/formencode-1.3.0-r2.ebuild b/dev-python/formencode/formencode-1.3.0-r2.ebuild
index f22b38bfd608..bb0f9ccc442c 100644
--- a/dev-python/formencode/formencode-1.3.0-r2.ebuild
+++ b/dev-python/formencode/formencode-1.3.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1