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 E5395158023 for ; Sat, 19 Nov 2022 08:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3730BE07E0; Sat, 19 Nov 2022 08:47:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19BF1E07E0 for ; Sat, 19 Nov 2022 08:47:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EC2934129A for ; Sat, 19 Nov 2022 08:47:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3065755 for ; Sat, 19 Nov 2022 08:47:22 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1668847634.99b64b7470c6851876eb6236d24abc9c863a1a3c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-debian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-debian/Manifest dev-python/python-debian/python-debian-0.1.47.ebuild X-VCS-Directories: dev-python/python-debian/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 99b64b7470c6851876eb6236d24abc9c863a1a3c X-VCS-Branch: master Date: Sat, 19 Nov 2022 08:47:22 +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: 71d7e1fa-ea71-4452-a279-9785d02fd39a X-Archives-Hash: c04b47db7bf3625e2ec368b82c741140 commit: 99b64b7470c6851876eb6236d24abc9c863a1a3c Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 19 08:47:09 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 19 08:47:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b64b74 dev-python/python-debian: drop 0.1.47 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-debian/Manifest | 1 - .../python-debian/python-debian-0.1.47.ebuild | 48 ---------------------- 2 files changed, 49 deletions(-) diff --git a/dev-python/python-debian/Manifest b/dev-python/python-debian/Manifest index 13714ea5f0aa..31422edc4d80 100644 --- a/dev-python/python-debian/Manifest +++ b/dev-python/python-debian/Manifest @@ -1,2 +1 @@ -DIST python-debian_0.1.47.tar.xz 189036 BLAKE2B b929b3785064560bbad202d95d88fa330a9fb34e0dc4338865ce17910c9ff986696778dba847097fa1ccbb04ad6b298a5b84e4a550e038ca754a598d78f7cbef SHA512 fdf37476d4658b790ea4bbb43fca43a627cc569881f9e45666eae4221ddb71d57eba7d009e06e8e2864cd41c7718b9bf41e319f6fc0785549b6171de981b6ed7 DIST python-debian_0.1.48.tar.xz 189096 BLAKE2B 3b273f1e90069e00a93aeb9c2333d20d479b057613c93325344f42a73230bd569160a487a25d1c7f90f7f00f42feeab55c9850cf44121e1ca423cd1f40a991a4 SHA512 85bd12ce8ade9b43d502bd60ac1ac826d9a81b5bf32262ff9377b4ba5a1c95306683098d10a64fd6a1331ed7eb44a7fb09ad90f0ee6c885d69ea16f85c4eda59 diff --git a/dev-python/python-debian/python-debian-0.1.47.ebuild b/dev-python/python-debian/python-debian-0.1.47.ebuild deleted file mode 100644 index 15b1e315ea43..000000000000 --- a/dev-python/python-debian/python-debian-0.1.47.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2011-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Python modules to work with Debian-related data formats" -HOMEPAGE=" - https://salsa.debian.org/python-debian-team/python-debian/ - https://pypi.org/project/python-debian/ -" -SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" - -LICENSE="GPL-2 GPL-3" -SLOT="0" -KEYWORDS="amd64 arm x86" - -RDEPEND=" - dev-python/chardet[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - app-arch/dpkg - ) -" - -distutils_enable_tests unittest - -python_prepare_all() { - # See debian/rules. - sed -e "s/__CHANGELOG_VERSION__/${PV}/" lib/debian/_version.py.in \ - > lib/debian/_version.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - # See debian/rules. - "${EPYTHON}" lib/debian/doc-debtags > README.debtags || die -} - -python_test() { - eunittest lib -}