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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E897313835A for ; Wed, 21 Oct 2020 22:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30FCEE091D; Wed, 21 Oct 2020 22:51:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19277E091D for ; Wed, 21 Oct 2020 22:51:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CB27340D4A for ; Wed, 21 Oct 2020 22:51:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C3413BA for ; Wed, 21 Oct 2020 22:51:46 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1603320684.4b0b6ee9f3a283db449433b45df93dfdfa69aa12.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sqlparse/Manifest dev-python/sqlparse/sqlparse-0.4.0.ebuild X-VCS-Directories: dev-python/sqlparse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4b0b6ee9f3a283db449433b45df93dfdfa69aa12 X-VCS-Branch: master Date: Wed, 21 Oct 2020 22:51:46 +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: 41b0c5d4-76b3-480d-ac14-ded7416d384e X-Archives-Hash: 9174c72271156c0300a79e9eef598613 commit: 4b0b6ee9f3a283db449433b45df93dfdfa69aa12 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 21 22:48:16 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 21 22:51:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0b6ee9 dev-python/sqlparse: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/sqlparse/Manifest | 1 - dev-python/sqlparse/sqlparse-0.4.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/sqlparse/Manifest b/dev-python/sqlparse/Manifest index b3753b7ac39..254934698ac 100644 --- a/dev-python/sqlparse/Manifest +++ b/dev-python/sqlparse/Manifest @@ -1,3 +1,2 @@ DIST sqlparse-0.3.1.tar.gz 67572 BLAKE2B 27c9267de1a269a4574019d457a3dad53ad805e56a57ba73e294c229a7852b7ca04557fb45d07566e94eba7593257ad7eb413b1e0ec04d1044838d5039dc8ba8 SHA512 4c56a528b43578a7a48fc31cee369215b15761d9903ea1d8e034c69f0eb6431dd15362aab13af25a36fccb361436f1cba746bcbb515cbab5d30319629dd2ddfb -DIST sqlparse-0.4.0.tar.gz 67191 BLAKE2B 748a30102b104ecd951d2e39b626e7351a7d141c756b3ae47451ccbbcef16f32201592aeee5bbf7a82a601e02f2faae8a569134b37b0660e54149e9ba56e096f SHA512 3314fe6ee7694a01c7ab00469ca6de90d3e954c5da39d2d8e2e085608b0b1ff304757378aa473d0687a16d064d952d0cd987237340e2f169604533d6757a61f3 DIST sqlparse-0.4.1.tar.gz 67228 BLAKE2B 677b592af263e94e1f6d36242f4bf75d28d0466636c0c578b83f472acf05c357b6899150ce01b594db89f2844c1b85220429857583c79e6dbba34a75bdf54e47 SHA512 49f02a63ef490c2e900cea6a0882891cd1381e0f398c4e38688444300b0f0e961c91c4f1a2355704bba7f170083594bd9e26c2a6cac934da9d87ab291accd27c diff --git a/dev-python/sqlparse/sqlparse-0.4.0.ebuild b/dev-python/sqlparse/sqlparse-0.4.0.ebuild deleted file mode 100644 index 45594ba40a2..00000000000 --- a/dev-python/sqlparse/sqlparse-0.4.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6..9} ) -inherit distutils-r1 - -MY_PN="${PN##python-}" -MY_P="${MY_PN}-${PV}" -DESCRIPTION="A non-validating SQL parser module for Python" -HOMEPAGE="https://github.com/andialbrecht/sqlparse" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}"/${P#python-} - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -LICENSE="BSD-2" - -distutils_enable_sphinx docs/source -distutils_enable_tests pytest