From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1397295-garchives=archives.gentoo.org@lists.gentoo.org> 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 6A31B158090 for <garchives@archives.gentoo.org>; Mon, 16 May 2022 13:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2691E0963; Mon, 16 May 2022 13:18:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9CA94E0963 for <gentoo-commits@lists.gentoo.org>; Mon, 16 May 2022 13:18:35 +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 A83B93415D0 for <gentoo-commits@lists.gentoo.org>; Mon, 16 May 2022 13:18:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40D8B3B8 for <gentoo-commits@lists.gentoo.org>; Mon, 16 May 2022 13:18:32 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1652707071.e058dcc1e9eb137a86a9c02bc76c8f70f6664dba.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-taggit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-taggit/Manifest dev-python/django-taggit/django-taggit-2.1.0.ebuild X-VCS-Directories: dev-python/django-taggit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e058dcc1e9eb137a86a9c02bc76c8f70f6664dba X-VCS-Branch: master Date: Mon, 16 May 2022 13:18:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2f53685-b25d-4c25-81ce-4cc12334f958 X-Archives-Hash: 63009d7e7630365f59b2ff5299c86f74 commit: e058dcc1e9eb137a86a9c02bc76c8f70f6664dba Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 16 13:17:51 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 16 13:17:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e058dcc1 dev-python/django-taggit: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/django-taggit/Manifest | 1 - .../django-taggit/django-taggit-2.1.0.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/django-taggit/Manifest b/dev-python/django-taggit/Manifest index da566a91916d..ccbf137bfb70 100644 --- a/dev-python/django-taggit/Manifest +++ b/dev-python/django-taggit/Manifest @@ -1,2 +1 @@ -DIST django-taggit-2.1.0.tar.gz 55659 BLAKE2B 343176e910743924d7b84ef827b4a63e0bc4bc3db7d7c3ed8e7319b18713bc5cdb1e58f1a9f7356a01c1ae5c47daf561e9e68484f0bd40aaf03c780f8558b55c SHA512 64ac21574ba4b0e7dd8d52dee910350d7cfc2f821aaadf7767a4b74d4db7ab69d704558dac13dd68dc29e985ab593bc4189e1d064c0a0d4fe6fa7ab88038d353 DIST django-taggit-3.0.0.tar.gz 57380 BLAKE2B 67ce6adde1bcba3a9fc8f11af4135dd1a2ee75892e26d4de9970f84111c1cf73f65bc58a2de45c75b98b0c5da9b8a6077af76d1e0561ce8a5e78828db8f40226 SHA512 e44a5f4f8293560cecb1ba39035241f209f21803521d3e2f3102e04add9778ebc15b0da6994f0a51b6c55274318b4cabce33805952f8bbaad16ecc3c03070e10 diff --git a/dev-python/django-taggit/django-taggit-2.1.0.ebuild b/dev-python/django-taggit/django-taggit-2.1.0.ebuild deleted file mode 100644 index 11dbb8082eca..000000000000 --- a/dev-python/django-taggit/django-taggit-2.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Simple tagging for Django" -HOMEPAGE="https://github.com/jazzband/django-taggit" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/django-2.2[${PYTHON_USEDEP}] - dev-python/djangorestframework[${PYTHON_USEDEP}]" -BDEPEND="test? ( ${RDEPEND} )" - -python_test() { - "${EPYTHON}" -m django test -v 2 --settings=tests.settings || - die "Tests failed with ${EPYTHON}" -}