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 4FE751382C5 for ; Thu, 28 May 2020 15:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 982D1E077F; Thu, 28 May 2020 15:39:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7F99BE077F for ; Thu, 28 May 2020 15:39:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 73DB734EFA0 for ; Thu, 28 May 2020 15:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1463E230 for ; Thu, 28 May 2020 15:39:42 +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: <1590680378.8df380b82d05ebc93bfea6628e61b9975055de14.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymssql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymssql/Manifest dev-python/pymssql/pymssql-1.0.2-r1.ebuild X-VCS-Directories: dev-python/pymssql/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8df380b82d05ebc93bfea6628e61b9975055de14 X-VCS-Branch: master Date: Thu, 28 May 2020 15:39:42 +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: a27d2c0a-e184-41c8-9470-5ab6ae30b9df X-Archives-Hash: ff1cc3e555c28e459dfd2aa72165c979 commit: 8df380b82d05ebc93bfea6628e61b9975055de14 Author: Michał Górny gentoo org> AuthorDate: Thu May 28 15:36:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 28 15:39:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df380b8 dev-python/pymssql: Remove old (py27) Signed-off-by: Michał Górny gentoo.org> dev-python/pymssql/Manifest | 1 - dev-python/pymssql/pymssql-1.0.2-r1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/pymssql/Manifest b/dev-python/pymssql/Manifest index 37a497570e6..c217ab5304a 100644 --- a/dev-python/pymssql/Manifest +++ b/dev-python/pymssql/Manifest @@ -1,2 +1 @@ -DIST pymssql-1.0.2.tar.gz 175469 BLAKE2B a88c04be044478c2bec76a15e05ff751b961d253ca2e071ee8293c0899e091f96206a87486333f2543de609c7b38ff9e8a1a4ba7686625489bb9ed5c56e3cf19 SHA512 6e9a2d26f2cc33bac093f2a2a41771aa41ba336413076c793137558c05e48cea7409f74f35530939b36a708cc47c66ec0dc765a768bd5f857642553568fe859e DIST pymssql-2.1.3.tar.gz 897987 BLAKE2B e105dd8d5dbbad5de566b9179f799ad66eb420f60464e8061470b1abb6ecf38f35ad7992ded40f2cd62c76a8e04255eb647e30df5c9bc4059334a1d5d4677e73 SHA512 a659cb8f077ddbe5e8de0b9b118d8bcc0c87128c0be4ff14343983e7029594e63ba6fb8a88992dc1f058df3c1ebbbd69cf371bf95a0918954cd0cec14c1cb5cb diff --git a/dev-python/pymssql/pymssql-1.0.2-r1.ebuild b/dev-python/pymssql/pymssql-1.0.2-r1.ebuild deleted file mode 100644 index 09dc83eb970..00000000000 --- a/dev-python/pymssql/pymssql-1.0.2-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="Simple MSSQL python extension module" -HOMEPAGE="http://www.pymssql.org/en/stable/ https://pypi.org/project/pymssql/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~s390 sparc x86" -IUSE="" - -DEPEND=">=dev-db/freetds-0.63[mssql] - dev-python/setuptools[${PYTHON_USEDEP}]" - -RDEPEND="${DEPEND}" - -python_configure_all() { - append-flags -fno-strict-aliasing -}