summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-10-04 09:18:55 +0000
committerIan Delaney <idella4@gentoo.org>2014-10-04 09:18:55 +0000
commit84cca4b0379366491712e022c042dcf4d8898965 (patch)
treeb73cfad9f1b95c110e99f66d7f2378249662e90d /dev-python/jsonpatch
parentVersion bump. (diff)
downloadgentoo-2-84cca4b0379366491712e022c042dcf4d8898965.tar.gz
gentoo-2-84cca4b0379366491712e022c042dcf4d8898965.tar.bz2
gentoo-2-84cca4b0379366491712e022c042dcf4d8898965.zip
remove some old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/jsonpatch')
-rw-r--r--dev-python/jsonpatch/ChangeLog8
-rw-r--r--dev-python/jsonpatch/jsonpatch-0.10.ebuild21
-rw-r--r--dev-python/jsonpatch/jsonpatch-0.12.ebuild21
-rw-r--r--dev-python/jsonpatch/jsonpatch-1.8.ebuild (renamed from dev-python/jsonpatch/jsonpatch-1.5.ebuild)5
4 files changed, 10 insertions, 45 deletions
diff --git a/dev-python/jsonpatch/ChangeLog b/dev-python/jsonpatch/ChangeLog
index 4c74bda4aef9..f3f511cecfed 100644
--- a/dev-python/jsonpatch/ChangeLog
+++ b/dev-python/jsonpatch/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/jsonpatch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v 1.6 2014/07/14 07:44:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v 1.7 2014/10/04 09:18:55 idella4 Exp $
+
+*jsonpatch-1.8 (04 Oct 2014)
+
+ 04 Oct 2014; Ian Delaney <idella4@gentoo.org> +jsonpatch-1.8.ebuild,
+ -jsonpatch-0.10.ebuild, -jsonpatch-0.12.ebuild, -jsonpatch-1.5.ebuild:
+ remove some old
*jsonpatch-1.7 (14 Jul 2014)
diff --git a/dev-python/jsonpatch/jsonpatch-0.10.ebuild b/dev-python/jsonpatch/jsonpatch-0.10.ebuild
deleted file mode 100644
index 0c75241e76c1..000000000000
--- a/dev-python/jsonpatch/jsonpatch-0.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/jsonpatch-0.10.ebuild,v 1.1 2013/01/20 06:18:47 prometheanfire Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_6 python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches according to
-http://tools.ietf.org/html/draft-pbryan-json-patch-04"
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/jsonpointer[${PYTHON_USEDEP}]"
diff --git a/dev-python/jsonpatch/jsonpatch-0.12.ebuild b/dev-python/jsonpatch/jsonpatch-0.12.ebuild
deleted file mode 100644
index 06d0f1bd08b0..000000000000
--- a/dev-python/jsonpatch/jsonpatch-0.12.ebuild
+++ /dev/null
@@ -1,21 +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/jsonpatch/jsonpatch-0.12.ebuild,v 1.3 2014/03/19 18:24:09 bicatali Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_6 python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches according to
-http://tools.ietf.org/html/draft-pbryan-json-patch-04"
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/jsonpointer[${PYTHON_USEDEP}]"
diff --git a/dev-python/jsonpatch/jsonpatch-1.5.ebuild b/dev-python/jsonpatch/jsonpatch-1.8.ebuild
index 3e549be4e943..3a97c27fd2f0 100644
--- a/dev-python/jsonpatch/jsonpatch-1.5.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.8.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/jsonpatch-1.5.ebuild,v 1.1 2014/04/03 06:48:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/jsonpatch-1.8.ebuild,v 1.1 2014/10/04 09:18:55 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1
@@ -22,4 +22,5 @@ RDEPEND=">=dev-python/jsonpointer-1.3[${PYTHON_USEDEP}]"
python_test() {
"${PYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
+ "${PYTHON}" ext_tests.py || die "Tests fail with ${EPYTHON}"
}