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 7974F1382C5 for ; Sun, 13 Dec 2020 10:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF6A4E0C4B; Sun, 13 Dec 2020 10:44:33 +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 A6E21E0C4B for ; Sun, 13 Dec 2020 10:44:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BEA18335D0F for ; Sun, 13 Dec 2020 10:44:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAFC357 for ; Sun, 13 Dec 2020 10:44:29 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1607856261.e6f026bca41860d38f36d1687d0ffaca77f1f8cc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pybtex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pybtex/Manifest dev-python/pybtex/pybtex-0.22.2.ebuild X-VCS-Directories: dev-python/pybtex/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e6f026bca41860d38f36d1687d0ffaca77f1f8cc X-VCS-Branch: master Date: Sun, 13 Dec 2020 10:44:29 +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: cbd1f70f-a4aa-4ede-bdef-b4007deb1aa9 X-Archives-Hash: 2f4799158adeff7d26bf508069c3effb commit: e6f026bca41860d38f36d1687d0ffaca77f1f8cc Author: William Pettersson ewpettersson se> AuthorDate: Thu Dec 10 00:25:36 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Dec 13 10:44:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f026bc dev-python/pybtex: Drop old version Note that we can't drop the patch in the files/ directory, as newer version still use the same patch. Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: William Pettersson ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/18482 Signed-off-by: Joonas Niilola gentoo.org> dev-python/pybtex/Manifest | 1 - dev-python/pybtex/pybtex-0.22.2.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/pybtex/Manifest b/dev-python/pybtex/Manifest index 4ca0d8c0cf5..73dd4e917c6 100644 --- a/dev-python/pybtex/Manifest +++ b/dev-python/pybtex/Manifest @@ -1,2 +1 @@ -DIST pybtex-0.22.2.tar.gz 363094 BLAKE2B 6e59543a1178f2d3528c8b65b63afd720864fb8f31172e3fa76a36bee3d5dd9f32aa6226fa0a599af0a4705d3c37060417f6e902ec7b900efcc8a6f8487c31e1 SHA512 afabae8c47008651fa9c4c6546bf87f4a2c74d3184f1d0c1b4c2bd68ad8110ea37054026b5934312b86d97354a592bae5c0b6d384003b4e56f0157f6520b77a1 DIST pybtex-0.23.0.tar.gz 400649 BLAKE2B ae841eb98588fea55dea59a90be4ea5489b115b5594aa2ba7da140d529371c9275d28896d2b3b1d7fdbfe6a4bc7f1a99a8a73505f5d141f7affc0f22e5b08ceb SHA512 11b4c8141f237a25c320726b18fb254df077f4b644ac26fa2bf9f3d85c4301ab839f3544a3c1849243e75bbcbf194b25642b0ef11d354e3711578a4e19565bde diff --git a/dev-python/pybtex/pybtex-0.22.2.ebuild b/dev-python/pybtex/pybtex-0.22.2.ebuild deleted file mode 100644 index 5359af38446..00000000000 --- a/dev-python/pybtex/pybtex-0.22.2.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} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="BibTeX-compatible bibliography processor" -HOMEPAGE="https://pybtex.org https://pypi.org/project/pybtex/" -SRC_URI="https://files.pythonhosted.org/packages/source/p/${PN}/${P}.tar.gz" -PATCHES=( "${FILESDIR}/${P}-fix-test-installation.patch" ) -IUSE="test" -RESTRICT="!test? ( test )" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/latexcodec[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -BDEPEND="test? ( - dev-python/nose[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest