public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/bicatali:master commit in: dev-python/netcdf4-python/
@ 2015-11-18 23:58 Sebastien Fabbro
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro @ 2015-11-18 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0e61840bf6b259581c333d931b9cf90bcb1ce1a7
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 00:01:27 2015 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 00:01:27 2015 +0000
URL:        https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=0e61840b

dev-python/netcdf4-python: version bump

Package-Manager: portage-2.2.25

 dev-python/netcdf4-python/Manifest                 |  1 +
 dev-python/netcdf4-python/metadata.xml             | 18 ++++++++++++
 .../netcdf4-python/netcdf4-python-1.2.1.ebuild     | 34 ++++++++++++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/dev-python/netcdf4-python/Manifest b/dev-python/netcdf4-python/Manifest
new file mode 100644
index 0000000..be7cf60
--- /dev/null
+++ b/dev-python/netcdf4-python/Manifest
@@ -0,0 +1 @@
+DIST netCDF4-1.2.1.tar.gz 663169 SHA256 3e0e71fc12af077a4737e75b6f421369e8170edc2cef0404d1164ae9ff38ef73 SHA512 05f419f7d80576843fb6c2ee7fb0d4f1be92861cb53024c71eac297f3a94bfcbd224470164174786ec9fcdd4081f2f4fc59cbcebf7a606c66d686776bc1cce8c WHIRLPOOL ae76ffdebe34b72660c8e4f8687f8389b46ab07480a61be8e86b41a9bc2c0b9f9d9974c22837d047d6ecc155264c1d2227cade51294bcfa121609b3ed253a531

diff --git a/dev-python/netcdf4-python/metadata.xml b/dev-python/netcdf4-python/metadata.xml
new file mode 100644
index 0000000..5d31d8f
--- /dev/null
+++ b/dev-python/netcdf4-python/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <maintainer>
+    <email>jlec@gentoo.org</email>
+  </maintainer>
+  <longdescription>
+    netcdf4-python is a Python interface to the netCDF C library.
+    netCDF version 4 can read and write files in both the new netCDF 4
+    and the old netCDF 3 format, and can create files that are readable
+    by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and 
+    should be familiar to users of that module.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">netCDF4</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild b/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild
new file mode 100644
index 0000000..ddef28a
--- /dev/null
+++ b/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+MY_PN="netCDF4"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python/numpy interface to the netCDF C library"
+HOMEPAGE="http://unidata.github.io/netcdf4-python"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+	dev-python/numpy
+	sci-libs/hdf5
+	sci-libs/netcdf:=[hdf,hdf5]"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${MY_P}
+
+python_test() {
+	cd test || die
+	${PYTHON} run_all.py || die
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] dev/bicatali:master commit in: dev-python/netcdf4-python/
@ 2016-02-17 23:31 Sebastien Fabbro
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro @ 2016-02-17 23:31 UTC (permalink / raw
  To: gentoo-commits

commit:     633c382330bebf11296736266332cc90ebffa53f
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 00:06:02 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 00:06:02 2016 +0000
URL:        https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=633c3823

dev-python/netcdf4-python: updated in main tree

 dev-python/netcdf4-python/Manifest                 |  1 -
 dev-python/netcdf4-python/metadata.xml             | 18 ------------
 .../netcdf4-python/netcdf4-python-1.2.1.ebuild     | 34 ----------------------
 3 files changed, 53 deletions(-)

diff --git a/dev-python/netcdf4-python/Manifest b/dev-python/netcdf4-python/Manifest
deleted file mode 100644
index be7cf60..0000000
--- a/dev-python/netcdf4-python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST netCDF4-1.2.1.tar.gz 663169 SHA256 3e0e71fc12af077a4737e75b6f421369e8170edc2cef0404d1164ae9ff38ef73 SHA512 05f419f7d80576843fb6c2ee7fb0d4f1be92861cb53024c71eac297f3a94bfcbd224470164174786ec9fcdd4081f2f4fc59cbcebf7a606c66d686776bc1cce8c WHIRLPOOL ae76ffdebe34b72660c8e4f8687f8389b46ab07480a61be8e86b41a9bc2c0b9f9d9974c22837d047d6ecc155264c1d2227cade51294bcfa121609b3ed253a531

diff --git a/dev-python/netcdf4-python/metadata.xml b/dev-python/netcdf4-python/metadata.xml
deleted file mode 100644
index 5d31d8f..0000000
--- a/dev-python/netcdf4-python/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>sci</herd>
-  <maintainer>
-    <email>jlec@gentoo.org</email>
-  </maintainer>
-  <longdescription>
-    netcdf4-python is a Python interface to the netCDF C library.
-    netCDF version 4 can read and write files in both the new netCDF 4
-    and the old netCDF 3 format, and can create files that are readable
-    by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and 
-    should be familiar to users of that module.
-  </longdescription>
-  <upstream>
-    <remote-id type="pypi">netCDF4</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild b/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild
deleted file mode 100644
index ddef28a..0000000
--- a/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-MY_PN="netCDF4"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python/numpy interface to the netCDF C library"
-HOMEPAGE="http://unidata.github.io/netcdf4-python"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-	dev-python/numpy
-	sci-libs/hdf5
-	sci-libs/netcdf:=[hdf,hdf5]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-python_test() {
-	cd test || die
-	${PYTHON} run_all.py || die
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-17 23:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18 23:58 [gentoo-commits] dev/bicatali:master commit in: dev-python/netcdf4-python/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2016-02-17 23:31 Sebastien Fabbro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox