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: net-libs/stem/
Date: Wed, 22 Feb 2023 07:42:44 +0000 (UTC)	[thread overview]
Message-ID: <1677051741.785ff3d0d7c7050af1545e655b9c05c5a3a3312c.sam@gentoo> (raw)

commit:     785ff3d0d7c7050af1545e655b9c05c5a3a3312c
Author:     Daniel Brandt <poncho <AT> spahan <DOT> ch>
AuthorDate: Mon Feb 20 17:15:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 07:42:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785ff3d0

net-libs/stem: drop 1.8.0_p20211118

confusing versioning since it is actually a snapshot from master
and not from maint and therefore newer than 1.8.1

Signed-off-by: Daniel Brandt <poncho <AT> spahan.ch>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/stem/Manifest                    |  1 -
 net-libs/stem/stem-1.8.0_p20211118.ebuild | 51 -------------------------------
 2 files changed, 52 deletions(-)

diff --git a/net-libs/stem/Manifest b/net-libs/stem/Manifest
index bd532469df80..3d4cb4c23200 100644
--- a/net-libs/stem/Manifest
+++ b/net-libs/stem/Manifest
@@ -1,3 +1,2 @@
 DIST stem-1.8.0.tar.gz 2853802 BLAKE2B a275a38e53c5a4a3771a30528fd5781c51370352dd384a77ce27b31f034bece6fef448d74008adb82d2d909104b7338b5168a1a343c799637f9e12d39028bd09 SHA512 aa2033567b79aef960f8321e4c6cbc28105c59d6513ff49a9f12509d8f97b1a2e8a3b04dc28abb07fad59b0f6ba66443b92bbefa0d08b26038bbaf24f7f2846d
-DIST stem-1.8.0_p20211118.tar.gz 2862928 BLAKE2B 0c284be96332e11c011eb69d4448fab5c33cc59e4107abad44d7bc1186629112ca8658aade28e486c0eed873524e18ed87edf5920520d5c8dd854b2fec7867ea SHA512 b8afb5d2203b19930e8c1eaa3cad331c0df8b8bcffe4b224b8bab549866f53a5f06001d2141a0a8b7becfa8b7c1281ef5d9584423c8ba25dc4198cfaf07d3a14
 DIST stem-1.8.1.tar.gz 2859634 BLAKE2B f78da079791583a17eb439a4e2459c7e0af454e45300202df1085d1b1ba150ee097cfa1b93df5ad0d7090644fad6e035604382c73b94744076cad490ab52459a SHA512 bad2f4f96e37caa3ee2928bb027318c4941ca3f6c0072c5f6e87fe647d2b68400ad352d9c27fa2a35c00f4f327aa9cc00e2907b21a9cbd26fab46ec21e2a038a

diff --git a/net-libs/stem/stem-1.8.0_p20211118.ebuild b/net-libs/stem/stem-1.8.0_p20211118.ebuild
deleted file mode 100644
index f409826d624a..000000000000
--- a/net-libs/stem/stem-1.8.0_p20211118.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Fails w/ 3.11: https://github.com/torproject/stem/issues/130 (breaks net-misc/nyx)
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="Stem is a Python controller library for Tor"
-HOMEPAGE="https://stem.torproject.org"
-COMMIT="57364fae7269ec562c5fc8cdb073ff9463d9a0f0"
-SRC_URI="https://github.com/torproject/stem/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}]
-	net-vpn/tor )
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="net-vpn/tor"
-
-DOCS=( docs/{_static,_templates,api,tutorials,{change_log,api,contents,download,faq,index,tutorials}.rst} )
-
-python_prepare_all() {
-	# Disable failing test
-	sed -i -e "/test_expand_path/a \
-		\ \ \ \ return" test/integ/util/system.py || die
-	sed -i -e "/test_parsing_with_example/a \
-		\ \ \ \ return" test/unit/manual.py || die
-	sed -i -e "/test_parsing_with_unknown_options/a \
-		\ \ \ \ return" test/unit/manual.py || die
-	sed -i -e "/test_saving_manual/a \
-		\ \ \ \ return" test/unit/manual.py || die
-	sed -i -e "/test_sdist_matches_git/a \
-		\ \ \ \ return" test/integ/installation.py || die
-	sed -i -e "/test_connections_by_ss/a \
-		\ \ \ \ return" test/integ/util/connection.py || die
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	${PYTHON} run_tests.py --all --target RUN_ALL || die
-}


             reply	other threads:[~2023-02-22  7:42 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-22  7:42 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-02 19:31 [gentoo-commits] repo/gentoo:master commit in: net-libs/stem/ Michał Górny
2024-11-06 10:47 Sam James
2024-05-17 13:41 Craig Andrews
2023-08-16 19:17 Sam James
2023-06-12 11:17 Sam James
2023-05-20  7:33 Michał Górny
2023-02-22  7:46 Sam James
2023-02-22  7:42 Sam James
2023-02-17  7:15 Sam James
2022-03-06  0:00 Sam James
2021-12-18 18:14 Craig Andrews
2021-12-18 17:43 Craig Andrews
2021-05-31 20:53 Michał Górny
2021-01-01  1:34 Michał Górny
2020-07-22 17:24 Craig Andrews
2020-04-05 19:47 Andreas Sturmlechner
2020-02-11 12:16 Michał Górny
2020-01-08 17:11 Anthony G. Basile
2019-01-09  1:42 Anthony G. Basile
2018-11-02 16:54 Craig Andrews
2018-10-10  0:13 Anthony G. Basile
2017-11-12 23:23 Anthony G. Basile
2017-11-12 23:23 Anthony G. Basile
2017-07-12 14:43 Pacho Ramos
2017-04-28 20:52 Manuel Rüger
2017-02-19  1:16 Anthony G. Basile

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=1677051741.785ff3d0d7c7050af1545e655b9c05c5a3a3312c.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