diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
commit | 24934e623441310f644e5f72855b0f2bf9f3cd1a (patch) | |
tree | a453939bf58199bc2c3ff27bcf0accf2b221c6c4 /dev-python/pytox | |
parent | 687f45092b4f4ccf33765cee7427f054bae22344 (diff) |
Incoming! Moving Rogento.git to kogaion-desktop. Finally
Diffstat (limited to 'dev-python/pytox')
-rw-r--r-- | dev-python/pytox/metadata.xml | 7 | ||||
-rw-r--r-- | dev-python/pytox/pytox-9999.ebuild | 28 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/pytox/metadata.xml b/dev-python/pytox/metadata.xml new file mode 100644 index 00000000..cc3fe249 --- /dev/null +++ b/dev-python/pytox/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-wanted@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/dev-python/pytox/pytox-9999.ebuild b/dev-python/pytox/pytox-9999.ebuild new file mode 100644 index 00000000..448efcc1 --- /dev/null +++ b/dev-python/pytox/pytox-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +PYTHON_COMPAT=( python{2_7,3_3} ) + +inherit distutils-r1 eutils + +if [[ ${PV} == "9999" ]] ; then + inherit git-2 + EGIT_REPO_URI="https://github.com/aitjcize/PyTox.git" +else + SRC_URI="https://github.com/aitjcize/PyTox/archive/${PV}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Python bindings for the Tox library" +HOMEPAGE="https://github.com/aitjcize/PyTox" +LICENSE="GPL-2" +SLOT="0" + +RDEPEND="net-libs/tox" +DEPEND="${RDEPEND}" + +src_prepare() { + epatch_user +}
\ No newline at end of file |