summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-12-29 01:48:51 +0000
committerIan Delaney <idella4@gentoo.org>2014-12-29 01:48:51 +0000
commit0646c7eddcbcb98b040adf4cfca257601273e2f7 (patch)
tree91bc783935e851d4ae477686b5e6b8493eb62ce0
parentrevbump; convert -> distutils-r1, rm old (diff)
downloadgentoo-2-0646c7eddcbcb98b040adf4cfca257601273e2f7.tar.gz
gentoo-2-0646c7eddcbcb98b040adf4cfca257601273e2f7.tar.bz2
gentoo-2-0646c7eddcbcb98b040adf4cfca257601273e2f7.zip
revbump; convert -> distutils-r1, clean old impl, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r--dev-python/pupynere/ChangeLog6
-rw-r--r--dev-python/pupynere/pupynere-1.0.15-r1.ebuild6
-rw-r--r--dev-python/pupynere/pupynere-1.0.15.ebuild25
3 files changed, 8 insertions, 29 deletions
diff --git a/dev-python/pupynere/ChangeLog b/dev-python/pupynere/ChangeLog
index 654f3e4a4232..7b9f2710a823 100644
--- a/dev-python/pupynere/ChangeLog
+++ b/dev-python/pupynere/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pupynere
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pupynere/ChangeLog,v 1.9 2014/08/10 21:15:39 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pupynere/ChangeLog,v 1.10 2014/12/29 01:48:51 idella4 Exp $
+
+ 29 Dec 2014; Ian Delaney <idella4@gentoo.org> -pupynere-1.0.15.ebuild,
+ pupynere-1.0.15-r1.ebuild:
+ revbump; convert -> distutils-r1, clean old impl, rm old
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pupynere-1.0.15.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/dev-python/pupynere/pupynere-1.0.15-r1.ebuild b/dev-python/pupynere/pupynere-1.0.15-r1.ebuild
index d885fd3027ba..977ab23f80d1 100644
--- a/dev-python/pupynere/pupynere-1.0.15-r1.ebuild
+++ b/dev-python/pupynere/pupynere-1.0.15-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pupynere/pupynere-1.0.15-r1.ebuild,v 1.1 2013/09/15 18:05:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pupynere/pupynere-1.0.15-r1.ebuild,v 1.2 2014/12/29 01:48:51 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
diff --git a/dev-python/pupynere/pupynere-1.0.15.ebuild b/dev-python/pupynere/pupynere-1.0.15.ebuild
deleted file mode 100644
index 5fcb997ae623..000000000000
--- a/dev-python/pupynere/pupynere-1.0.15.ebuild
+++ /dev/null
@@ -1,25 +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/pupynere/pupynere-1.0.15.ebuild,v 1.3 2014/08/10 21:15:39 slyfox Exp $
-
-EAPI=4
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Pupynere is a PUre PYthon NEtcdf REader"
-HOMEPAGE="http://pypi.python.org/pypi/pupynere/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-python/numpy"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-PYTHON_MODNAME="pupynere.py"