* [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_sqlite/
@ 2011-11-23 4:14 Tim Cera
0 siblings, 0 replies; 2+ messages in thread
From: Tim Cera @ 2011-11-23 4:14 UTC (permalink / raw
To: gentoo-commits
commit: a93d1f651861b6ed1f1a76d47f0b9dd03ca1fa0a
Author: timcera <tim <AT> cerazone <DOT> net>
AuthorDate: Wed Nov 23 02:58:17 2011 +0000
Commit: Tim Cera <timcera <AT> earthlink <DOT> net>
CommitDate: Wed Nov 23 02:58:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a93d1f65
sci-geosciences/pydap_handlers_sqlite: Initial build.
---
sci-geosciences/pydap_handlers_sqlite/ChangeLog | 10 ++++++
sci-geosciences/pydap_handlers_sqlite/metadata.xml | 13 ++++++++
.../pydap_handlers_sqlite-0.1.0.ebuild | 31 ++++++++++++++++++++
3 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/sci-geosciences/pydap_handlers_sqlite/ChangeLog b/sci-geosciences/pydap_handlers_sqlite/ChangeLog
new file mode 100644
index 0000000..c8d0b24
--- /dev/null
+++ b/sci-geosciences/pydap_handlers_sqlite/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-geosciences/pydap_handlers_sqlite
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pydap_handlers_sqlite-0.1.0 (23 Nov 2011)
+
+ 23 Nov 2011; Tim Cera <tim@cerazone.net> +pydap_handlers_sqlite-0.1.0.ebuild,
+ +metadata.xml:
+ Initial build.
+
diff --git a/sci-geosciences/pydap_handlers_sqlite/metadata.xml b/sci-geosciences/pydap_handlers_sqlite/metadata.xml
new file mode 100644
index 0000000..bf6011f
--- /dev/null
+++ b/sci-geosciences/pydap_handlers_sqlite/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>timcera@earthlink.net</email>
+ <name>Tim Cera</name>
+ </maintainer>
+ <longdescription lang="en">
+ Pydap is a pure Python library implementing the Data Access Protocol.
+ pydap_handlers_sqlite allows Pydap server to serve data from SQLite files.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild b/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
new file mode 100644
index 0000000..dc74dbc
--- /dev/null
+++ b/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 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="Handler for Pydap server that allows serving data from SQLite files"
+HOMEPAGE="http://pydap.org/handlers.html#sqlite"
+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="
+ >=sci-geosciences/pydap-3.0
+ >=dev-python/simplejson-2.1.6
+ >=dev-python/numpy-1.5.1"
+
+S="$WORKDIR/$MY_P"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_sqlite/
@ 2013-12-04 15:00 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-12-04 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 6019cbb6004c71f73a4940953c31287580335532
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 13:41:40 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 13:41:40 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6019cbb6
sci-geosciences/pydap_handlers_sqlite: Bump to distutils-r1 eclass
Package-Manager: portage-2.2.7
---
sci-geosciences/pydap_handlers_sqlite/ChangeLog | 6 +++++-
sci-geosciences/pydap_handlers_sqlite/metadata.xml | 12 ++++++------
.../pydap_handlers_sqlite-0.1.0.ebuild | 18 ++++++++----------
3 files changed, 19 insertions(+), 17 deletions(-)
diff --git a/sci-geosciences/pydap_handlers_sqlite/ChangeLog b/sci-geosciences/pydap_handlers_sqlite/ChangeLog
index c8d0b24..6be3702 100644
--- a/sci-geosciences/pydap_handlers_sqlite/ChangeLog
+++ b/sci-geosciences/pydap_handlers_sqlite/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-geosciences/pydap_handlers_sqlite
-# Copyright 1999-2011 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_sqlite-0.1.0.ebuild, metadata.xml:
+ Bump to distutils-r1 eclass
+
*pydap_handlers_sqlite-0.1.0 (23 Nov 2011)
23 Nov 2011; Tim Cera <tim@cerazone.net> +pydap_handlers_sqlite-0.1.0.ebuild,
diff --git a/sci-geosciences/pydap_handlers_sqlite/metadata.xml b/sci-geosciences/pydap_handlers_sqlite/metadata.xml
index c024591..2709f64 100644
--- a/sci-geosciences/pydap_handlers_sqlite/metadata.xml
+++ b/sci-geosciences/pydap_handlers_sqlite/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_sqlite allows Pydap server to serve data from SQLite files.
</longdescription>
diff --git a/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild b/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
index dc74dbc..6036974 100644
--- a/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
+++ b/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils
+inherit distutils-r1
MY_PN=${PN//_/.}
MY_P=${P//_/.}
@@ -22,10 +20,10 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-python/setuptools-0.6_rc3"
+DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
RDEPEND="
- >=sci-geosciences/pydap-3.0
- >=dev-python/simplejson-2.1.6
- >=dev-python/numpy-1.5.1"
+ >=sci-geosciences/pydap-3.0[${PYTHON_USEDEP}]
+ >=dev-python/simplejson-2.1.6[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.5.1[${PYTHON_USEDEP}]"
S="$WORKDIR/$MY_P"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-04 15:00 UTC | newest]
Thread overview: 2+ 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_sqlite/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2011-11-23 4:14 Tim Cera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox