public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/conan/
Date: Wed, 27 Nov 2024 22:53:32 +0000 (UTC)	[thread overview]
Message-ID: <1732747841.23d41733aa5f3051015bdf42df12e4fe81dfe18a.sam@gentoo> (raw)

commit:     23d41733aa5f3051015bdf42df12e4fe81dfe18a
Author:     Denis Pronin <dannftk <AT> yandex <DOT> ru>
AuthorDate: Fri Nov 15 10:08:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 22:50:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d41733

dev-util/conan: add a new package version 2.9.3

Closes: https://bugs.gentoo.org/941155
Signed-off-by: Denis Pronin <dannftk <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/39184
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/conan/Manifest           |  1 +
 dev-util/conan/conan-2.9.3.ebuild | 47 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-util/conan/Manifest b/dev-util/conan/Manifest
index 6e38c962cd35..af0dab76862f 100644
--- a/dev-util/conan/Manifest
+++ b/dev-util/conan/Manifest
@@ -1,3 +1,4 @@
 DIST conan-2.5.0.gh.tar.gz 1105167 BLAKE2B 2a4a3aba324b3aee968dde721e3659470912ce82eada0c9ffc37c4ff0b4c4b78b2927e3e9cde1f52b1104a3f3e8e32b3d7450643a83c14958c035051a63386a1 SHA512 685cafd0d1ba179d84b7e0e37d0ca5ce95e320e025132e62f3a128a68b085eabeff47bbc0b129d5b8cee17f2955014cb4073b7e648d9f9ccf56c1ee377625e18
 DIST conan-2.6.0.gh.tar.gz 1108424 BLAKE2B d9883900e4c09c2332bc6c3a186c2e010cde237d2b20249317ffaee3bfb182620acac7ab40303fd00810d6420a9676155d09693c89fe5c8a8917144ed654bcac SHA512 7deb8498d992fdebacd8ce8bc77e63089c9389200f010f0e099c73beb22c524c2d288ae643cdddc0cb3ec8494c1f7365fa834ec159c015063cc6fa936e6eb312
 DIST conan-2.7.1.gh.tar.gz 1125150 BLAKE2B 2ca8279187fd190f391c7c0aa0dea8f449e95b6e05d367b8e0e3bb0b771957fc293f1b07cc25c1b1534bb309cb4bb07f86f26d6a138532abe852102b2df2e68b SHA512 d1ea9393067aeb4492fb588bd5d7084dfa82e2ae3a649a6492041bb479556f6748aa7b1b67dad0b5a671406ce7ff99db402b465b39e165b75240615675cf6a1d
+DIST conan-2.9.3.gh.tar.gz 1154838 BLAKE2B 3993b3e94e8c4f23a685d0592b0d07fe050e402bbf714f900e6c5fb37d12db5e853088b0c557033251e22a3bf233781a16aca3314002750b526b3cefdc9310db SHA512 4a59a8f7966679ccb3096b2c01100e5e2cdee2a8b46a2a3211cbb9f226ac55a7deaf23ba32f4bb41af2582a0c1de7edbc783689da0003f686f6785fc9adcb62d

