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 608E61382C5 for ; Sun, 7 Mar 2021 22:39:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2FD2E093D; Sun, 7 Mar 2021 22:39:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DE53CE093D for ; Sun, 7 Mar 2021 22:39:31 +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 20F62340CCF for ; Sun, 7 Mar 2021 22:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CD325AE for ; Sun, 7 Mar 2021 22:39:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1615156719.e51d5699c5a6ca543b281d03d5c01fbecc213e9b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markups/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/markups/Manifest dev-python/markups/markups-3.0.0-r1.ebuild X-VCS-Directories: dev-python/markups/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e51d5699c5a6ca543b281d03d5c01fbecc213e9b X-VCS-Branch: master Date: Sun, 7 Mar 2021 22:39:27 +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: d223885e-69b6-4e45-954d-d5b446e9629f X-Archives-Hash: 894b4b5980535a5b292e39f64b4a48fd commit: e51d5699c5a6ca543b281d03d5c01fbecc213e9b Author: Michał Górny gentoo org> AuthorDate: Sun Mar 7 20:27:32 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 7 22:38:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51d5699 dev-python/markups: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/markups/Manifest | 1 - dev-python/markups/markups-3.0.0-r1.ebuild | 42 ------------------------------ 2 files changed, 43 deletions(-) diff --git a/dev-python/markups/Manifest b/dev-python/markups/Manifest index d6bd6375cbf..185cde32c6c 100644 --- a/dev-python/markups/Manifest +++ b/dev-python/markups/Manifest @@ -1,3 +1,2 @@ -DIST Markups-3.0.0.tar.gz 16966 BLAKE2B 9245b1b0056bda9538fabf8540ddc41f2861a41c2ea42f29da195393bb85a63af1273109cb8f3d15ee4b257774512e3002d95948bab4a4493d89e18d687f19ce SHA512 3dfb97f29e801fa296e7ea22f2693d05fe9a9bfdf6c9b560cf6a44d04abfb6c2ac0717093732b6fbd9ea052ab9f8d054b3aae10a0c16516af3815ca1d720aef5 DIST Markups-3.1.0.tar.gz 20146 BLAKE2B 426c6f050868e423eeb7f01cee930b088c4b6f7748b7f198f03880cb7d6cc237575c6253d40631aad1601e193ff0e2b587906492c07b953903ee12422e06cb3c SHA512 eaf99b8f521dc93008e0e2519e5c6e8885609457739378d5af6e3aa044a9dd1370bf906a061d8a284d8ad4f9c5196c01a6d8dde3a4630898fe4711154cef7ce0 DIST Markups-3.1.1.tar.gz 20482 BLAKE2B 26fb19e11aaede8eeadc5a3022785dd3663e7002c5fc4b17c3718d68bda55a9cba07fc1c83a78ca4dee06b4e911b74701fe11865e8933a9d385d032fac00eb0d SHA512 9e8e7b3cc86127fed0367faf257d761e0eae4ca5e11a9ddc8e99b2fc88c76ddb218ee371added56e2c19f5772754adc4c01a09503c308220f6a9d35e736220d7 diff --git a/dev-python/markups/markups-3.0.0-r1.ebuild b/dev-python/markups/markups-3.0.0-r1.ebuild deleted file mode 100644 index 7910938c8a9..00000000000 --- a/dev-python/markups/markups-3.0.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -MY_P=${P^} - -DESCRIPTION="A wrapper around various text markups" -HOMEPAGE=" - https://pymarkups.readthedocs.io/en/latest/ - https://github.com/retext-project/pymarkups - https://pypi.org/project/Markups/ -" -SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/markdown[${PYTHON_USEDEP}] - dev-python/python-markdown-math[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( - app-text/pytextile[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -S="${WORKDIR}/${MY_P}"