summaryrefslogtreecommitdiff
path: root/dev-python/python-markdown-math
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-markdown-math')
-rw-r--r--dev-python/python-markdown-math/Manifest2
-rw-r--r--dev-python/python-markdown-math/python-markdown-math-0.6.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-markdown-math/Manifest b/dev-python/python-markdown-math/Manifest
index bdeab8ab3d09..0352a0a3cfaf 100644
--- a/dev-python/python-markdown-math/Manifest
+++ b/dev-python/python-markdown-math/Manifest
@@ -1,3 +1,3 @@
DIST python-markdown-math-0.6.tar.gz 6406 BLAKE2B 43172ba4b36b697f196bd569c93d56d1a3a05aaa306b1f149f3b70372e624e35fc0d3f3ea3c58c6b86e00c68408a5ebfe9fcc6562fe5065c7f8a7aa8683ee084 SHA512 af5773dc5b6d8968d811487a86fd027042d381b8b5b37683b519f03f21097bafd3d174881d8201cb6524e0975cd6868781e116cec6406fa20ffd3c6b9f9d4e87
-EBUILD python-markdown-math-0.6.ebuild 705 BLAKE2B 9554ee35ab628bad6ea6eb0bd725f443a7e4a15be24214f05f60c47accc044e0399c1e31e7c150523f7234b6e0528836bb1c954e2b99f506ae14a419ebadc141 SHA512 4255d600bd8e7878ce8d8b11da768d87304ee569d7d076ae60e3d3990cafd978ff18064f588d4da0c5d85adc21b5d772d92f54d23f41ae936c26a6b8efafb14b
+EBUILD python-markdown-math-0.6.ebuild 703 BLAKE2B 37363410bf137e7000eace670054cd61991da34756c14024c39e452af23f0757fec5aaf239903cc086818826b67104aa6fa75922ed9abf2205955291fb904654 SHA512 87dea1991ca3236a0ad68af5fc6c1cc27e67634a145b5fd0044282b1b47ec54e6ec36452cb7903094121b447eeab3c73e9a96dc371829e7eafebf8cac9486890
MISC metadata.xml 618 BLAKE2B 38507a41b254385cc67fc807c7bc9597c22f65bf7ccad19a128d619d1b1ee86aeef3244fa01c90ab652179a9999146f02ac5bed4f57fec308f82c03356bf88a1 SHA512 cfdc0f283f5351aa12165bf85cd9e428f8d1d4c80eda12bacacbcf11d2b195d6306bc406b64ddd7dbdc3b086c7d2fbde70a424e0169751a9b92ae48e02544802
diff --git a/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild
index 2beab8d6d704..d018e35912cc 100644
--- a/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild
+++ b/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
inherit distutils-r1
MY_PN="python-${PN}"