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 24CFD1382C5 for ; Fri, 5 Jan 2018 23:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5AD0E093E; Fri, 5 Jan 2018 23:19:40 +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 83AE4E093E for ; Fri, 5 Jan 2018 23:19:40 +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 A550F335C4D for ; Fri, 5 Jan 2018 23:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A46AE1B0 for ; Fri, 5 Jan 2018 23:19:36 +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: <1515194359.539f79d6e576d0a860a8f89ba8dccfba645a59ba.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyodbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyodbc/Manifest dev-python/pyodbc/pyodbc-3.0.10.ebuild X-VCS-Directories: dev-python/pyodbc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 539f79d6e576d0a860a8f89ba8dccfba645a59ba X-VCS-Branch: master Date: Fri, 5 Jan 2018 23:19:36 +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-Archives-Salt: fd6b737e-f347-4a7b-a466-b5611dee8231 X-Archives-Hash: ff524cc0e2f004fdf65d2bfefd177d34 commit: 539f79d6e576d0a860a8f89ba8dccfba645a59ba Author: Michał Górny gentoo org> AuthorDate: Fri Jan 5 22:13:38 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 5 23:19:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539f79d6 dev-python/pyodbc: Clean old up dev-python/pyodbc/Manifest | 1 - dev-python/pyodbc/pyodbc-3.0.10.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/pyodbc/Manifest b/dev-python/pyodbc/Manifest index 86355f78181..be0b1769d84 100644 --- a/dev-python/pyodbc/Manifest +++ b/dev-python/pyodbc/Manifest @@ -1,3 +1,2 @@ -DIST pyodbc-3.0.10.tar.gz 68798 BLAKE2B 4347b8c79ccb86f849139c2bd249bd14f1efabebfd5aa9b1ce5e34e1906dc2918631ba0576e2b89a9dc25bf59d748beb9b86b0e29c788ff59c2a8615d4fe190f SHA512 4e275f2dfd17b3cbb3ee4c019f8a394bb849b032edab7ae5e9c6d4d6a4933e606ab46284c89b98d39cd553e82263d86dc0bee1260cd2fafb53cf19a918096647 DIST pyodbc-3.0.7.zip 85722 BLAKE2B 4725d2b5ef6e3ea59194265479b51f78025a9ed054e8c57ffb08b8255380afc0be1cfeaaaf64e611c5d9f1d301b152a2e7f2c928d4b6543a9c34317cc4f04e1b SHA512 35d4b17324c60f15bc8647961fff0fa74afa02e37e1019a399add468cfd96e0403f2f7259f3c0164e4c7cabce67de7c300c9950602d9293b0b94a84d2ed02ffe DIST pyodbc-4.0.16.tar.gz 204168 BLAKE2B 6e3ee7bad91f26992264edbac9db946d0c290a7a0ea7843ad4a13cc03aaec19272f91ec611e812bf9ccf86267d04ed3e69e07ede1482f5892a29343d39f543d0 SHA512 53f80ee7333210a1e20e89aa17ca7c2b57363826ac09069213454951ae35f8de689535c05b2278783e8b4a71d178860c3e1efebf51980343a59a9b190e41dda5 diff --git a/dev-python/pyodbc/pyodbc-3.0.10.ebuild b/dev-python/pyodbc/pyodbc-3.0.10.ebuild deleted file mode 100644 index 239986f3448..00000000000 --- a/dev-python/pyodbc/pyodbc-3.0.10.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="python ODBC module to connect to almost any database" -HOMEPAGE="https://github.com/mkleehammer/pyodbc" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="mssql" - -RDEPEND=">=dev-db/unixODBC-2.3.0 - mssql? ( >=dev-db/freetds-0.64[odbc] )" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_configure_all() { - append-cxxflags -fno-strict-aliasing -}