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 71FAD1382C5 for ; Sat, 20 Mar 2021 01:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE5DE0831; Sat, 20 Mar 2021 01:36:13 +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 3E6D4E0831 for ; Sat, 20 Mar 2021 01:36:13 +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 EE339335C77 for ; Sat, 20 Mar 2021 01:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DAB25B9 for ; Sat, 20 Mar 2021 01:36:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616204162.a7bee2d1b3e904edbde73c0a448c3c7a1604ecb1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgdev/Manifest dev-util/pkgdev/pkgdev-0.1.ebuild X-VCS-Directories: dev-util/pkgdev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a7bee2d1b3e904edbde73c0a448c3c7a1604ecb1 X-VCS-Branch: master Date: Sat, 20 Mar 2021 01:36:10 +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: 3f5a349b-3c23-486d-a9cb-4d8e67e53160 X-Archives-Hash: c02b2760f53cbe5dd657994ac574070c commit: a7bee2d1b3e904edbde73c0a448c3c7a1604ecb1 Author: Sam James gentoo org> AuthorDate: Sat Mar 20 01:36:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 20 01:36:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7bee2d1 dev-util/pkgdev: drop 0.1 Signed-off-by: Sam James gentoo.org> dev-util/pkgdev/Manifest | 1 - dev-util/pkgdev/pkgdev-0.1.ebuild | 64 --------------------------------------- 2 files changed, 65 deletions(-) diff --git a/dev-util/pkgdev/Manifest b/dev-util/pkgdev/Manifest index 79df6475b4a..7c1d8ecbd3c 100644 --- a/dev-util/pkgdev/Manifest +++ b/dev-util/pkgdev/Manifest @@ -1,3 +1,2 @@ DIST pkgdev-0.1.1.tar.gz 31435 BLAKE2B 94f0246bdbc4ee91e6d570969df60ede6f756745e46b41d3a66f1518891c67f15e6daf4ba4eea91d0427346e9d5336b817b7ef918acd717fa7cf704e0151ee7b SHA512 30c70e11fdfb414b2818559eeae250f1a8330187a9b7006475a539aa7fbdeb81b4b0a564fd79105119f697db80845fbd6bd42d278c9339781eb674843cd49717 DIST pkgdev-0.1.2.tar.gz 32579 BLAKE2B 42ecd7403dcb49b256539e12c22a6bca72884bf55139c5f0972961fbebf4f976dedd3a4fac1186cc1d5af62d339ac7dd3eb20106ff1dcc7b8c264e1c4c53c3de SHA512 c224a054612fd6caa9c66855be9bb5ed439c3ac2abf5b32c4ac516d87fa4e345fc8bc328aa74b4fec44d7fd319322bb42af48f6dfdfff941e3b819a75b9fae9b -DIST pkgdev-0.1.tar.gz 26075 BLAKE2B e7f7a83d91ef923bdd38465e7c70d6a2d0693d945273583937b4f444e26493887c5aeff9cf6a353dc02c42786d635eda7cc0fbfbc888be2b0e4eee883b5bd9c6 SHA512 1714857c3d66655226a4217ec8955662c5e37022c92183bdd8e61f91ff46f335935af8d6badf79f7c9f894a56b970ab0109f9b18ac7f3e59722d096ce2f24664 diff --git a/dev-util/pkgdev/pkgdev-0.1.ebuild b/dev-util/pkgdev/pkgdev-0.1.ebuild deleted file mode 100644 index fdf04f9fc03..00000000000 --- a/dev-util/pkgdev/pkgdev-0.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) -DISTUTILS_IN_SOURCE_BUILD=1 -inherit distutils-r1 - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/pkgcore/pkgdev.git" - inherit git-r3 -else - KEYWORDS="~amd64" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -fi - -DESCRIPTION="Collection of tools for Gentoo development" -HOMEPAGE="https://github.com/pkgcore/pkgdev" - -LICENSE="BSD MIT" -SLOT="0" - -if [[ ${PV} == *9999 ]] ; then - # https://github.com/pkgcore/pkgdev/blob/main/requirements/dev.txt - RDEPEND=" - ~dev-python/snakeoil-9999[${PYTHON_USEDEP}] - ~dev-util/pkgcheck-9999[${PYTHON_USEDEP}] - ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}] - " -else - # https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt - RDEPEND=" - >=dev-python/snakeoil-0.9.3[${PYTHON_USEDEP}] - >=dev-util/pkgcheck-0.9.1[${PYTHON_USEDEP}] - >=sys-apps/pkgcore-0.11.4[${PYTHON_USEDEP}] - " -fi - -# Uses pytest but we want to use the setup.py runner to get generated modules -BDEPEND+="test? ( dev-python/pytest )" -RDEPEND+="dev-vcs/git" - -distutils_enable_sphinx doc -distutils_enable_tests setup.py - -python_install_all() { - # We'll generate man pages ourselves - # Revisit when a release is made - # to pregenerate them, making USE=doc - # for generating the real HTML docs only. - if use doc ; then - cd doc || die - emake man - doman _build/man/* - fi - - cd .. || die - - # HTML pages only - sphinx_compile_all - - distutils-r1_python_install_all -}