public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap/
Date: Wed,  3 Jul 2013 16:22:27 +0000 (UTC)	[thread overview]
Message-ID: <1372857979.3fe88076d92b2c8c0c875f4bf0d9abdecc6e639d.bicatali@gentoo> (raw)

commit:     3fe88076d92b2c8c0c875f4bf0d9abdecc6e639d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 13:26:19 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 13:26:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3fe88076

sci-geosciences/pydap: Version Bump; Bump to new python eclass

Package-Manager: portage-2.2.0_alpha186
RepoMan-Options: --force

---
 sci-geosciences/pydap/ChangeLog          |  8 ++++++-
 sci-geosciences/pydap/metadata.xml       | 12 +++++-----
 sci-geosciences/pydap/pydap-3.0.3.ebuild | 34 ----------------------------
 sci-geosciences/pydap/pydap-3.1.ebuild   | 38 ++++++++++++++++++++++++++++++++
 4 files changed, 51 insertions(+), 41 deletions(-)

diff --git a/sci-geosciences/pydap/ChangeLog b/sci-geosciences/pydap/ChangeLog
index 168bfd1..4bf8225 100644
--- a/sci-geosciences/pydap/ChangeLog
+++ b/sci-geosciences/pydap/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-geosciences/pydap
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*pydap-3.1 (03 Jul 2013)
+
+  03 Jul 2013; Justin Lecher <jlec@gentoo.org> -pydap-3.0.3.ebuild,
+  +pydap-3.1.ebuild, metadata.xml:
+  Version Bump; Bump to new python eclass
+
 *pydap-3.0.3 (11 Apr 2012)
 
   11 Apr 2012; Tim Cera <tim@cerazone.net> -pydap-3.0.1.ebuild,

diff --git a/sci-geosciences/pydap/metadata.xml b/sci-geosciences/pydap/metadata.xml
index 4bfa331..c1ce68b 100644
--- a/sci-geosciences/pydap/metadata.xml
+++ b/sci-geosciences/pydap/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-geosciences</herd>
-<maintainer>
-<email>tim@cerazone.net</email>
-<name>Tim Cera</name>
-</maintainer>
-<longdescription lang="en">
+  <herd>sci-geosciences</herd>
+  <maintainer>
+    <email>tim@cerazone.net</email>
+    <name>Tim Cera</name>
+  </maintainer>
+  <longdescription lang="en">
 Pydap is a pure Python library implementing the Data Access Protocol.
 </longdescription>
 </pkgmetadata>

diff --git a/sci-geosciences/pydap/pydap-3.0.3.ebuild b/sci-geosciences/pydap/pydap-3.0.3.ebuild
deleted file mode 100644
index fffbc5a..0000000
--- a/sci-geosciences/pydap/pydap-3.0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-MY_PN=${PN/pydap/Pydap}
-MY_P=${P/pydap/Pydap}
-MY_P=${MY_P/_rc/.rc.}
-
-DESCRIPTION="Data Access Protocol client and server."
-HOMEPAGE="http://pydap.org"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6_rc3"
-RDEPEND=">=dev-python/numpy-1.2.1
-	>=dev-python/httplib2-0.4.0
-	>=dev-python/genshi-0.5.1
-	>=dev-python/paste-1.7.2
-	>=dev-python/pastescript-1.7.2
-	>=dev-python/pastedeploy-1.3.3"
-
-S="$WORKDIR/$MY_P"

diff --git a/sci-geosciences/pydap/pydap-3.1.ebuild b/sci-geosciences/pydap/pydap-3.1.ebuild
new file mode 100644
index 0000000..262ddf0
--- /dev/null
+++ b/sci-geosciences/pydap/pydap-3.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+MY_PN=${PN/pydap/Pydap}
+MY_P=${P/pydap/Pydap}
+MY_P=${MY_P/_rc/.rc.}
+
+DESCRIPTION="Data Access Protocol client and server."
+HOMEPAGE="http://pydap.org"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="pydap"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
+RDEPEND="
+	dev-python/wsgiintercept[${PYTHON_USEDEP}]
+	>=dev-python/numpy-1.2.1[${PYTHON_USEDEP}]
+	>=dev-python/httplib2-0.4.0[${PYTHON_USEDEP}]
+	>=dev-python/genshi-0.5.1[${PYTHON_USEDEP}]
+	>=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
+	>=dev-python/pastescript-1.7.2[${PYTHON_USEDEP}]
+	>=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]"
+
+S="$WORKDIR"/${MY_P}
+
+python_test() {
+	esetup.py test
+}


             reply	other threads:[~2013-07-03 16:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-03 16:22 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-04 15:00 [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap/ Justin Lecher
2011-11-17  3:29 Tim Cera
2011-04-07  3:17 Tim Cera
2011-04-07  3:17 Tim Cera

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1372857979.3fe88076d92b2c8c0c875f4bf0d9abdecc6e639d.bicatali@gentoo \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox