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 04C46158089 for ; Thu, 7 Sep 2023 03:19:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 679B42BC054; Thu, 7 Sep 2023 03:19:34 +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 503E62BC054 for ; Thu, 7 Sep 2023 03:19:34 +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 80C69335CA3 for ; Thu, 7 Sep 2023 03:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA8AC1148 for ; Thu, 7 Sep 2023 03:19:30 +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: <1694056536.60d0dad4ebaf447e98a13c9b96889fdc3f43bf4d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pkgcraft/Manifest dev-python/pkgcraft/pkgcraft-0.0.6.ebuild dev-python/pkgcraft/pkgcraft-9999.ebuild X-VCS-Directories: dev-python/pkgcraft/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 60d0dad4ebaf447e98a13c9b96889fdc3f43bf4d X-VCS-Branch: master Date: Thu, 7 Sep 2023 03:19:30 +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: efa8747e-aecb-4a61-8c8f-34666c004361 X-Archives-Hash: 05641e12c59d05ec37ff153515757658 commit: 60d0dad4ebaf447e98a13c9b96889fdc3f43bf4d Author: Michał Górny gentoo org> AuthorDate: Thu Sep 7 03:06:41 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 7 03:15:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d0dad4 dev-python/pkgcraft: Bump to 0.0.6 Signed-off-by: Michał Górny gentoo.org> dev-python/pkgcraft/Manifest | 1 + ...{pkgcraft-9999.ebuild => pkgcraft-0.0.6.ebuild} | 23 ++++++++++++---------- dev-python/pkgcraft/pkgcraft-9999.ebuild | 23 ++++++++++++---------- 3 files changed, 27 insertions(+), 20 deletions(-) diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest index 682de2ec73a3..a9eb28b65b2d 100644 --- a/dev-python/pkgcraft/Manifest +++ b/dev-python/pkgcraft/Manifest @@ -1 +1,2 @@ DIST pkgcraft-0.0.5.tar.gz 400237 BLAKE2B de78c1570ce8080742d3afbff2c9078b56fb14e7b097bd09b47c5b21a5de1062989835c9c12e4efd9d4be4aef7e9dec1350606700d80c5482cf81d1d2c4febc0 SHA512 2366180189314cafa4be8a180eed62a8c994bfd862ebc5292e01d9cd2585b9eca082535e405924ad758d6f89309c5e64727242a52f95f6e71aa6aff3495edd57 +DIST pkgcraft-0.0.6.tar.gz 406538 BLAKE2B 5c90b57cb11e9f754cd695989994b3a9be52007482981c997f2e361fbbb72aeb0810d7f41dea1cdcd74c47840bb1c3b2cf225c967ba76b01769da93f909d9911 SHA512 ddd7bf77a3509156e8c16e5aeeb94a5f4530d9d1a3e6617d3974adfae7b46f0b0d31f4828dbd70261b42c883e776bf7572ca2fe8e23c9216637d886b9d8811cc diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.6.ebuild similarity index 81% copy from dev-python/pkgcraft/pkgcraft-9999.ebuild copy to dev-python/pkgcraft/pkgcraft-0.0.6.ebuild index 5a3929c9bc02..96f8ad5480d3 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-0.0.6.ebuild @@ -3,45 +3,48 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Python bindings for pkgcraft" HOMEPAGE=" https://pypi.org/project/pkgcraft/ - https://github.com/pkgcraft/pkgcraft-python + https://github.com/pkgcraft/pkgcraft-python/ " if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python" + EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python.git" inherit git-r3 - PKGCRAFT_VERSION_MAX="99999" + PKGCRAFT_VERSION_MAX="9999" PKGCRAFT_VERSION_MIN="9999" else SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz" S="${WORKDIR}"/${P/-python} - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" PKGCRAFT_VERSION_MAX="9999" - PKGCRAFT_VERSION_MIN="0.0.6" + PKGCRAFT_VERSION_MIN="0.0.11" fi LICENSE="MIT" SLOT="0" IUSE="+examples" -RDEPEND=" +DEPEND=" =sys-libs/pkgcraft-${PKGCRAFT_VERSION_MIN}:= " -DEPEND="${RDEPEND}" +RDEPEND=" + ${DEPEND} +" BDEPEND=" - >=dev-python/cython-3.0.0_beta1 - dev-python/setuptools-scm + >=dev-python/cython-3[${PYTHON_USEDEP}] + dev-python/setuptools-scm[${PYTHON_USEDEP}] virtual/pkgconfig " diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild index 5a3929c9bc02..96f8ad5480d3 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild @@ -3,45 +3,48 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Python bindings for pkgcraft" HOMEPAGE=" https://pypi.org/project/pkgcraft/ - https://github.com/pkgcraft/pkgcraft-python + https://github.com/pkgcraft/pkgcraft-python/ " if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python" + EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python.git" inherit git-r3 - PKGCRAFT_VERSION_MAX="99999" + PKGCRAFT_VERSION_MAX="9999" PKGCRAFT_VERSION_MIN="9999" else SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz" S="${WORKDIR}"/${P/-python} - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" PKGCRAFT_VERSION_MAX="9999" - PKGCRAFT_VERSION_MIN="0.0.6" + PKGCRAFT_VERSION_MIN="0.0.11" fi LICENSE="MIT" SLOT="0" IUSE="+examples" -RDEPEND=" +DEPEND=" =sys-libs/pkgcraft-${PKGCRAFT_VERSION_MIN}:= " -DEPEND="${RDEPEND}" +RDEPEND=" + ${DEPEND} +" BDEPEND=" - >=dev-python/cython-3.0.0_beta1 - dev-python/setuptools-scm + >=dev-python/cython-3[${PYTHON_USEDEP}] + dev-python/setuptools-scm[${PYTHON_USEDEP}] virtual/pkgconfig "