diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-30 08:49:38 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-30 08:49:38 +0100 |
commit | b2be182d49eea46686b5cf2680d457df61e89dc4 (patch) | |
tree | c66442ced2011c5ca81c3114cc51041e314c6d33 /dev-python/demjson | |
parent | e23cdda4dbb0c83b9e682ab5e916085a35203da5 (diff) |
gentoo resync : 30.06.2018
Diffstat (limited to 'dev-python/demjson')
-rw-r--r-- | dev-python/demjson/Manifest | 2 | ||||
-rw-r--r-- | dev-python/demjson/demjson-2.2.4.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/demjson/Manifest b/dev-python/demjson/Manifest index 849212ffb886..3f32c3680384 100644 --- a/dev-python/demjson/Manifest +++ b/dev-python/demjson/Manifest @@ -1,3 +1,3 @@ DIST demjson-2.2.4.tar.gz 131457 BLAKE2B 2bd38a922d68c1a415e7258d7e1cc8b852c703df5cfcd2dbffb3936fb5b93950f2af56c0a8eb961868c1e478520bf8fc33855ecc704cd5f95e6e5b310ddb3b3d SHA512 d8a1cde062d0b062bdae29b6d79ad69fb9cc185428718a0009ccbed544ed37bd354fbb86edadb56bd98183ac8636b2edae322ed19aa5f07a7b6df668c7aa0029 -EBUILD demjson-2.2.4.ebuild 869 BLAKE2B 5d28ace8c58c6f2b2a3b59343321a0c13571440aa8c82230a798561169c6dd40cd511ba36a5229c73b292aa37ceeacfce08e16db456c584b28ca7b3801d0e1c6 SHA512 950c89d754fe433aea5c83674eebc624591f27971bdaaaf288c86d6e345c83f95516060a05185dad1d6497c62c9f6be20505eb2b3b083a53b6cd67533051d10e +EBUILD demjson-2.2.4.ebuild 844 BLAKE2B bd50a240283b062779a1a2e0ffff3fdca0e178dd37a14385beaef2cd1feb07930487b0ba3bfebdb147407995dbe8a74c74de2c17039c98dcefc9b3e26578fb80 SHA512 5b5cac99aa29cfae2c86fdcde5f3ae306e640eb652699a7e4d83e1050a98249617f411b91e4674327e722d508cc591841cc25d1887469f51e602611612c7a823 MISC metadata.xml 236 BLAKE2B 167eb58da19caba0e03167e2f209e118ce8a468851bca2790a0353112848fffcd72522497e5f951bf5c6eafa9691fa2a1ad980843cb4170a8194f3b8178ebe16 SHA512 0f2c2a0401b53543eac90eafdd4d11c5913be07f47b968e2892ca92c265adbd9564f02a491ff2607d7031194ba3e50c7720851537341b1541120821c487147a3 diff --git a/dev-python/demjson/demjson-2.2.4.ebuild b/dev-python/demjson/demjson-2.2.4.ebuild index 3a42c4a5e0ae..a31928f9ea2b 100644 --- a/dev-python/demjson/demjson-2.2.4.ebuild +++ b/dev-python/demjson/demjson-2.2.4.ebuild @@ -1,12 +1,12 @@ -# 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} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit distutils-r1 -DESCRIPTION="encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627" +DESCRIPTION="Encoder, decoder, and lint/validator for JSON compliant with RFC 4627" HOMEPAGE="http://deron.meranda.us/python/demjson/ https://pypi.org/project/demjson/" SRC_URI="http://deron.meranda.us/python/${PN}/dist/${P}.tar.gz" |