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 703281382C5 for ; Sat, 19 May 2018 08:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF1BAE0897; Sat, 19 May 2018 08:03:33 +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 9E963E0897 for ; Sat, 19 May 2018 08:03:33 +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 504C4335C7C for ; Sat, 19 May 2018 08:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55DEC2A2 for ; Sat, 19 May 2018 08:03:30 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1526717003.d74257cf67d33d35c371e7aa3cbb1e4f01c87a2c.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/SchemaSync/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/SchemaSync/Manifest dev-db/SchemaSync/SchemaSync-0.9.5.ebuild X-VCS-Directories: dev-db/SchemaSync/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: d74257cf67d33d35c371e7aa3cbb1e4f01c87a2c X-VCS-Branch: master Date: Sat, 19 May 2018 08:03:30 +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: 046a7c0e-7ec2-49ff-a78d-541682084668 X-Archives-Hash: 35c4e3b44944cda60fa7b6eb50667092 commit: d74257cf67d33d35c371e7aa3cbb1e4f01c87a2c Author: Anthony G. Basile gentoo org> AuthorDate: Sat May 19 07:47:20 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat May 19 08:03:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74257cf dev-db/SchemaSync: version bump to 0.9.5 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-db/SchemaSync/Manifest | 1 + dev-db/SchemaSync/SchemaSync-0.9.5.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-db/SchemaSync/Manifest b/dev-db/SchemaSync/Manifest index 62db992f9f6..52b3b373808 100644 --- a/dev-db/SchemaSync/Manifest +++ b/dev-db/SchemaSync/Manifest @@ -1,2 +1,3 @@ DIST SchemaSync-0.9.2.tar.gz 12828 BLAKE2B 050a027376282816bef34d6a7e146e590c5ebc279649f03d65129d33b9941c08aeb7bb58a302b9a77a62c8b7820b8dcbd6bc783c2405a25a4baca863baa53d3e SHA512 4f2522c05e3cf0957fe0d51cc48f3a45fd8eaeb341801bfdeb32bb7e959e8a250a84a162b80853f2010a99a932ef7d1b556579f7c77971f0e9a3e0fa87531599 DIST SchemaSync-0.9.4.tar.gz 13824 BLAKE2B d98cd5cc0d6275ac5e4bb0272f4ab2879f4639b0e2986c175297ab3cc60930f63c3288cc2c3194784078958749c8e95a9e9ecdf660e071a61caac37b9659f2e3 SHA512 0087f5f634d2374def5e1dd2dd8d6d57d3fca9322bba23aee461487053233dba30ce889a87747ce2c11bd9a7e08418d619e9fd8b910ea303987b57bac7609248 +DIST SchemaSync-0.9.5.tar.gz 13973 BLAKE2B e76dd4e2e69875dedafed44214b6e30db6e71f4ee62a4bcd1cf1592c6727ae9d6f70190aa288559594d278b3962f8cb91eeb3d4b4b9014737be8b6b37acc9e84 SHA512 8ee37c099de8e3627d3d708c5642e4e0b7304306002bfa82d24cd2a733539bd0d5144d6afd18dd06e229a87b05ee569fe2febc727785a085bb32169581805934 diff --git a/dev-db/SchemaSync/SchemaSync-0.9.5.ebuild b/dev-db/SchemaSync/SchemaSync-0.9.5.ebuild new file mode 100644 index 00000000000..77f6e927f29 --- /dev/null +++ b/dev-db/SchemaSync/SchemaSync-0.9.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="MySQL Schema Versioning and Migration Utility" +HOMEPAGE="https://github.com/mmatuson/SchemaSync" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/mysql-python[${PYTHON_USEDEP}] + dev-python/SchemaObject[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"