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 8C00B138335 for ; Thu, 18 Oct 2018 16:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD1DAE0A59; Thu, 18 Oct 2018 16:39:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 63C0FE0A59 for ; Thu, 18 Oct 2018 16:39:46 +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 49B1B335CC8 for ; Thu, 18 Oct 2018 16:39:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84F6F442 for ; Thu, 18 Oct 2018 16:39:42 +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: <1539880772.8312d3a1f5abe1315292e29fcbba17c8a0689743.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/CommonMark/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/CommonMark/CommonMark-0.7.3.ebuild dev-python/CommonMark/CommonMark-0.7.4.ebuild dev-python/CommonMark/Manifest X-VCS-Directories: dev-python/CommonMark/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8312d3a1f5abe1315292e29fcbba17c8a0689743 X-VCS-Branch: master Date: Thu, 18 Oct 2018 16:39:42 +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-Archives-Salt: b3fd7a2e-dce7-4ff3-801d-f0dbc9627e7d X-Archives-Hash: f42f83c0a5bcb94906beaea90cfc5d9e commit: 8312d3a1f5abe1315292e29fcbba17c8a0689743 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 18 15:52:58 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 18 16:39:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8312d3a1 dev-python/CommonMark: Drop old Signed-off-by: Michał Górny gentoo.org> dev-python/CommonMark/CommonMark-0.7.3.ebuild | 31 ------------------ dev-python/CommonMark/CommonMark-0.7.4.ebuild | 45 --------------------------- dev-python/CommonMark/Manifest | 2 -- 3 files changed, 78 deletions(-) diff --git a/dev-python/CommonMark/CommonMark-0.7.3.ebuild b/dev-python/CommonMark/CommonMark-0.7.3.ebuild deleted file mode 100644 index 95f715545b5..00000000000 --- a/dev-python/CommonMark/CommonMark-0.7.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Python parser for the CommonMark Markdown spec" -HOMEPAGE="https://github.com/rtfd/CommonMark-py" -LICENSE="BSD" - -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -IUSE="" -RDEPEND=" - dev-python/future[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/flake8[${PYTHON_USEDEP}] - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] -" - -python_test() { - PYTHONIOENCODING='utf8' \ - esetup.py test -} diff --git a/dev-python/CommonMark/CommonMark-0.7.4.ebuild b/dev-python/CommonMark/CommonMark-0.7.4.ebuild deleted file mode 100644 index bd4fc9bf81b..00000000000 --- a/dev-python/CommonMark/CommonMark-0.7.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Python parser for the CommonMark Markdown spec" -HOMEPAGE="https://github.com/rtfd/CommonMark-py" -LICENSE="BSD" - -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -IUSE="test" -RDEPEND=" - dev-python/future[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( - >=dev-python/flake8-3.4.0[${PYTHON_USEDEP}] - >=dev-python/hypothesis-3.7.1[${PYTHON_USEDEP}] - ) - dev-python/setuptools[${PYTHON_USEDEP}] -" - -python_test() { - PYTHONIOENCODING='utf8' \ - esetup.py test -} - -src_prepare() { - default - # Fix file collision with app-text/cmark, see bug #627034 - sed -i -e "s:'cmark\( = CommonMark.cmark\:main'\):'cmark.py\1:" \ - setup.py || die -} - -pkg_postinst() { - ewarn "/usr/bin/cmark has been renamed to /usr/bin/cmark.py due file" - ewarn "collision with app-text/cmark (see bug #627034)" -} diff --git a/dev-python/CommonMark/Manifest b/dev-python/CommonMark/Manifest index 339b746b943..5c0753d322e 100644 --- a/dev-python/CommonMark/Manifest +++ b/dev-python/CommonMark/Manifest @@ -1,4 +1,2 @@ DIST CommonMark-0.5.4.tar.gz 120316 BLAKE2B 47904d101d9d0e3759f82c28a4b80edfc0ed12cf0888e4915339118e496322cf0791d8a46d2edddca0d1794e82a9647cc22cbcfcc2d385a740c7c31cb8251659 SHA512 1983714a50a627f30f86af0d02dad9e52cb7b0ffce29691d0e740f587e599ead6de2412d72b895b7df772e1c81e171e56dfecaf593e611af65bd5798632a98ad -DIST CommonMark-0.7.3.tar.gz 85177 BLAKE2B f7940e00918d3c737dbbc79c336b20caf3974bc4ba162f9adb1f34bd09b43af69252bd0b5f2f7c072edd1fb55b812fa104c471b7f43daf6187404ccabe0225c9 SHA512 34ddf0539b54d79cd16356124a15e4f51076a7afdde78fbaa0cab06658279357c5523d89bdfa7d595d85da9df9b194491ddac22b78444b230f53298ffd11c8cf -DIST CommonMark-0.7.4.tar.gz 87841 BLAKE2B 8820d9ee182753ea6069d30c84458a6a5e9f41948ef16e9382d9ac223508f022268f8bbd0661313d458365ef5bedabac41c2508943fb30c1b54a4d3dbcc4892d SHA512 7c76a5f0dec02e9ae8c2f73ebd2980a5a684b43ee8a82ea23b72c7f2332e1d4316a7b2d7b66ad8fe912803115a57e03b2ae4c7b042cc53e1205e579093053b89 DIST CommonMark-0.7.5.tar.gz 88702 BLAKE2B fc80d9e739d27f7e5dbf539b624c2fc2e700e61b17d0335c3234fc0fa0d3738e9117a8ca29e7a6bbaa6cd0d58b112defb6e19a7efce3ca57ca25c8ce67b2d3d2 SHA512 b0e3c4fea6c99b51c541054ecfe887935c2cc517a82df86da1d9cb4914189652326ec5b543cbbcb40ec43e5e09c285c47f5304ca1907764692e659c540591bdd