From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 799D21382C5 for ; Sat, 20 Jun 2020 00:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 843D8E07C5; Sat, 20 Jun 2020 00:48:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34A85E07C5 for ; Sat, 20 Jun 2020 00:48:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1CA934F412 for ; Sat, 20 Jun 2020 00:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24CB52A4 for ; Sat, 20 Jun 2020 00:48:36 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1592614067.a44a4d2325ac35481227ddff0aea43e0edd34ee2.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/markdown2/Manifest dev-python/markdown2/markdown2-2.3.0.ebuild dev-python/markdown2/markdown2-2.3.8.ebuild X-VCS-Directories: dev-python/markdown2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a44a4d2325ac35481227ddff0aea43e0edd34ee2 X-VCS-Branch: master Date: Sat, 20 Jun 2020 00:48:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35dd2a06-5f45-4ba1-9acd-fbe4621e18c5 X-Archives-Hash: e7ec75012ed355541cf7891022619e6f commit: a44a4d2325ac35481227ddff0aea43e0edd34ee2 Author: Aaron Bauman gentoo org> AuthorDate: Sat Jun 20 00:47:47 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 20 00:47:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44a4d23 dev-python/markdown2: drop vulnerable Bug: https://bugs.gentoo.org/718656 Signed-off-by: Aaron Bauman gentoo.org> dev-python/markdown2/Manifest | 2 -- dev-python/markdown2/markdown2-2.3.0.ebuild | 32 ----------------------------- dev-python/markdown2/markdown2-2.3.8.ebuild | 30 --------------------------- 3 files changed, 64 deletions(-) diff --git a/dev-python/markdown2/Manifest b/dev-python/markdown2/Manifest index 697ffefde95..270b69b6c1a 100644 --- a/dev-python/markdown2/Manifest +++ b/dev-python/markdown2/Manifest @@ -1,3 +1 @@ -DIST markdown2-2.3.0.zip 145194 BLAKE2B ef6e5744b6d9c9c8de20ac2d17ea0fc13453dd6401ab0c8d6d258f6a19aec4e94cfdfef28cbef7ef4b4bf6133a0acb55a1d8a76a41ac621498117c39b1fc1a6e SHA512 48bf8e26b34c48c0c12fc0f110b09d3232ea3394db3325d50639adf5cefb603344ee97b116e09b574f7c7414ab4a8293ddc37ca6706e41baaa14e399fa467d5f -DIST markdown2-2.3.8.tar.gz 86850 BLAKE2B e227139d4ac368095872b09bcaac78ad49c7ae43b63036563c3b80b2ff6a78c3d302d8a2c56b68a5ba1d01967ab1861f842986316bb6d0a6625cb21b644e46eb SHA512 76abbbb2fa5f6a4cc43f358812079a2561f45ba5c2aed1a1860256440f7c48ca5e766c00c2464b973ef0cbbff9db58bca4398dc15ef8b5d203a6565b226bd7cd DIST markdown2-2.3.9.tar.gz 101067 BLAKE2B 4b1ba9e90e2cd370edaff4d61bec9182ca30952351274c4aa508e2e3573a79bac7ab70a1d29d279eb2a94da56a823222a9413b0f3f871f3bd2dfb2ed60621158 SHA512 1be193b27efff9bd084da94cf4121fc91cffda57165333ac644a4ad31b33da62bcda1df0fdb450a02421c0199484de5d6b65131a0afe2dd941c52a3f81bb218d diff --git a/dev-python/markdown2/markdown2-2.3.0.ebuild b/dev-python/markdown2/markdown2-2.3.0.ebuild deleted file mode 100644 index 698a4cec1f4..00000000000 --- a/dev-python/markdown2/markdown2-2.3.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python Markdown language reimplementation" -SRC_URI="mirror://pypi/m/markdown2/${P}.zip" -HOMEPAGE="https://github.com/trentm/python-markdown2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/pygments[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_prepare_all() { - # [issue52, knownfailure] - rm -f test/tm-cases/issue52* || die - - distutils-r1_python_prepare_all -} - -python_test() { - cd test || die - "${PYTHON}" test.py || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/markdown2/markdown2-2.3.8.ebuild b/dev-python/markdown2/markdown2-2.3.8.ebuild deleted file mode 100644 index 34140e887c9..00000000000 --- a/dev-python/markdown2/markdown2-2.3.8.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Python Markdown language reimplementation" -SRC_URI="mirror://pypi/m/markdown2/${P}.tar.gz" -HOMEPAGE="https://github.com/trentm/python-markdown2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest - -src_test() { - cd test || die - distutils-r1_src_test -} - -python_test() { - "${EPYTHON}" -m unittest test_markdown2.py -v || - die "Tests fail with ${EPYTHON}" -}