public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mysqlclient/
Date: Thu, 24 Aug 2023 18:32:54 +0000 (UTC)	[thread overview]
Message-ID: <1692901882.10c4a0074eccb0421f50640fe55905beef51a264.mgorny@gentoo> (raw)

commit:     10c4a0074eccb0421f50640fe55905beef51a264
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 18:31:22 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 18:31:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c4a007

dev-python/mysqlclient: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/mysqlclient/Manifest                 |  1 -
 dev-python/mysqlclient/mysqlclient-2.1.1.ebuild | 91 -------------------------
 2 files changed, 92 deletions(-)

diff --git a/dev-python/mysqlclient/Manifest b/dev-python/mysqlclient/Manifest
index 16337db4e649..d46a11d00ae7 100644
--- a/dev-python/mysqlclient/Manifest
+++ b/dev-python/mysqlclient/Manifest
@@ -1,2 +1 @@
-DIST mysqlclient-2.1.1.tar.gz 88138 BLAKE2B fdd044f2703af874dc0ca67b2fe07fcac3ceed5a4543aa15a0daa852ddf5ad6940a43675c0f104d9aa173e96da946e33054e1cc4c1b9812487558af64cc8fd43 SHA512 d8aed044b651aabb8d28d2df085f84e4d824ef0f147216d111425a9c8024f55634236ec131debf46660084c5a8fd67c944db60ffbf89e1d712cdca80c0726a06
 DIST mysqlclient-2.2.0.tar.gz 89543 BLAKE2B 1e75d37825b81300103d980174d12986d7d02fa2f958ebbdb3d8a2ecea498a8afd9f43c2e3d46a88109364bc0ba172f91c7d5853ed4bd173ef34bc451d31c7b3 SHA512 c392bfc173c2a2e20821b862c3f23621bcd0c20884f58623c345921aaa4f0557b3f75e75e5577a0df150adf119ec008af5ad1fcbfe11248d73918c0a211e8df9

