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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2442E158091 for ; Thu, 16 Jun 2022 08:08:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D59E091B; Thu, 16 Jun 2022 08:08:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D7CEE091B for ; Thu, 16 Jun 2022 08:08:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7186B341641 for ; Thu, 16 Jun 2022 08:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B740509 for ; Thu, 16 Jun 2022 08:08:29 +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: <1655366828.65c9e9bbd6e21e95b5f95339188b753b50c7a764.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pybtex-docutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pybtex-docutils/Manifest dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild X-VCS-Directories: dev-python/pybtex-docutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 65c9e9bbd6e21e95b5f95339188b753b50c7a764 X-VCS-Branch: master Date: Thu, 16 Jun 2022 08:08: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: ad067fe9-6a77-41a4-bfc8-65c52da655b8 X-Archives-Hash: 0ba5ab8b598602098382757188a383bb commit: 65c9e9bbd6e21e95b5f95339188b753b50c7a764 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 16 08:07:08 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 16 08:07:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c9e9bb dev-python/pybtex-docutils: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pybtex-docutils/Manifest | 1 - .../pybtex-docutils/pybtex-docutils-1.0.1.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-python/pybtex-docutils/Manifest b/dev-python/pybtex-docutils/Manifest index 5463b4b87b59..7c08680f3589 100644 --- a/dev-python/pybtex-docutils/Manifest +++ b/dev-python/pybtex-docutils/Manifest @@ -1,2 +1 @@ -DIST pybtex-docutils-1.0.1.tar.gz 14234 BLAKE2B 3c3946309ad19acb19703c0ecd7fce048808580df27ba39ce7acadbc0db154bee1f1e31d448015a8ebbbe034812e2f76fbed6f47a687c035750fc2908ca940c2 SHA512 8f84a822287e78a09b935a0f358b48e8a02be21303907fdce352515a844fe22dadb44646ca1abc44c8a8e7523c4f7074f3673fd6d565b178c862589cf58e9a48 DIST pybtex-docutils-1.0.2.tar.gz 18450 BLAKE2B 84521d36994e3ca5bfdcebd308e6aaeb17f7202d024799612d34dbf58b1b1e58d42b898a4c792815a472b0a7008e28558fd722f39462cd3b1ee24b921f746a4d SHA512 1190fcbdfb89b858a1164dd2c99a5da7afb76a23f5b314963babd894e7578d75e80f2552319c6621e9c7738018fd1b8f4a3772057ed65466f2d9fc3e15c57e2b diff --git a/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild b/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild deleted file mode 100644 index fe39420d9382..000000000000 --- a/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 - -DESCRIPTION="A docutils backend for pybtex" -HOMEPAGE="https://github.com/mcmtroffaes/pybtex-docutils" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/pybtex[${PYTHON_USEDEP}] - -" - -distutils_enable_tests --install pytest -distutils_enable_sphinx doc