diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-07-11 13:40:03 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-07-11 13:40:03 +0000 |
commit | dd4101f50519f36dc046446f40f289b7abb262e7 (patch) | |
tree | 7c86dc77229bcba286c2a29a964ef62b4236134b /dev-python/pycmd | |
parent | Version bump. Removed old. Fixed automagic dependency on libaio (bug #489764) (diff) | |
download | gentoo-2-dd4101f50519f36dc046446f40f289b7abb262e7.tar.gz gentoo-2-dd4101f50519f36dc046446f40f289b7abb262e7.tar.bz2 gentoo-2-dd4101f50519f36dc046446f40f289b7abb262e7.zip |
bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pycmd')
-rw-r--r-- | dev-python/pycmd/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pycmd/pycmd-1.1.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-python/pycmd/ChangeLog b/dev-python/pycmd/ChangeLog index 7472c81e0943..93155c4930cb 100644 --- a/dev-python/pycmd/ChangeLog +++ b/dev-python/pycmd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pycmd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v 1.2 2013/10/22 14:19:01 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v 1.3 2014/07/11 13:40:03 idella4 Exp $ + +*pycmd-1.1 (11 Jul 2014) + + 11 Jul 2014; Ian Delaney <idella4@gentoo.org> +pycmd-1.1.ebuild: + bump 22 Oct 2013; Fabian Groffen <grobian@gentoo.org> pycmd-1.0.ebuild: Marked ~x64-macos, bug #487670 diff --git a/dev-python/pycmd/pycmd-1.1.ebuild b/dev-python/pycmd/pycmd-1.1.ebuild new file mode 100644 index 000000000000..9e452a782a47 --- /dev/null +++ b/dev-python/pycmd/pycmd-1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/pycmd-1.1.ebuild,v 1.1 2014/07/11 13:40:03 idella4 Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +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" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" |