diff --git a/dev-python/mysqlclient/mysqlclient-2.1.1.ebuild b/dev-python/mysqlclient/mysqlclient-2.1.1.ebuild
deleted file mode 100644
index 9ee4b0571cc4..000000000000
--- a/dev-python/mysqlclient/mysqlclient-2.1.1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python interface to MySQL"
-HOMEPAGE="
-	https://pypi.org/project/mysqlclient/
-	https://github.com/PyMySQL/mysqlclient/
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
-	dev-db/mysql-connector-c:0=
-"
-RDEPEND="
-	${DEPEND}
-"
-BDEPEND="
-	test? (
-		dev-db/mariadb[server]
-	)
-"
-
-distutils_enable_sphinx doc
-distutils_enable_tests pytest
-
-src_test() {
-	local datadir="${T}/mysql" \
-		install_log="${T}/mysqld_install.log" \
-		pidfile="${T}/mysqld.pid" \
-		socket="${T}/mysqld.sock" \
-		log="${T}/mysqld.log"
-	einfo "Creating test MySQL instance ..."
-	if ! mysql_install_db \
-		--no-defaults \
-		--auth-root-authentication-method=normal \
-		--basedir="${EPREFIX}/usr" \
-		--datadir="${datadir}" >& "${install_log}"
-	then
-		cat "${install_log}"
-		die "Failed to create database"
-	fi
-
-	einfo "Starting test MySQL instance ..."
-	mysqld \
-		--no-defaults \
-		--character-set-server=utf8 \
-		--pid-file="${pidfile}" \
-		--socket="${socket}" \
-		--skip-networking \
-		--datadir="${datadir}" >& "${log}" &
-
-	local i timeout=10
-	einfo "Waiting for MySQL to start for up to ${timeout} seconds ..."
-	for i in seq 1 ${timeout}; do
-		[[ -S "${socket}" ]] && break
-		sleep 1
-	done
-	if [[ ! -S "${socket}" ]]; then
-		cat "${log}"
-		die "MySQL failed to start in ${timeout} seconds"
-	fi
-
-	cat > "${T}/mysql.cnf" <<- EOF
-		[MySQLdb-tests]
-		socket = ${socket}
-		user = root
-		database = test
-	EOF
-
-	distutils-r1_src_test
-
-	einfo "Stopping test MySQL instance ..."
-	pkill -F "${pidfile}" &>/dev/null
-}
-
-python_test() {
-	local -x TESTDB="${T}/mysql.cnf"
-	rm -rf MySQLdb || die
-	epytest
-}


             reply	other threads:[~2023-08-24 18:32 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 18:32 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-12 19:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/mysqlclient/ Michał Górny
2024-03-17 13:06 Michał Górny
2024-03-17  6:27 Ionen Wolkens
2024-03-02 15:30 Arthur Zamarin
2024-02-24 19:25 Jakov Smolić
2024-02-24 14:04 Sam James
2024-02-24 10:07 Sam James
2024-02-10  4:41 Matthew Thode
2024-02-08 18:56 Michał Górny
2024-02-04 16:42 Matthew Thode
2024-01-24  6:33 Michał Górny
2024-01-24  4:57 Ionen Wolkens
2024-01-13 12:02 Sam James
2024-01-13 11:15 Sam James
2024-01-13  9:43 Arthur Zamarin
2024-01-13  9:38 Arthur Zamarin
2023-12-27 16:43 Michał Górny
2023-12-14 13:58 Michał Górny
2023-08-24 18:12 Arthur Zamarin
2023-07-24 10:05 Jakov Smolić
2023-06-23  6:06 Michał Górny
2023-06-03 17:45 Michał Górny
2023-03-16  4:03 Michał Górny
2023-01-27 15:47 Arthur Zamarin
2022-07-25 16:14 Michał Górny
2022-07-25 15:06 Agostino Sarubbo
2022-07-25  6:41 Sam James
2022-07-25  6:41 Sam James
2022-07-24 16:29 Sam James
2022-06-23  7:19 Michał Górny
2022-04-27 20:17 Michał Górny
2022-04-27 20:17 Michał Górny
2022-04-27 19:43 Arthur Zamarin
2021-12-20  7:26 Agostino Sarubbo
2021-12-19 21:35 Arthur Zamarin
2021-12-19 21:35 Arthur Zamarin
2021-12-19 21:19 Arthur Zamarin
2021-12-19 21:18 Jakov Smolić
2021-11-18  9:16 Michał Górny
2021-10-16  6:33 Sam James
2021-09-27  6:55 Agostino Sarubbo
2021-09-26  7:29 Agostino Sarubbo
2021-09-26  7:28 Agostino Sarubbo
2021-08-21 13:49 Arthur Zamarin
2021-06-29  5:53 Yixun Lan
2020-12-17 21:50 Craig Andrews
2020-10-11  9:00 Sergei Trofimovich
2020-09-26 21:34 Sergei Trofimovich
2020-09-20 12:58 Sam James
2020-09-20 12:49 Michał Górny
2020-09-20  9:36 Michał Górny
2020-07-14 14:50 Sam James
2020-06-21  6:23 Michał Górny
2020-05-17  9:37 Sergei Trofimovich
2020-05-15 17:33 Sergei Trofimovich
2020-05-07 16:35 Mart Raudsepp
2020-05-06  6:48 Sergei Trofimovich
2020-05-06  6:41 Sergei Trofimovich
2020-04-18  3:02 Craig Andrews
2020-03-28  8:34 Michał Górny
2020-03-28  8:34 Michał Górny
2019-12-22 18:39 Matthew Thode
2019-12-06 16:10 Matthew Thode
2019-11-22 16:10 Matthew Thode
2019-11-11 13:18 Jeroen Roovers
2019-11-06 21:23 Matthew Thode
2019-11-06 19:49 Matthew Thode
2019-02-20 20:17 Matthew Thode
2019-02-20 20:17 Matthew Thode
2019-02-16 17:12 Matthew Thode
2019-02-15 15:20 Matthew Thode
2019-02-14 21:58 Matthew Thode
2019-02-11 15:12 Brian Evans
2019-02-08 23:01 Matthew Thode
2019-01-20 19:46 Matthew Thode
2019-01-18 21:48 Matthew Thode
2019-01-04  5:26 Matthew Thode
2018-12-04 17:59 Matthew Thode
2018-11-05 14:26 Craig Andrews
2018-07-27 19:13 Matt Thode
2018-06-28 15:59 Matt Thode
2018-01-05  9:36 Michał Górny
2017-09-29 23:32 Matt Thode
2017-09-01 20:12 Matt Thode
2017-03-24 15:30 Matt Thode
2017-03-22 17:11 Matt Thode
2017-02-24 16:34 Matt Thode
2017-02-23 20:21 Matt Thode
2016-10-30 16:10 Matt Thode
2016-09-30 23:59 Matt Thode
2016-04-03 20:01 Matt Thode
2015-11-06 16:22 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1692901882.10c4a0074eccb0421f50640fe55905beef51a264.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox