summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-06-08 12:01:41 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-06-08 12:01:41 +0000
commitc048993ecef28ec7726ac4cf3a9455d76d7c4745 (patch)
treebbab6e0b9e8c8644684d9cbada3954bd42ac6686 /dev-python
parentRemove old. (diff)
downloadgentoo-2-c048993ecef28ec7726ac4cf3a9455d76d7c4745.tar.gz
gentoo-2-c048993ecef28ec7726ac4cf3a9455d76d7c4745.tar.bz2
gentoo-2-c048993ecef28ec7726ac4cf3a9455d76d7c4745.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/docopt/ChangeLog5
-rw-r--r--dev-python/docopt/docopt-0.6.1.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-python/docopt/ChangeLog b/dev-python/docopt/ChangeLog
index ed4c71c712da..1a9a8f03dfa2 100644
--- a/dev-python/docopt/ChangeLog
+++ b/dev-python/docopt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/docopt
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/ChangeLog,v 1.10 2015/06/07 13:12:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/ChangeLog,v 1.11 2015/06/08 12:01:41 mrueg Exp $
+
+ 08 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -docopt-0.6.1.ebuild:
+ Remove old.
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
diff --git a/dev-python/docopt/docopt-0.6.1.ebuild b/dev-python/docopt/docopt-0.6.1.ebuild
deleted file mode 100644
index d9ac5a1f1f79..000000000000
--- a/dev-python/docopt/docopt-0.6.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/docopt-0.6.1.ebuild,v 1.2 2014/06/04 13:29:11 jlec Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pythonic argument parser, that will make you smile"
-HOMEPAGE="https://pypi.python.org/pypi/docopt https://github.com/docopt/docopt"
-SRC_URI="
- mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
- https://github.com/docopt/docopt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
- esetup.py test
-}