diff --git a/dev-util/conan/conan-2.9.3.ebuild b/dev-util/conan/conan-2.9.3.ebuild
new file mode 100644
index 000000000000..4171d2e20314
--- /dev/null
+++ b/dev-util/conan/conan-2.9.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed C/C++ package manager"
+HOMEPAGE="https://conan.io/"
+SRC_URI="https://github.com/conan-io/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	>=dev-python/bottle-0.12.8[${PYTHON_USEDEP}]
+	>=dev-python/colorama-0.4.3[${PYTHON_USEDEP}]
+	>=dev-python/distro-1.4.0[${PYTHON_USEDEP}]
+	>=dev-python/fasteners-0.15.0[${PYTHON_USEDEP}]
+	>=dev-python/jinja2-3.0[${PYTHON_USEDEP}]
+	>=dev-python/patch-ng-1.18.0[${PYTHON_USEDEP}]
+	>=dev-python/pluginbase-0.5[${PYTHON_USEDEP}]
+	>=dev-python/pyjwt-2.4[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.25[${PYTHON_USEDEP}]
+	>=dev-python/urllib3-1.26.6[${PYTHON_USEDEP}]
+"
+
+# Try to fix it if you're brave enough
+# Conan requires noumerous external toolchain dependencies with restricted
+# versions and cannot be managable outside of a pure CI environment.
+RESTRICT="test"
+
+src_prepare() {
+	default
+	# Fix strict dependencies
+	sed -i \
+		-e 's:,[[:space:]]\?<=\?[[:space:]]\?[[:digit:]|.]*::g' \
+		-e 's:==:>=:g' \
+		conans/requirements{,_server}.txt || die
+}


             reply	other threads:[~2024-11-27 22:53 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-27 22:53 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-20  0:06 [gentoo-commits] repo/gentoo:master commit in: dev-util/conan/ Sam James
2024-12-20 13:10 Petr Vaněk
2024-12-20 13:10 Petr Vaněk
2024-12-12  5:40 Sam James
2024-10-19  5:59 Sam James
2024-09-13  7:20 Joonas Niilola
2024-09-05  4:08 Eli Schwartz
2024-08-28  6:39 Joonas Niilola
2024-07-05  2:59 Eli Schwartz
2024-06-13 14:44 Arthur Zamarin
2024-05-23 14:25 Joonas Niilola
2024-01-07  0:20 Conrad Kostecki
2024-01-07  0:20 Conrad Kostecki
2023-04-23 15:48 Conrad Kostecki
2023-03-08 14:13 Joonas Niilola
2023-02-25 17:25 Joonas Niilola
2022-11-22 13:26 Joonas Niilola
2022-11-22 13:26 Joonas Niilola
2022-11-11 18:13 Joonas Niilola
2022-11-11 18:13 Joonas Niilola
2022-05-20  8:40 Joonas Niilola
2022-05-20  8:40 Joonas Niilola
2022-04-23  6:25 Joonas Niilola
2022-04-23  6:25 Joonas Niilola
2022-02-06 19:47 Ionen Wolkens
2022-02-06 19:47 Ionen Wolkens
2021-11-12 13:04 Joonas Niilola
2021-06-14 22:11 Sam James
2021-06-14 22:11 Sam James
2021-06-01 14:05 Sam James
2021-05-31 20:53 Michał Górny
2020-09-15 14:11 Joonas Niilola
2020-08-15  9:30 Joonas Niilola
2020-08-15  9:30 Joonas Niilola
2020-07-16 14:39 Joonas Niilola
2020-04-23  7:41 Joonas Niilola
2020-03-25 13:46 Joonas Niilola
2020-03-25 13:46 Joonas Niilola
2020-01-27  6:32 Joonas Niilola
2020-01-27  6:32 Joonas Niilola
2020-01-24  6:54 Joonas Niilola
2020-01-24  6:54 Joonas Niilola
2020-01-24  6:54 Joonas Niilola
2019-11-14  6:26 Joonas Niilola
2019-11-14  6:26 Joonas Niilola
2019-11-14  6:26 Joonas Niilola
2019-11-14  6:26 Joonas Niilola
2019-08-21 16:03 Joonas Niilola
2019-08-21 16:03 Joonas Niilola
2019-08-13  5:05 Joonas Niilola
2019-08-13  4:29 Joonas Niilola
2019-05-01  9:11 David Seifert
2018-05-01 15:52 Mikle Kolyada
2018-04-05 15:21 Aaron Bauman
2018-02-27 22:59 Patrice Clement
2018-02-27 22:59 Patrice Clement
2018-01-02 22:14 Michał Górny
2018-01-02 22:14 Michał Górny
2017-12-15  8:23 Patrice Clement
2017-07-24 19:33 Sebastien Fabbro
2017-07-14 17:32 Sebastien Fabbro
2017-06-28 18:21 Sebastien Fabbro
2017-03-08 18:04 Sebastien Fabbro
2017-02-16 16:54 Sebastien Fabbro
2017-02-16 16:54 Sebastien Fabbro
2016-12-20 18:17 Sebastien Fabbro
2016-12-20 18:17 Sebastien Fabbro
2016-12-12  2:30 Sebastien Fabbro
2016-12-12  2:30 Sebastien Fabbro
2016-10-29  0:52 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1732747841.23d41733aa5f3051015bdf42df12e4fe81dfe18a.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox