summaryrefslogtreecommitdiff
path: root/dev-python/python-markdown-math
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-python/python-markdown-math
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-python/python-markdown-math')
-rw-r--r--dev-python/python-markdown-math/Manifest4
-rw-r--r--dev-python/python-markdown-math/python-markdown-math-0.7.ebuild40
-rw-r--r--dev-python/python-markdown-math/python-markdown-math-0.8.ebuild2
3 files changed, 2 insertions, 44 deletions
diff --git a/dev-python/python-markdown-math/Manifest b/dev-python/python-markdown-math/Manifest
index 1ce68984825c..7cdaa2fa98bb 100644
--- a/dev-python/python-markdown-math/Manifest
+++ b/dev-python/python-markdown-math/Manifest
@@ -1,5 +1,3 @@
-DIST python-markdown-math-0.7.tar.gz 8320 BLAKE2B b402a6c1c3ef93f8716b88c0ba356109e6b483ce26b4a7923c16642a7a7fe69b25ee00e4f537d26b6fa743e81fef05871c447f9e5d3a986ff52bf7095bcdd436 SHA512 05bfff71c758785591c388a95b176205a8707428cbda91734c4f1b5d39cd030d9106782e92aca8f1de18be227b1489ad2cb09981b4455ba1d1177974cd0cbecd
DIST python-markdown-math-0.8.tar.gz 8509 BLAKE2B f91d0dbd6073d724f90a1265a64f2375be51ce25f6bdf808e1176a582c0e98aa59a52d45d67c5e37f674db5b5b7dead572a93950b9143f0950a0ee20b241e4a2 SHA512 d35e0cba68fb4ec099368d0d4865a5ad1baab6fbd23f7457312ab6893c3864287c41c32f560bbd8cddb0afff6522640f9b9144a02774539eba4e1302fac05bcb
-EBUILD python-markdown-math-0.7.ebuild 888 BLAKE2B 828efca52077d8c74862db193696afc84dc4352a13f886167a0cd606b92d19f3b0c3ff5f8c451fa0335097f8d7c01d21cf15c036830f5d6bfe4a7abbba4daf67 SHA512 2b47515689a808624cecc0c17d4c15dad5859d5c88fc6f713fd4d99d9d2462afd4d83a5b1028940823c2d6387a8ed6531830c8251fc0a467e512c6c9ce10a96a
-EBUILD python-markdown-math-0.8.ebuild 473 BLAKE2B ccfdec63fd4692cfdcce4a02bf2b01389fee33d87205f60a1fdbdfa752968163966d1ec5cd3eec97d5a409510f2e92a61d533641e480ae10379c531dd20db280 SHA512 7bcef0da0a36be07dcf76853d9557d98ea4b0be8257dc510c4ddcc4888a8e8ed62ceddc704b10c2ad5483df13ce49988d1c61bb11971f2bec2ee1ef91dc81d97
+EBUILD python-markdown-math-0.8.ebuild 471 BLAKE2B 604a2768dbd264270b37e80b78985cacf5733b416626bb5d98614aab3e0bbbfca9f526f299116f2218cc0e7bfcb76fcce3e8ba3f492d72166d51c0b4e8ce1ca2 SHA512 0b543b51b5d457128b3b7b1eaa2fade3147a01142e050092775114e988c8bfc1052319fb99c231525669d86bac5b930fd80d08e0cfe105cf10094c4cdfd1ebab
MISC metadata.xml 672 BLAKE2B 7590c226e3723785c7b38550ed209aee1eb48e51fc2cc077bfcf8355776f9fbb5f71605b28e9e8c0fdea987a0e6ed9c871c1f87352eeee249ed75730daa1adf1 SHA512 58b0c0e518d9ee33b7c7a94ba55ae837bf6638f1a59c99ea13d31718c88e6b8081faabbcffac6cabc988d3df4acea2b1441e786e5b191775d58167f35b9d22b7
diff --git a/dev-python/python-markdown-math/python-markdown-math-0.7.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.7.ebuild
deleted file mode 100644
index 101a75936a83..000000000000
--- a/dev-python/python-markdown-math/python-markdown-math-0.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-inherit distutils-r1
-
-MY_PN="python-${PN}"
-
-DESCRIPTION="Math extension for Python-Markdown"
-HOMEPAGE="https://github.com/mitya57/python-markdown-math"
-
-if [[ ${PV} == **9999 ]]
-then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/mitya57/python-markdown-math.git"
-else
- SRC_URI="mirror://pypi/${MY_PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Tests for python2.7 ran fine even with dev-python/markdown-2.6.5,
-# but only python3.7 is supported with $PV >= 3.x.
-DEPEND="
- >=dev-python/markdown-3.0.1[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild
index 5da919a71082..27aeeddb9d47 100644
--- a/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild
+++ b/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
>=dev-python/markdown-3.0.1[${PYTHON_USEDEP}]