diff options
Diffstat (limited to 'dev-python/matplotlib2tikz')
-rw-r--r-- | dev-python/matplotlib2tikz/Manifest | 2 | ||||
-rw-r--r-- | dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest index 8a69de7ca236..a485916a23f8 100644 --- a/dev-python/matplotlib2tikz/Manifest +++ b/dev-python/matplotlib2tikz/Manifest @@ -1,3 +1,3 @@ DIST matplotlib2tikz-0.6.18.tar.gz 527262 BLAKE2B 370a1e088a17a98afd29e1e465c93b98b10100c85a277be3130f5c39bc236a9efab9241f9edffdbd430f9645cba4ff00ebda73dddeda024e3f545b21e548e786 SHA512 e12db2dd54a2145e1d66e19158c8a9305243beea60add0559959d801d319c43a28aa779048764d2adf29f878f7ccca9b2363bbc5034135a9d9002a8815fe37ab -EBUILD matplotlib2tikz-0.6.18.ebuild 912 BLAKE2B d38e4a04bd078353ea6dbf4f395bbe4a181249921b185297a164acf4e7afe3155a27fabfca6d580364589be1d13cd8d611045d5084d8933e5db5cdfbf1d2585b SHA512 b54c7eb2314807f6d805088329b9c83c59a2b79d1f3c1591c87a033436e5a02ce7161580ecb3efe91986dc0cfc94bbf87329a217704458430d808e3c840b0036 +EBUILD matplotlib2tikz-0.6.18.ebuild 898 BLAKE2B 39413afd4bf2a926cf71437672d214affdc06364da34a81521fca78b76fac508ea3d6a2da460eddae468c6cdcf0beada46f07331f59218510808fca7cbfa6f12 SHA512 bea4ba378f9ba09827b6f3b396464a90c84a7ad9e386694d59ec3d466a70bb0c9b2b2addccdcb5c2ff53ae47533737b65a86ce4800229e58168c10bbbd7d9f39 MISC metadata.xml 861 BLAKE2B 3a77e5f5055cca84ac21709c19a530ad3e6cd33b4b76b55516c8df06236fe6e5d3eca2847aeeaef836ccfad3c2e90a4e391670215957a03b73cc943dd324dc47 SHA512 7d654d1c7d3370364278b9c4722f4c1233203dd0196f6ca7a4fabf4ea0f7708dac8b105ef26ab6b3574cfa5c019f2f6574a10afe0cf42702a4b1d26c931b7c2c diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild index f6d69ccc4c0c..f0038878e87f 100644 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 virtualx |