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 F28B01382C5 for ; Sat, 13 Mar 2021 09:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E956E085E; Sat, 13 Mar 2021 09:43:01 +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 6236BE084E for ; Sat, 13 Mar 2021 09:43:01 +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 BD779340A35 for ; Sat, 13 Mar 2021 09:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B71259C for ; Sat, 13 Mar 2021 09:42:58 +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: <1615628565.40ce1061b0ce06a5ea751f275d23fa62091ae886.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.1.ebuild dev-util/pkgdev/pkgdev-9999.ebuild X-VCS-Directories: dev-util/pkgdev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 40ce1061b0ce06a5ea751f275d23fa62091ae886 X-VCS-Branch: master Date: Sat, 13 Mar 2021 09:42:58 +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: cf677252-8bf8-4c85-8875-7a503f9413d0 X-Archives-Hash: a143c991bea189b67fc25d878cc3e360 commit: 40ce1061b0ce06a5ea751f275d23fa62091ae886 Author: Sam James gentoo org> AuthorDate: Sat Mar 13 09:04:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 13 09:42:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ce1061 dev-util/pkgdev: add 0.1.1 Signed-off-by: Sam James gentoo.org> dev-util/pkgdev/Manifest | 1 + dev-util/pkgdev/{pkgdev-9999.ebuild => pkgdev-0.1.1.ebuild} | 6 +++--- dev-util/pkgdev/pkgdev-9999.ebuild | 7 +++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-util/pkgdev/Manifest b/dev-util/pkgdev/Manifest index bd81701217d..feb02ddb512 100644 --- a/dev-util/pkgdev/Manifest +++ b/dev-util/pkgdev/Manifest @@ -1 +1,2 @@ +DIST pkgdev-0.1.1.tar.gz 31435 BLAKE2B 94f0246bdbc4ee91e6d570969df60ede6f756745e46b41d3a66f1518891c67f15e6daf4ba4eea91d0427346e9d5336b817b7ef918acd717fa7cf704e0151ee7b SHA512 30c70e11fdfb414b2818559eeae250f1a8330187a9b7006475a539aa7fbdeb81b4b0a564fd79105119f697db80845fbd6bd42d278c9339781eb674843cd49717 DIST pkgdev-0.1.tar.gz 26075 BLAKE2B e7f7a83d91ef923bdd38465e7c70d6a2d0693d945273583937b4f444e26493887c5aeff9cf6a353dc02c42786d635eda7cc0fbfbc888be2b0e4eee883b5bd9c6 SHA512 1714857c3d66655226a4217ec8955662c5e37022c92183bdd8e61f91ff46f335935af8d6badf79f7c9f894a56b970ab0109f9b18ac7f3e59722d096ce2f24664 diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-0.1.1.ebuild similarity index 90% copy from dev-util/pkgdev/pkgdev-9999.ebuild copy to dev-util/pkgdev/pkgdev-0.1.1.ebuild index 041813b0cea..310eba8bb7b 100644 --- a/dev-util/pkgdev/pkgdev-9999.ebuild +++ b/dev-util/pkgdev/pkgdev-0.1.1.ebuild @@ -31,9 +31,9 @@ if [[ ${PV} == *9999 ]] ; then else # https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt RDEPEND=" - >=dev-python/snakeoil-0.9.3[${PYTHON_USEDEP}] - >=dev-util/pkgcore-0.11.4[${PYTHON_USEDEP}] - >=sys-apps/pkgcore-0.9.1[${PYTHON_USEDEP}] + >=dev-python/snakeoil-0.9.4[${PYTHON_USEDEP}] + >=dev-util/pkgcheck-0.9.1[${PYTHON_USEDEP}] + >=sys-apps/pkgcore-0.11.5[${PYTHON_USEDEP}] " fi diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild index 041813b0cea..5e9ac4db65e 100644 --- a/dev-util/pkgdev/pkgdev-9999.ebuild +++ b/dev-util/pkgdev/pkgdev-9999.ebuild @@ -11,7 +11,6 @@ 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 @@ -31,9 +30,9 @@ if [[ ${PV} == *9999 ]] ; then else # https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt RDEPEND=" - >=dev-python/snakeoil-0.9.3[${PYTHON_USEDEP}] - >=dev-util/pkgcore-0.11.4[${PYTHON_USEDEP}] - >=sys-apps/pkgcore-0.9.1[${PYTHON_USEDEP}] + >=dev-python/snakeoil-0.9.4[${PYTHON_USEDEP}] + >=dev-util/pkgcheck-0.9.1[${PYTHON_USEDEP}] + >=sys-apps/pkgcore-0.11.5[${PYTHON_USEDEP}] " fi