public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/conan/
Date: Thu, 17 Apr 2025 07:25:49 +0000 (UTC)	[thread overview]
Message-ID: <1744874743.969b02052da055b1adfb68d018592582f7b73b8d.juippis@gentoo> (raw)

commit:     969b02052da055b1adfb68d018592582f7b73b8d
Author:     Denis Pronin <dannftk <AT> yandex <DOT> ru>
AuthorDate: Sat Apr 12 15:03:34 2025 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 17 07:25:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969b0205

dev-util/conan: add a new version 2.15.1

Closes: https://bugs.gentoo.org/953638
Signed-off-by: Denis Pronin <dannftk <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/41559
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/dev-util/conan/Manifest b/dev-util/conan/Manifest
index b53c091c06a8..4174266382f0 100644
--- a/dev-util/conan/Manifest
+++ b/dev-util/conan/Manifest
@@ -1,5 +1,6 @@
 DIST conan-2.10.1.gh.tar.gz 1172069 BLAKE2B c239866be7e30defbd787c93fa36d0b629f6f5338975a66d1c824d4038dfb529c97b35e02b74c2c753ce5466f1288e4f4b5ce63cfc5b47ab76e770cecd09fea3 SHA512 223da4ff12d899b39f4c62a4f51b65036acdb6fd8bbf061bdcf790210a38030060cc4a70f009b390fce27fd1f57666286a020cc73c23792aedcd0620bc6ee066
 DIST conan-2.11.0.gh.tar.gz 1176653 BLAKE2B 6dd03d72ff63a9a772a3c7ae3be6de25e2308235ed95d48c1a9c09075ad1876c2f6c32a8e42febbc2c5f5a0ca559bc83bf88826ed7ad22541f3730c41c4c85e5 SHA512 f0022c2882161ffc360349cffa8039d8f44ec202ebd53b6a77154c13b341430d3d132445b2a1695c9fd10512a27dc707f04a08a6bc0225f2dd08cdd547c2a4bf
 DIST conan-2.14.0.gh.tar.gz 1213411 BLAKE2B 9c650083a7affe906cbcce4b736469b17178c820286762d1bfe8a76964bebd5d83d4c0bdae46df837e137470b513e5b3f2f9d9c4f173721183a445407659742f SHA512 1cf090e137dbbccd342e57fc0b3902a1f4f8dcc4ad3848db2091c14fe16cd3763d41ebeb2d52e4385f16813d8e6284db0f8e0b7d250f98bed0f5c6404c5d963b
+DIST conan-2.15.1.gh.tar.gz 1219217 BLAKE2B bc927a87b014e1b0b2f69ac8af3691a7838bb9795751423ed4e888691b8952217378ff295e31641e58b391ffb67faed2f3e184c2d30192a694f1b1289bb45af8 SHA512 3892a7a0294b8e47a86c83f81a4dd39bb5695693828ffa36b1241fb4ffe84ffcea7bb295b8d0a66e62c3df422bcba7e2c5261845e62561005a0b86fbfc18feb1
 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.15.1.ebuild b/dev-util/conan/conan-2.15.1.ebuild
new file mode 100644
index 000000000000..0fab5783be09
--- /dev/null
+++ b/dev-util/conan/conan-2.15.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2025 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:[~2025-04-17  7:25 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-17  7:25 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-30 10:00 [gentoo-commits] repo/gentoo:master commit in: dev-util/conan/ Sam James
2025-05-30 10:00 Sam James
2025-05-30 10:00 Sam James
2025-05-30 10:00 Sam James
2025-03-20  0:06 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-11-27 22:53 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=1744874743.969b02052da055b1adfb68d018592582f7b73b8d.juippis@gentoo \
    --to=juippis@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