public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymysql/
Date: Mon, 19 Oct 2015 16:29:36 +0000 (UTC)	[thread overview]
Message-ID: <1445272151.080ba3e574d2602a921b3c2259da65427accfb3e.jlec@gentoo> (raw)

commit:     080ba3e574d2602a921b3c2259da65427accfb3e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 15:26:43 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 16:29:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080ba3e5

dev-python/pymysql: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/pymysql/Manifest             |  1 +
 dev-python/pymysql/pymysql-0.6.7.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pymysql/Manifest b/dev-python/pymysql/Manifest
index c83643c..b42ac46 100644
--- a/dev-python/pymysql/Manifest
+++ b/dev-python/pymysql/Manifest
@@ -1,2 +1,3 @@
 DIST pymysql-0.6.3.tar.gz 52877 SHA256 eeb9772521cd08132885a283ba885dce5929994daf4953eb27a5ebde6f353143 SHA512 5dfe41039e703d2feb53b25db45a0541929bf52a2fe7b8f06b1dd3ff71118b99808b6d299f52073aaab779cddcd9858a51d59f23f1983e4f200d672caee5e624 WHIRLPOOL 0c0c6dd747200f2dbdde35767bb53177cdfbeae1d3623f6f1329c5030cfb89650c627cc73f2bf7039da96d3cb1e3b285ab304b5d12cc8806bcc5ef703ca06bd0
 DIST pymysql-0.6.6.tar.gz 58118 SHA256 613073e7b0ede054620e5863cb0e461a13abc0f2f00b894a5f4d6de104b8dc2b SHA512 c09fc9801132243708cab18b7e4e1e9ed706579c6a08a51867bec41d27af41b1c19e33290206cf881153d81f42e5a9ba0871ad472abcc90a818a14f9413a5de6 WHIRLPOOL 0d90a574ed194420da938246c1037abfac2e1e344a5886a91444236425e6f05d84f8027b2706b7548e50646cfd95e00ab3ed5aa85464a8a0a1b8c5ec3c1fedc7
+DIST pymysql-0.6.7.tar.gz 63485 SHA256 e0e0e0bd417993b9d455733630557d36f58e1fbf50788c61eb99d0d6e3e96a25 SHA512 8eabb4f870ad35b5437b6e2c773fe61ebecdeeb61187f008e515d40ebad0141cd929f894291ff85f50bd4fdc842e902afb7399fb8655b231443ac3ff49ed5d39 WHIRLPOOL 44e457c23a75c537ac2de283bf8a5a2cbfa9cbe0d8401aff992dd7ba1fb740a816647543703603f1e0073114a07fabaeee53e333ec21c17377de98cd8850d51d

diff --git a/dev-python/pymysql/pymysql-0.6.7.ebuild b/dev-python/pymysql/pymysql-0.6.7.ebuild
new file mode 100644
index 0000000..c0fc331
--- /dev/null
+++ b/dev-python/pymysql/pymysql-0.6.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN="PyMySQL"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Pure-Python MySQL Driver"
+HOMEPAGE="http://www.pymysql.org/"
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~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
+}


             reply	other threads:[~2015-10-19 16:30 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-19 16:29 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-04  6:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/pymysql/ Patrice Clement
2017-01-26 20:27 Brian Evans
2017-03-10 21:58 Zac Medico
2017-08-30 21:07 Matt Thode
2017-09-29 23:32 Matt Thode
2018-01-05 23:19 Michał Górny
2018-02-22 21:23 Thomas Deutschmann
2018-06-09 17:09 Thomas Deutschmann
2018-09-11 19:13 Brian Evans
2019-01-16 13:33 Thomas Deutschmann
2020-01-07 20:24 Brian Evans
2020-02-05 19:53 Michał Górny
2020-04-18 17:55 Craig Andrews
2020-06-11 20:33 Michał Górny
2020-06-11 20:33 Michał Górny
2020-06-11 20:33 Michał Górny
2020-08-18  5:52 Sam James
2020-09-17 15:16 Brian Evans
2020-09-23  7:29 Michał Górny
2020-10-02 14:40 Thomas Deutschmann
2020-10-09  8:40 Agostino Sarubbo
2020-10-09  8:53 Michał Górny
2021-01-07  9:16 Michał Górny
2021-01-08  9:29 Michał Górny
2021-01-09 17:40 Michał Górny
2021-02-25 13:54 Agostino Sarubbo
2021-03-20 19:21 Thomas Deutschmann
2021-06-05 17:59 Michał Górny
2021-07-28 16:14 Sergei Trofimovich
2021-08-10  4:59 Sam James
2021-09-06  0:13 Sam James
2021-09-06 23:37 Sam James
2021-09-06 23:42 Sam James
2021-10-02 23:17 Sam James
2021-10-24 21:14 Sam James
2021-11-14 23:51 Sam James
2022-02-14  8:35 Matt Turner
2022-10-14 15:09 Andrew Ammerlaan
2022-11-06  7:24 Sam James
2022-11-06  7:59 Michał Górny
2023-03-28 13:23 Michał Górny
2023-04-28 14:47 Arthur Zamarin
2023-04-28 14:49 Arthur Zamarin
2023-06-27  3:54 Michał Górny
2023-07-28  7:56 Sam James
2023-07-28  9:26 Michał Górny
2023-07-28  9:26 Michał Górny
2024-01-04 11:29 WANG Xuerui
2024-05-18  8:09 Michał Górny
2024-05-22  4:49 Michał Górny
2024-05-22  4:49 Michał Górny
2024-05-22  9:05 Michał Górny
2024-05-22  9:10 Michał Górny
2025-02-27 21:07 Michał Górny

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=1445272151.080ba3e574d2602a921b3c2259da65427accfb3e.jlec@gentoo \
    --to=jlec@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