diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-12 16:54:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-12 16:54:03 +0200 |
commit | 801ca211265a8932851a10557f2dd325d3583e7b (patch) | |
tree | 949581834d4b123066e28356c6b9b910ef1100b6 /dev-python/mistune | |
parent | dev-python/nbconvert: Remove old (diff) | |
download | gentoo-801ca211265a8932851a10557f2dd325d3583e7b.tar.gz gentoo-801ca211265a8932851a10557f2dd325d3583e7b.tar.bz2 gentoo-801ca211265a8932851a10557f2dd325d3583e7b.zip |
dev-python/mistune: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mistune')
-rw-r--r-- | dev-python/mistune/Manifest | 1 | ||||
-rw-r--r-- | dev-python/mistune/mistune-0.8.4-r1.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest index e24b9188ab36..3b80dc584dc4 100644 --- a/dev-python/mistune/Manifest +++ b/dev-python/mistune/Manifest @@ -1,2 +1 @@ -DIST mistune-0.8.4.tar.gz 58322 BLAKE2B e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db SHA512 36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7 DIST mistune-2.0.2.tar.gz 75778 BLAKE2B 6ed690a70c54a0a06f154d42151d7d857f0e70cfe32529d7176726bd1e2f7a4fb9bf66be476af139c338c9f8b0d0de6541727e18718f6537d3a07771f34441f8 SHA512 8250243bf6cd2496ca1309e1fb062507f37c197817a4c5ec1a8e3c5865b6cc58866b88158b3a2e2967ad53b1f1a668a2e4282c30179ce126242c528000215992 diff --git a/dev-python/mistune/mistune-0.8.4-r1.ebuild b/dev-python/mistune/mistune-0.8.4-r1.ebuild deleted file mode 100644 index 3972b2bf063a..000000000000 --- a/dev-python/mistune/mistune-0.8.4-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="The fastest markdown parser in pure Python" -HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -distutils_enable_tests nose |