public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alembic/
Date: Sat, 17 Sep 2016 06:25:01 +0000 (UTC)	[thread overview]
Message-ID: <1474093491.9909e1dd8315f693f9d7032f7bf7cb26e0d2c150.patrick@gentoo> (raw)

commit:     9909e1dd8315f693f9d7032f7bf7cb26e0d2c150
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 05:28:13 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 06:24:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9909e1dd

dev-python/alembic: Bump

Package-Manager: portage-2.3.0

 dev-python/alembic/Manifest             |  1 +
 dev-python/alembic/alembic-0.8.8.ebuild | 47 +++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/alembic/Manifest b/dev-python/alembic/Manifest
index d65cc14..f3894ad 100644
--- a/dev-python/alembic/Manifest
+++ b/dev-python/alembic/Manifest
@@ -4,3 +4,4 @@ DIST alembic-0.8.4.tar.gz 950696 SHA256 8507fc12ccc99321da2fa117dde4b5d8664ff5ef
 DIST alembic-0.8.5.tar.gz 959286 SHA256 de8ca3b1d806cd39bf8a21d90f5c5822a2173b721ec20f868da38edd45b58cb2 SHA512 bc60363cc1dc4ee7dbc0b788f7ec638e3338b83dcca5858432bff1672c7bf5bbe8ba7522d80002140e8075017f1d5861ffb69b9c027790adc1b589484ad7448e WHIRLPOOL 4e2089237c427455c75e297f628af461f6a5fbf0195d48f531e419541878c525ce7d38da58964fde91e957c9ebdbba54372c9bae684cc4716d546d9c8105b2c2
 DIST alembic-0.8.6.tar.gz 961323 SHA256 53403da066ef90cbc5a3f801f3dd39bbbfbc41b0a84eb8c1c806243b7e2c6466 SHA512 0537f8679d060db0b7cf6d92540d2016d05cb792e2d0984f235c0975baf4aab23cf0667a2ef21c7e8d7f8a580c0f7ee46b0e05932049323c40f7490e66150277 WHIRLPOOL 58aba9f8f0b9af9c1061c2b075c94ee2adbe0c5a3de183b70ade4bd54bc7c238a89f21b3c173bccf57a94472883300be03b3813e0d75fac51bba31f65f237a3f
 DIST alembic-0.8.7.tar.gz 968161 SHA256 7fb8a456d6c47fe24b87e02acb405b2094545f9b574beb80105a64fe9b335a45 SHA512 929ae344106d2ea31d7a47cee48917825e26eb0b2b817e915bb10e142823e825a989c91d90865bad63a48e344fd0f14de97a09f45568720bd257633c437ca21e WHIRLPOOL 0b83049223d8b86251b8bdba592d3f1e4d606e370d86c0e7739d7166b99a01a55bda1c1dfed5587f6b94463f3ec98120091ebbaa883fd702770326bc4bf0a914
+DIST alembic-0.8.8.tar.gz 970125 SHA256 cd6f2192ca2307bfe2a2a61f8a261420addc59a09a6379a6550e0a15693b0b8a SHA512 201de14a204c30aa7d7b935a698931b48961111f90d20b1732d6657516be37d82b40eb0ae6cb4bb465ba57ea30922fb32bd26e9d0f61f1d56870182e31bf43a0 WHIRLPOOL 9f9899f153fe43bd3b9382fc3a61811edd1ad1e9ab386a62f40b4994667f19cd3d4719f2682fb2e152ab7abee83cbc90ef3d3bab13e7387a2d73409e8ac2ad3b

