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 746C11382C5 for ; Thu, 24 Jun 2021 12:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78314E087C; Thu, 24 Jun 2021 12:22:47 +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 5DAE3E087C for ; Thu, 24 Jun 2021 12:22:47 +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 172EC342B45 for ; Thu, 24 Jun 2021 12:22:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB1FA7C7 for ; Thu, 24 Jun 2021 12:22:41 +0000 (UTC) From: "Jian Lin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jian Lin" Message-ID: <1624515340.3fd8cb1749ad44a898b9b4e205433909aa67d739.jian@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pdoc3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pdoc3/Manifest dev-python/pdoc3/metadata.xml dev-python/pdoc3/pdoc3-0.9.2.ebuild X-VCS-Directories: dev-python/pdoc3/ X-VCS-Committer: jian X-VCS-Committer-Name: Jian Lin X-VCS-Revision: 3fd8cb1749ad44a898b9b4e205433909aa67d739 X-VCS-Branch: master Date: Thu, 24 Jun 2021 12:22:41 +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: 48b45ee7-b51b-466b-b916-feec12445ede X-Archives-Hash: 060b7e96210e6c55a402ae3b130f19f6 commit: 3fd8cb1749ad44a898b9b4e205433909aa67d739 Author: Florian Schmaus gentoo org> AuthorDate: Thu Jun 24 06:15:34 2021 +0000 Commit: Jian Lin outlook com> CommitDate: Thu Jun 24 06:15:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fd8cb17 dev-python/pdoc3: treeclean (moved to ::gentoo) Signed-off-by: Florian Schmaus gentoo.org> dev-python/pdoc3/Manifest | 1 - dev-python/pdoc3/metadata.xml | 12 ------------ dev-python/pdoc3/pdoc3-0.9.2.ebuild | 34 ---------------------------------- 3 files changed, 47 deletions(-) diff --git a/dev-python/pdoc3/Manifest b/dev-python/pdoc3/Manifest deleted file mode 100644 index 82043ca90..000000000 --- a/dev-python/pdoc3/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pdoc3-0.9.2.tar.gz 84803 BLAKE2B 5ff52a630722b9504d1de83bb236aaaafde95417ac163b79b3585156484a12b71a16de55d00ab7377b9e44eec7902384f1f648a514b8e7392da6f5e79f6f229f SHA512 653231a124239ec189dc5aa4dec59245c6d20e4ff6ca9cb7fa468410b712b766288f4c59f8c0d0b8c1a4190ce84603455ec0ad7c7b1e0dc4f28cd279bb69685f diff --git a/dev-python/pdoc3/metadata.xml b/dev-python/pdoc3/metadata.xml deleted file mode 100644 index ccd39aa52..000000000 --- a/dev-python/pdoc3/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - flow@gentoo.org - Florian Schmaus - - - pdoc3 - pdoc3/pdoc - - diff --git a/dev-python/pdoc3/pdoc3-0.9.2.ebuild b/dev-python/pdoc3/pdoc3-0.9.2.ebuild deleted file mode 100644 index f495d6d7c..000000000 --- a/dev-python/pdoc3/pdoc3-0.9.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Auto-generate API documentation for Python projects" -HOMEPAGE="https://pdoc3.github.io/pdoc/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="AGPL-3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-python/mako[${PYTHON_USEDEP}] - >=dev-python/markdown-3.0[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - dev-python/wheel[${PYTHON_USEDEP}] -" - -python_prepare_all() { - distutils-r1_python_prepare_all - sed -i \ - -e "/setuptools_git/d" \ - -e "/setuptools_scm/d" \ - setup.py || die -}