From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B593158091 for ; Mon, 16 May 2022 18:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33DE9E0858; Mon, 16 May 2022 18:40:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED3A3E0858 for ; Mon, 16 May 2022 18:40:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9BC4341472 for ; Mon, 16 May 2022 18:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E86E7DC for ; Mon, 16 May 2022 18:40:24 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1652725117.76d9b5ac009bfd348fcbd6eb35412ef77ccf3647.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/adblock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/adblock/adblock-0.5.2.ebuild X-VCS-Directories: dev-python/adblock/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 76d9b5ac009bfd348fcbd6eb35412ef77ccf3647 X-VCS-Branch: master Date: Mon, 16 May 2022 18:40:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16114dde-5766-4361-9f9b-288e0f4c2a23 X-Archives-Hash: db1642deff13a831e3aa67cb948a9ebb commit: 76d9b5ac009bfd348fcbd6eb35412ef77ccf3647 Author: Ionen Wolkens gentoo org> AuthorDate: Mon May 16 15:46:30 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon May 16 18:18:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d9b5ac dev-python/adblock: drop 0.5.2 Signed-off-by: Ionen Wolkens gentoo.org> dev-python/adblock/adblock-0.5.2.ebuild | 112 -------------------------------- 1 file changed, 112 deletions(-) diff --git a/dev-python/adblock/adblock-0.5.2.ebuild b/dev-python/adblock/adblock-0.5.2.ebuild deleted file mode 100644 index d6c36e71b226..000000000000 --- a/dev-python/adblock/adblock-0.5.2.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" - adblock-0.4.3 - addr-0.14.0 - adler-1.0.2 - aho-corasick-0.7.18 - autocfg-1.1.0 - base64-0.13.0 - bitflags-1.3.2 - byteorder-1.4.3 - cfg-if-1.0.0 - crc32fast-1.3.2 - either-1.6.1 - flate2-1.0.22 - form_urlencoded-1.0.1 - idna-0.2.3 - indoc-0.3.6 - indoc-impl-0.3.6 - instant-0.1.12 - itertools-0.10.3 - libc-0.2.118 - lock_api-0.4.6 - matches-0.1.9 - memchr-2.4.1 - miniz_oxide-0.4.4 - num-traits-0.2.14 - once_cell-1.9.0 - parking_lot-0.11.2 - parking_lot_core-0.8.5 - paste-0.1.18 - paste-impl-0.1.18 - percent-encoding-2.1.0 - proc-macro-hack-0.5.19 - proc-macro2-1.0.36 - psl-2.0.71 - psl-types-2.0.10 - pyo3-0.15.1 - pyo3-build-config-0.15.1 - pyo3-macros-0.15.1 - pyo3-macros-backend-0.15.1 - quote-1.0.15 - redox_syscall-0.2.10 - regex-1.5.4 - regex-syntax-0.6.25 - rmp-0.8.10 - rmp-serde-0.13.7 - rmp-serde-0.15.5 - scopeguard-1.1.0 - seahash-3.0.7 - serde-1.0.136 - serde_derive-1.0.136 - smallvec-1.8.0 - syn-1.0.86 - tinyvec-1.5.1 - tinyvec_macros-0.1.0 - twoway-0.2.2 - unchecked-index-0.2.2 - unicode-bidi-0.3.7 - unicode-normalization-0.1.19 - unicode-xid-0.2.2 - unindent-0.1.7 - url-2.2.2 - winapi-0.3.9 - winapi-i686-pc-windows-gnu-0.4.0 - winapi-x86_64-pc-windows-gnu-0.4.0" -PYTHON_COMPAT=( python3_{8..10} ) -inherit cargo python-r1 - -DESCRIPTION="Python wrapper for Brave's adblocking library, which is written in Rust" -HOMEPAGE="https://github.com/ArniDagur/python-adblock" -SRC_URI=" - https://github.com/ArniDagur/python-adblock/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris)" -S="${WORKDIR}/python-${P}" - -LICENSE="Apache-2.0 BSD MIT MPL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" -IUSE="test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND="${PYTHON_DEPS}" -BDEPEND=" - ${PYTHON_DEPS} - dev-util/maturin - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] - )" - -QA_FLAGS_IGNORED=".*/site-packages/${PN}/${PN}.abi3.so" - -src_compile() { - maturin build $(usev !debug --release) --no-sdist --skip-auditwheel || die - - mv target/$(usex debug{,} release)/lib${PN}.so ${PN}/${PN}.abi3.so || die -} - -src_test() { - python_foreach_impl epytest -} - -src_install() { - python_foreach_impl python_domodule ${PN} - - dodoc CHANGELOG.md README.md -}