public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint-venv/
Date: Mon, 24 Jul 2023 11:33:33 +0000 (UTC)	[thread overview]
Message-ID: <1690198393.083d28993cde7e6417a489b4ca82423ac8797be1.mgorny@gentoo> (raw)

commit:     083d28993cde7e6417a489b4ca82423ac8797be1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 11:19:34 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 11:33:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083d2899

dev-python/pylint-venv: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pylint-venv/Manifest                 |  1 -
 dev-python/pylint-venv/pylint-venv-3.0.1.ebuild | 41 -------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-python/pylint-venv/Manifest b/dev-python/pylint-venv/Manifest
index 414eab787300..5d87e02ee949 100644
--- a/dev-python/pylint-venv/Manifest
+++ b/dev-python/pylint-venv/Manifest
@@ -1,2 +1 @@
-DIST pylint-venv-3.0.1.gh.tar.gz 14901 BLAKE2B e41a0782fe1bdf83b0019c035cb80416838b71924a1574189aa8936a22fce689523984a277305beba49559d0bcdbde9c8b4ac6a9cb12e1a3853a9a3f287a7a57 SHA512 7b6e7be85dd5552c99d620550e602eb908fccb1ef0982e1734276e14f882261ad7c13309ac796e657865544484a275016981e9b75ef31d17d4c01454b7e091a8
 DIST pylint-venv-3.0.2.gh.tar.gz 15046 BLAKE2B 3c07e00739541c4b9b7c28c9b6cf91e8dee27885adcac8ec88b347f6c580ee0a0c905271eb5b5256ccf0ea975604bf98560ce271a27cbfd2d5790d1143ba6af4 SHA512 716491ffbb5e6642cd61cee62c720a594d85b4cf44feb2d53d3e120dbdea813234776a95341ac10acbdd64354cc3875659f1d3bbc5f45a87ac5232e1e7f89473

diff --git a/dev-python/pylint-venv/pylint-venv-3.0.1.ebuild b/dev-python/pylint-venv/pylint-venv-3.0.1.ebuild
deleted file mode 100644
index b1d01e98259b..000000000000
--- a/dev-python/pylint-venv/pylint-venv-3.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Init-hook to use the same Pylint with different virtual environments"
-HOMEPAGE="
-	https://pypi.org/project/pylint-venv/
-	https://github.com/jgosmann/pylint-venv/
-"
-SRC_URI="
-	https://github.com/jgosmann/pylint-venv/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-python/pylint-2.14.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		>=dev-python/pylint-2.14.0[${PYTHON_USEDEP}]
-	)
-"
-
-python_test() {
-	# we need to set PYTHONPATH explicitly since the test runs installed
-	# pylint (i.e. starts outside the test venv)
-	local -x PYTHONPATH=${S}:${PYTHONPATH}
-	bash test/test.sh || die "Test failed with ${EPYTHON}"
-}


             reply	other threads:[~2023-07-24 11:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-24 11:33 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 17:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint-venv/ Michał Górny
2025-03-09 17:46 Michał Górny
2025-01-02 15:20 Nowa Ammerlaan
2024-10-28  5:12 Michał Górny
2023-12-30 18:32 Michał Górny
2023-11-23 18:55 Michał Górny
2023-11-22 15:25 Andrew Ammerlaan
2023-11-06 13:25 Andrew Ammerlaan
2023-10-25  7:43 Michał Górny
2023-06-13  5:12 Michał Górny
2023-02-24  6:00 Michał Górny
2023-02-23 15:14 Michał Górny
2023-02-23  6:19 Michał Górny
2022-11-07 21:53 Andrew Ammerlaan
2022-11-07 11:29 Andrew Ammerlaan

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=1690198393.083d28993cde7e6417a489b4ca82423ac8797be1.mgorny@gentoo \
    --to=mgorny@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