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 71F611382C5 for ; Fri, 5 Jan 2018 23:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60D65E0938; Fri, 5 Jan 2018 23:19:40 +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 331DCE0938 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 48DB2335C39 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 7E6791AE 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: <1515194357.403c38eec1bd458cd5090d5a905248f200cae2f7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymysql/Manifest dev-python/pymysql/pymysql-0.7.6.ebuild dev-python/pymysql/pymysql-0.7.9.ebuild X-VCS-Directories: dev-python/pymysql/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 403c38eec1bd458cd5090d5a905248f200cae2f7 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: ebd58910-bd66-413f-855c-da5035d18901 X-Archives-Hash: 9859ad782bb627b8f68addd3f375bb09 commit: 403c38eec1bd458cd5090d5a905248f200cae2f7 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 5 22:13:03 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 5 23:19:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403c38ee dev-python/pymysql: Clean old up dev-python/pymysql/Manifest | 2 -- dev-python/pymysql/pymysql-0.7.6.ebuild | 31 ------------------------------- dev-python/pymysql/pymysql-0.7.9.ebuild | 31 ------------------------------- 3 files changed, 64 deletions(-) diff --git a/dev-python/pymysql/Manifest b/dev-python/pymysql/Manifest index 5f51c02d12e..70c13e6afe9 100644 --- a/dev-python/pymysql/Manifest +++ b/dev-python/pymysql/Manifest @@ -1,3 +1 @@ DIST pymysql-0.7.11.tar.gz 82213 BLAKE2B 45ef3b4c8f4d9a9d3cb5b706f68a52b860bc21298b9fb7d983ea3fc6910c5a53e9e963a712735f93588501ff7297a2f10a74b44965eab4554a554a4a9f0e2b0e SHA512 b83fbbf77fad8e775ba48cf56f32deb61d2d54d64bd1f83e097c61d87b33a881787125c839b78f18b413722299c24a8a14dc9b36f5df7ff7f9c6ea56b2597150 -DIST pymysql-0.7.6.tar.gz 81842 BLAKE2B 94c2808b92458feb6abe5dfad69d61b5781a15619a9635043fcd1b35f494d1fcec2cfa87ceec9a47e6bccb1304da560ebb26c67554d2760f3efa39ae2c1e0ac4 SHA512 02efa79253c9aaf631d77ab7d7acffb96e81d96cea781dd7c80a268f13098e3f2d538db1161417dcd96d0e3a19edf7ff888e791e4a332b1edd9edf2ff9f2de36 -DIST pymysql-0.7.9.tar.gz 82247 BLAKE2B 5ad67a4c3c2faa623f6051f2fb0d7180cacd9fa8b44c7ca18964c3b80adb9f837ea1775192eaf3ed1e4c2c1857fc17dae4cf0f8c91ba4444c2782c47865cd1c9 SHA512 3d1496e33ca7755440219be96f70289ce5f117311dd3f9963e1f8441d0297ee047dd779ceab9c99b7822564fb698c09629153b84a1201ac06a745d42d12513f0 diff --git a/dev-python/pymysql/pymysql-0.7.6.ebuild b/dev-python/pymysql/pymysql-0.7.6.ebuild deleted file mode 100644 index ed7664dbf5d..00000000000 --- a/dev-python/pymysql/pymysql-0.7.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -MY_PN="PyMySQL" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Pure-Python MySQL Driver" -HOMEPAGE="https://github.com/PyMySQL/PyMySQL" -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" - -S=${WORKDIR}/${MY_P} - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -# While tests exist, they require an unsecure server to run without manual config file -RESTRICT="test" - -python_test() { - ${PYTHON} runtests.py || die -} diff --git a/dev-python/pymysql/pymysql-0.7.9.ebuild b/dev-python/pymysql/pymysql-0.7.9.ebuild deleted file mode 100644 index e67fe919bd7..00000000000 --- a/dev-python/pymysql/pymysql-0.7.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -MY_PN="PyMySQL" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Pure-Python MySQL Driver" -HOMEPAGE="https://github.com/PyMySQL/PyMySQL" -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" - -S=${WORKDIR}/${MY_P} - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -# While tests exist, they require an unsecure server to run without manual config file -RESTRICT="test" - -python_test() { - ${PYTHON} runtests.py || die -}