SchemaSync-0.9.2-r1.ebuild 568 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. PYTHON_COMPAT=( python2_7 )
  5. inherit distutils-r1
  6. DESCRIPTION="MySQL Schema Versioning and Migration Utility"
  7. HOMEPAGE="https://github.com/mmatuson/SchemaSync"
  8. # old download location is down
  9. SRC_URI="mirror://gentoo/${P}.tar.gz"
  10. LICENSE="Apache-2.0"
  11. SLOT="0"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14. RDEPEND="
  15. dev-python/setuptools[${PYTHON_USEDEP}]
  16. dev-python/mysql-python[${PYTHON_USEDEP}]
  17. dev-python/SchemaObject[${PYTHON_USEDEP}]"
  18. DEPEND="${RDEPEND}"