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: Sat, 23 Apr 2022 06:25:07 +0000 (UTC)	[thread overview]
Message-ID: <1650695103.718d3f231e285d39e31713272a5ed2bb28dbfe6f.juippis@gentoo> (raw)

commit:     718d3f231e285d39e31713272a5ed2bb28dbfe6f
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sun Apr 17 11:46:14 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:25:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718d3f23

dev-util/conan: drop 1.36.0

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/25061
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/conan/Manifest            |  1 -
 dev-util/conan/conan-1.36.0.ebuild | 55 --------------------------------------
 2 files changed, 56 deletions(-)

diff --git a/dev-util/conan/Manifest b/dev-util/conan/Manifest
index 8f9c317bb1ec..0d898c75a456 100644
--- a/dev-util/conan/Manifest
+++ b/dev-util/conan/Manifest
@@ -1,4 +1,3 @@
-DIST conan-1.36.0.tar.gz 1283280 BLAKE2B 024b94debd899adcc561713111494a49822cc721b3da022c34c5625454cc5d80ffdcc2ce6375ee4c719fecc2b0d4771191862a83b74613019b680662304c6761 SHA512 d1259a83795877bd9730e735a5cbea9457b3160d0f358e46a672fcd20c794feb2fa24970efdddc4ca1be8f1299db45793cf5bc7724d259bbf4f8f6a0e502f5a6
 DIST conan-1.42.0.tar.gz 1399488 BLAKE2B f0297ad74bdb47d1240641a0f6bd5f343a0a8f5723f554dffd2f7da969e3ee58cc97c3bb187f1586eb6ad4377106648c70fc4fd2672744639ffc940e5f4de316 SHA512 cd982f95e8bac5f66be16a326fc34d3db014b6a21138a10a7e92d6debfc578413c4d9737f371130b01ae35b14c82c0f11c2a09dc74e4d913a189d9cc34446d93
 DIST conan-1.44.0.tar.gz 1415330 BLAKE2B e08370f3035d13a752107ae6ba5e941aefcdc27f89515c192de11ebdd2dd5869392143fd72104cee9b644c258253b0a50a52715265eff9f10c0569299012aba5 SHA512 607d63c4e133543edccd3ef8c275f98ec8fad1e20061f7000a5b1f1129464b66fd88d3c8cc0773d51b725eb6b7f8d75c2b342a97481cf54dbdd44e2ff23b9cde
 DIST conan-1.47.0.tar.gz 1478478 BLAKE2B 1d97d5f9b4ce4ea850a335f625997d2785943553fad71954097cd8c59db095739850064425d4dc675ad35967149b16967d2c459ab99169704c3664a68da66e8d SHA512 16009a611138ed44c85cce29ab16448433bde850bea0f985a8969c55ab8fa696029b59e501a77e0bac6c433237aa90d77a6ba85b19fb4fc0dab5fe4a08e898c6

diff --git a/dev-util/conan/conan-1.36.0.ebuild b/dev-util/conan/conan-1.36.0.ebuild
deleted file mode 100644
index a90e3576695a..000000000000
--- a/dev-util/conan/conan-1.36.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE="sqlite"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-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}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-# overly strict requirements?
-# https://github.com/conan-io/conan/blob/develop/conans/requirements.txt
-# https://github.com/conan-io/conan/blob/develop/conans/requirements_server.txt
-RDEPEND="
-	>=dev-python/bottle-0.12.8[${PYTHON_USEDEP}]
-	>=dev-python/colorama-0.3.3[${PYTHON_USEDEP}]
-	>=dev-python/deprecation-2.0[${PYTHON_USEDEP}]
-	>=dev-python/distro-1.0.2[${PYTHON_USEDEP}]
-	>=dev-python/fasteners-0.14.1[${PYTHON_USEDEP}]
-	>=dev-python/future-0.16.0[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
-	>=dev-python/node-semver-0.8[${PYTHON_USEDEP}]
-	>=dev-python/patch-ng-1.17.4[${PYTHON_USEDEP}]
-	>=dev-python/pluginbase-0.5[${PYTHON_USEDEP}]
-	>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-	>=dev-python/pyjwt-1.4[${PYTHON_USEDEP}]
-	>=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
-	>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
-	>=dev-python/six-1.12.0[${PYTHON_USEDEP}]
-	>=dev-python/tqdm-4.28.1[${PYTHON_USEDEP}]
-	>=dev-python/urllib3-1.25.8[${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:[~2022-04-23  6:25 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-23  6:25 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-13  7:20 [gentoo-commits] repo/gentoo:master commit in: dev-util/conan/ 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-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=1650695103.718d3f231e285d39e31713272a5ed2bb28dbfe6f.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