diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-05-17 08:36:38 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-05-17 08:36:38 +0000 |
commit | a4982334c10f7617146f1ca5f203af5d1b5cde7a (patch) | |
tree | f6198980f2e91f5b2a473778609daae8106e219e /dev-python/pycmd | |
parent | Stable for HPPA (bug #549562). (diff) | |
download | gentoo-2-a4982334c10f7617146f1ca5f203af5d1b5cde7a.tar.gz gentoo-2-a4982334c10f7617146f1ca5f203af5d1b5cde7a.tar.bz2 gentoo-2-a4982334c10f7617146f1ca5f203af5d1b5cde7a.zip |
bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pycmd')
-rw-r--r-- | dev-python/pycmd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pycmd/pycmd-1.2.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/pycmd/ChangeLog b/dev-python/pycmd/ChangeLog index 999ea7849135..7e14099cc82d 100644 --- a/dev-python/pycmd/ChangeLog +++ b/dev-python/pycmd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pycmd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v 1.5 2015/02/01 17:36:51 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v 1.6 2015/05/17 08:36:38 idella4 Exp $ + +*pycmd-1.2 (17 May 2015) + + 17 May 2015; Ian Delaney <idella4@gentoo.org> +pycmd-1.2.ebuild: + bump 01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -pycmd-1.0.ebuild: Remove old. diff --git a/dev-python/pycmd/pycmd-1.2.ebuild b/dev-python/pycmd/pycmd-1.2.ebuild new file mode 100644 index 000000000000..67f3ed1d040d --- /dev/null +++ b/dev-python/pycmd/pycmd-1.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/pycmd-1.2.ebuild,v 1.1 2015/05/17 08:36:38 idella4 Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="pycmd: tools for managing/searching Python related files" +HOMEPAGE="http://pypi.python.org/pypi/pycmd" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-python/py-1.4.9[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" +# Test files present however are not ready to run as they are supplied in the source +# The source repo is not listed at all in the page @pypi. |