diff --git a/dev-python/alembic/alembic-0.8.8.ebuild b/dev-python/alembic/alembic-0.8.8.ebuild
new file mode 100644
index 00000000..1fc1aaa
--- /dev/null
+++ b/dev-python/alembic/alembic-0.8.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5)
+
+inherit distutils-r1
+
+DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"
+HOMEPAGE="https://bitbucket.org/zzzeek/alembic"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test doc"
+
+# requires.txt cites 'SQLAlchemy>=0.7.3' which is really both old and silly
+# because it shatters the testsuite.  If 'someone' cares to adhere to correct form
+# and edit to -0.7.3, feel free, and then pick up the pieces.
+RDEPEND=">=dev-python/sqlalchemy-0.8.4[${PYTHON_USEDEP}]
+	dev-python/mako[${PYTHON_USEDEP}]
+	>=dev-python/python-editor-0.3[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( ${RDEPEND}
+		dev-python/nose[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}] )"
+# For test phase
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+	# suite passes all if run from source. The residual fail & error are quite erroneous
+	rm tests/test_script_consumption.py
+
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	${EPYTHON} run_tests.py || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/. )
+
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2016-09-17  6:25 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-17  6:25 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24  6:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/alembic/ Michał Górny
2024-07-13  7:27 Arthur Zamarin
2024-06-27  2:53 Michał Górny
2024-06-18 19:10 Michał Górny
2024-01-27 12:10 Michał Górny
2024-01-06 10:31 Michał Górny
2024-01-06 10:29 Michał Górny
2023-12-21  4:30 Michał Górny
2023-12-20 16:00 Michał Górny
2023-12-20 15:56 Michał Górny
2023-12-02  7:09 Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-24 15:04 Arthur Zamarin
2023-10-27  2:44 Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:31 Sam James
2023-09-08  4:53 Michał Górny
2023-09-07 19:52 Sam James
2023-09-01  5:06 Michał Górny
2023-08-17  8:36 Michał Górny
2023-08-05  5:30 Michał Górny
2023-06-18 17:18 Michał Górny
2023-06-18 15:14 Sam James
2023-06-07  9:27 Sam James
2023-05-18  3:14 Michał Górny
2023-05-16  5:05 Michał Górny
2023-05-06 14:00 Michał Górny
2023-05-06 12:01 Sam James
2023-04-25  2:02 Michał Górny
2023-04-08 12:24 Michał Górny
2023-04-08  8:42 Arthur Zamarin
2023-04-06  3:07 Michał Górny
2023-03-17 17:18 Michał Górny
2023-03-17 16:03 Sam James
2023-03-09  5:58 Michał Górny
2023-03-07  7:08 Michał Górny
2023-03-06 14:05 Michał Górny
2023-02-17  7:38 Michał Górny
2023-02-16 14:18 Michał Górny
2023-02-16 10:01 Sam James
2023-02-14 21:05 Michał Górny
2023-02-14 21:05 Michał Górny
2023-02-08  6:27 Michał Górny
2023-01-15  7:02 Michał Górny
2022-12-24  7:41 Michał Górny
2022-12-16 11:32 Michał Górny
2022-08-15  8:08 Michał Górny
2022-08-15  7:40 Agostino Sarubbo
2022-07-14  7:31 Michał Górny
2022-07-02 17:48 Michał Górny
2022-07-02 16:05 Jakov Smolić
2022-06-01  7:21 Michał Górny
2022-04-16 15:56 Michał Górny
2022-04-16  7:38 Sam James
2022-03-19  9:36 Michał Górny
2022-03-19  7:53 Agostino Sarubbo
2022-03-14 22:39 Michał Górny
2022-02-01 22:03 Michał Górny
2021-12-12 21:32 Michał Górny
2021-12-12 20:02 Jakov Smolić
2021-11-12  9:40 Michał Górny
2021-10-24  8:43 Michał Górny
2021-10-24  0:19 Sam James
2021-10-07  7:21 Michał Górny
2021-10-04 11:12 Michał Górny
2021-10-04 11:00 Agostino Sarubbo
2021-09-17 22:22 Michał Górny
2021-08-31  7:56 Michał Górny
2021-08-30 21:41 Michał Górny
2021-07-05  7:03 Michał Górny
2021-06-05 20:55 Michał Górny
2021-06-05 12:56 Michał Górny
2021-05-27 22:47 Michał Górny
2021-05-25  5:13 Michał Górny
2021-05-22  7:58 Michał Górny
2021-05-07  8:04 Michał Górny
2021-05-04 12:41 Michał Górny
2021-04-28  8:16 Michał Górny
2021-04-27 21:42 Sam James
2021-04-06 20:39 Michał Górny
2021-04-06 19:47 Sam James
2021-03-25 19:09 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-03-24  8:16 Michał Górny
2021-03-11 22:59 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:46 Sam James
2021-03-05 21:50 Michał Górny
2021-02-21  8:25 Michał Górny
2021-02-19  3:40 Sam James
2021-02-03 23:23 Michał Górny
2021-01-30  9:19 Michał Górny
2021-01-21 10:52 Michał Górny
2021-01-20  9:27 Michał Górny
2021-01-18 23:53 Michał Górny
2020-11-25 12:29 Michał Górny
2020-11-25 12:13 Agostino Sarubbo
2020-11-25  9:09 Michał Górny
2020-10-16 17:47 Louis Sautier
2020-09-21 23:25 Matthew Thode
2020-05-30 17:52 Matthew Thode
2020-05-20 16:13 Matthew Thode
2020-03-26 11:16 Michał Górny
2020-03-17 19:52 Michał Górny
2020-02-05 21:28 Andreas Sturmlechner
2018-02-19  0:54 Matt Thode
2018-01-02 14:57 Michał Górny
2017-09-16 17:10 Patrick Lauer
2017-08-27  4:26 Matt Thode
2017-05-12 12:56 Manuel Rüger
2017-05-02 13:11 Michał Górny
2017-03-26  4:16 Matt Thode
2017-02-27  2:51 Matt Thode
2016-08-30  9:36 Patrick Lauer
2016-08-07  8:02 Pacho Ramos
2016-04-19 12:59 Patrick Lauer
2016-03-25  3:43 Matt Thode
2016-03-12 10:02 Patrick Lauer
2016-02-28  7:32 Matt Thode
2016-02-08  2:23 Ian Delaney
2016-02-07 13:27 Ian Delaney
2016-02-07 12:00 Justin Lecher
2016-01-05 13:26 Patrick Lauer
2015-10-15  5:25 Matt Thode

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=1474093491.9909e1dd8315f693f9d7032f7bf7cb26e0d2c150.patrick@gentoo \
    --to=patrick@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