diff options
Diffstat (limited to 'dev-python/pyjade')
-rw-r--r-- | dev-python/pyjade/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyjade/pyjade-4.0.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyjade/Manifest b/dev-python/pyjade/Manifest index ad307fb65080..f032df1fee33 100644 --- a/dev-python/pyjade/Manifest +++ b/dev-python/pyjade/Manifest @@ -1,3 +1,3 @@ DIST pyjade-4.0.0.tar.gz 29251 BLAKE2B 0a2ffb949022e9bb9bb12d9a1fa7680650a14634158429b2256320b2a75acc06e6c2ee0cbcd7ffba1263f6bfbbd40b097d7bb99f7e3a8fef95951c413f6e515f SHA512 0a384b843d2eb5884f2690ed5bb9b9b253474568ff1e9faca356a5c50749bb53fb759a099c7719bef495dc7af0073f143afad1c0d6d68f0f61d63624506f12b6 -EBUILD pyjade-4.0.0.ebuild 840 BLAKE2B 5b33c711ae6cd7ad219da2ef4c0e6c97f1f0c2d4bf6e3b4dba00152bbc89087b2905b6240b7fee410043ca37a229235e51c186c0e7afed97a2dc8307cd4a9c56 SHA512 ff1ed5d81f4c665ebcaab1d009d028bc7da8acdaad50a48614a41c56e42a03b85ea2d9f445a9b97adc2eff889831ec50ffee7e4fea320adab519220c481c8e6a +EBUILD pyjade-4.0.0.ebuild 838 BLAKE2B a8c054dcab6f4908fc9a6dcc805c524f4e2a076bd6ad2fe0467aeb10e6be0ae741c20f0bdeafa179c8014c47c2b7aed6818141f23121a3adb6c7aca093af605b SHA512 e9b94d0a3fae021e4cc67c1d213d5ba05f588a377c7e3dca172ae82c1da58f6e80fd9351c64728d7d8dacb47c969a6cb5c122cbc06c1fc3fcd7555a3fe4157c5 MISC metadata.xml 662 BLAKE2B 2a441b64153a350ab727c6825165080bfdb19becc1e1851d0ef9915c2ceb43b440a2f7213d27bac2b5729729800902ac5365ebb9348fea03773764752cb5d6e7 SHA512 c57b543e0a806b3c352bdd6998238e51abc390b2b9bff468860e0e512a5ffed8317e14ea5a223f26acf09c1263e072093ef0c1a24c49cb7dcbaee5ada346c5f0 diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild index 9da717753a4f..3294ca4c8ef2 100644 --- a/dev-python/pyjade/pyjade-4.0.0.ebuild +++ b/dev-python/pyjade/pyjade-4.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 |