* [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_netcdf/
@ 2011-04-07 3:17 Tim Cera
0 siblings, 0 replies; 3+ messages in thread
From: Tim Cera @ 2011-04-07 3:17 UTC (permalink / raw
To: gentoo-commits
commit: 11d5d0c598a693a9b6940f6fa2cf41f4f3301675
Author: timcera <timcera <AT> earthlink <DOT> net>
AuthorDate: Mon Nov 22 00:56:11 2010 +0000
Commit: Tim Cera <timcera <AT> earthlink <DOT> net>
CommitDate: Mon Nov 22 00:56:11 2010 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=11d5d0c5
Version bump.
---
sci-geosciences/pydap_handlers_netcdf/ChangeLog | 6 ++++++
...9.ebuild => pydap_handlers_netcdf-0.5.0.ebuild} | 0
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/sci-geosciences/pydap_handlers_netcdf/ChangeLog b/sci-geosciences/pydap_handlers_netcdf/ChangeLog
index 7e2789c..e09de76 100644
--- a/sci-geosciences/pydap_handlers_netcdf/ChangeLog
+++ b/sci-geosciences/pydap_handlers_netcdf/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*pydap_handlers_netcdf-0.5.0 (22 Nov 2010)
+
+ 22 Nov 2010; Tim Cera <timcera@earthlink.net>
+ -pydap_handlers_netcdf-0.4.9.ebuild, +pydap_handlers_netcdf-0.5.0.ebuild:
+ Version bump.
+
*pydap_handlers_netcdf-0.4.9 (08 Aug 2010)
08 Aug 2010; Tim Cera <timcera@earthlink.net>
diff --git a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.4.9.ebuild b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.5.0.ebuild
similarity index 100%
rename from sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.4.9.ebuild
rename to sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.5.0.ebuild
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_netcdf/
@ 2011-04-13 17:26 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-04-13 17:26 UTC (permalink / raw
To: gentoo-commits
commit: cedd4c237f2b761e093713ea368ec15fbd354198
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 17:06:32 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 17:06:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cedd4c23
Fix for python ABI stuff
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-geosciences/pydap_handlers_netcdf/ChangeLog | 8 +++++++-
...build => pydap_handlers_netcdf-0.5.0-r1.ebuild} | 18 +++++++++++-------
2 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/sci-geosciences/pydap_handlers_netcdf/ChangeLog b/sci-geosciences/pydap_handlers_netcdf/ChangeLog
index e09de76..e026cab 100644
--- a/sci-geosciences/pydap_handlers_netcdf/ChangeLog
+++ b/sci-geosciences/pydap_handlers_netcdf/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-geosciences/pydap_handlers_netcdf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*pydap_handlers_netcdf-0.5.0-r1 (13 Apr 2011)
+
+ 13 Apr 2011; Justin Lecher <jlec@gentoo.org>
+ -pydap_handlers_netcdf-0.5.0.ebuild, +pydap_handlers_netcdf-0.5.0-r1.ebuild:
+ Fix for python ABI stuff
+
*pydap_handlers_netcdf-0.5.0 (22 Nov 2010)
22 Nov 2010; Tim Cera <timcera@earthlink.net>
diff --git a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.5.0.ebuild b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.5.0-r1.ebuild
similarity index 63%
rename from sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.5.0.ebuild
rename to sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.5.0-r1.ebuild
index 10269c5..8db95ce 100644
--- a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.5.0.ebuild
+++ b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.5.0-r1.ebuild
@@ -1,17 +1,20 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
-PYTHON_DEPEND="2:2.4"
+EAPI="3"
-inherit python distutils
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
MY_PN=${PN//_/.}
MY_P=${P//_/.}
DESCRIPTION="NetCDF handler for Pydap Data Access Protocol server."
-HOMEPAGE="http://pydap.org"
+HOMEPAGE="http://pydap.org/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
@@ -21,8 +24,9 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-python/setuptools-0.6_rc3"
-RDEPEND=">=sci-geosciences/pydap-3.0_rc8
+RDEPEND="
+ >=sci-geosciences/pydap-3.0_rc8
>=dev-python/pupynere-1.0.8
>=dev-python/arrayterator-1.0.1"
-S="$WORKDIR/$MY_P"
+S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_netcdf/
@ 2013-12-04 15:00 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2013-12-04 15:00 UTC (permalink / raw
To: gentoo-commits
commit: bd9b464d766db83cc925fcf23cea928a77649e9e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 13:39:29 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 13:39:29 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bd9b464d
sci-geosciences/pydap_handlers_netcdf: Version BUmp; Bump to distutils-r1 eclass
Package-Manager: portage-2.2.7
---
sci-geosciences/pydap_handlers_netcdf/ChangeLog | 7 +++-
sci-geosciences/pydap_handlers_netcdf/metadata.xml | 12 +++----
.../pydap_handlers_netcdf-0.6.1.ebuild | 38 ----------------------
.../pydap_handlers_netcdf-0.6.4.ebuild | 36 ++++++++++++++++++++
4 files changed, 48 insertions(+), 45 deletions(-)
diff --git a/sci-geosciences/pydap_handlers_netcdf/ChangeLog b/sci-geosciences/pydap_handlers_netcdf/ChangeLog
index f7a40bb..46cdf44 100644
--- a/sci-geosciences/pydap_handlers_netcdf/ChangeLog
+++ b/sci-geosciences/pydap_handlers_netcdf/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-geosciences/pydap_handlers_netcdf
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Dec 2013; Justin Lecher <jlec@gentoo.org>
+ -pydap_handlers_netcdf-0.6.1.ebuild, +pydap_handlers_netcdf-0.6.4.ebuild,
+ metadata.xml:
+ Version BUmp; Bump to distutils-r1 eclass
+
*pydap_handlers_netcdf-0.6.1 (11 Apr 2012)
11 Apr 2012; Tim Cera <tim@cerazone.net>
diff --git a/sci-geosciences/pydap_handlers_netcdf/metadata.xml b/sci-geosciences/pydap_handlers_netcdf/metadata.xml
index 75b654f..a773561 100644
--- a/sci-geosciences/pydap_handlers_netcdf/metadata.xml
+++ b/sci-geosciences/pydap_handlers_netcdf/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.
pydap_handlers_netcdf allows Pydap server to serve NetCDF formatted files.
</longdescription>
diff --git a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.1.ebuild b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.1.ebuild
deleted file mode 100644
index e8195bb..0000000
--- a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="NetCDF handler for Pydap Data Access Protocol 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
- >=dev-python/paver-1.0.4"
-RDEPEND="
- >=sci-geosciences/pydap-3.0_rc8
- >=dev-python/pupynere-1.0.8
- >=dev-python/arrayterator-1.0.1"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- paver generate_setup || die
- distutils_src_prepare
-}
diff --git a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild
new file mode 100644
index 0000000..4ea99e8
--- /dev/null
+++ b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild
@@ -0,0 +1,36 @@
+# 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//_/.}
+MY_P=${P//_/.}
+
+DESCRIPTION="NetCDF handler for Pydap Data Access Protocol 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}]
+ >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
+RDEPEND="
+ >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
+ >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}]
+ >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+ paver generate_setup || die
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-04 15:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 15:00 [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_netcdf/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2011-04-13 17:26 Justin Lecher
2011-04-07 3:17 Tim Cera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox