* [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_sql/
@ 2011-06-25 17:21 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
To: gentoo-commits
commit: c83be174e27770b192d84365757288b12e7b83b1
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:05:06 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:05:06 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c83be174
Cleaned repoman issues, don't know if ebuild is still working
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-geosciences/pydap_handlers_sql/ChangeLog | 6 +++++-
sci-geosciences/pydap_handlers_sql/metadata.xml | 12 ++++++------
.../pydap_handlers_sql-0.1.0.ebuild | 13 +++++++------
3 files changed, 18 insertions(+), 13 deletions(-)
diff --git a/sci-geosciences/pydap_handlers_sql/ChangeLog b/sci-geosciences/pydap_handlers_sql/ChangeLog
index e98c5e7..c180cfe 100644
--- a/sci-geosciences/pydap_handlers_sql/ChangeLog
+++ b/sci-geosciences/pydap_handlers_sql/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-geosciences/pydap_handlers_sql
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Jun 2011; Justin Lecher <jlec@gentoo.org> pydap_handlers_sql-0.1.0.ebuild,
+ metadata.xml:
+ Cleaned repoman issues, don't know if ebuild is still working
+
*pydap_handlers_sql-0.1.0 (09 Aug 2010)
09 Aug 2010; Tim Cera <timcera@earthlink.net>
diff --git a/sci-geosciences/pydap_handlers_sql/metadata.xml b/sci-geosciences/pydap_handlers_sql/metadata.xml
index b946abd..c9ce2a9 100644
--- a/sci-geosciences/pydap_handlers_sql/metadata.xml
+++ b/sci-geosciences/pydap_handlers_sql/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</herd>
-<maintainer>
-<email>timcera@earthlink.net</email>
-<name>Tim Cera</name>
-</maintainer>
-<longdescription lang="en">
+ <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_sql allows Pydap server to serve data from SQL databases.
</longdescription>
diff --git a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.ebuild b/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.ebuild
index 753fda3..3f5d90e 100644
--- a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.ebuild
+++ b/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@ inherit distutils
MY_PN=${PN//_/.}
MY_P=${P//_/.}
-DESCRIPTION="SQL handler for Pydap server that allows serving data from SQL databases."
+DESCRIPTION="SQL handler for Pydap server that allows serving data from SQL databases"
HOMEPAGE="http://pydap.org/handlers.html#cdms"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
@@ -23,11 +23,12 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-python/setuptools-0.6_rc3"
-RDEPEND=">=sci-geosciences/pydap-3.0_rc8
+RDEPEND="
+ >=sci-geosciences/pydap-3.0_rc8
>=sci-geosciences/cdat-lite-5.2
>=dev-python/arrayterator-1.0.1
- postgresql? ( >=dev-python/psycopg-2 )
- mysql? ( >=dev-python/mysql-python-1.2.3_rc1 )"
+ >=dev-python/psycopg-2
+ >=dev-python/mysql-python-1.2.3_rc1"
# When cx_oracle is available...
# oracle? >=dev-python/cx_oracle
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_sql/
@ 2011-11-23 4:14 Tim Cera
0 siblings, 0 replies; 4+ messages in thread
From: Tim Cera @ 2011-11-23 4:14 UTC (permalink / raw
To: gentoo-commits
commit: a560c3ec49cf93fd90c09b16592f53ccb488999a
Author: timcera <tim <AT> cerazone <DOT> net>
AuthorDate: Tue Nov 22 22:58:25 2011 +0000
Commit: Tim Cera <timcera <AT> earthlink <DOT> net>
CommitDate: Tue Nov 22 22:58:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a560c3ec
sci-geosciences/pydap_handlers_sql: Version bump.
---
sci-geosciences/pydap_handlers_sql/ChangeLog | 12 ++++++++++++
....1.0.ebuild => pydap_handlers_sql-0.1.2.ebuild} | 0
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/sci-geosciences/pydap_handlers_sql/ChangeLog b/sci-geosciences/pydap_handlers_sql/ChangeLog
index c180cfe..151182e 100644
--- a/sci-geosciences/pydap_handlers_sql/ChangeLog
+++ b/sci-geosciences/pydap_handlers_sql/ChangeLog
@@ -2,6 +2,18 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*pydap_handlers_sql-0.1.2 (22 Nov 2011)
+
+ 22 Nov 2011; Tim Cera <tim@cerazone.net> -pydap_handlers_sql-0.1.0.ebuild,
+ +pydap_handlers_sql-0.1.2.ebuild:
+ Version bump.
+
+*pydap_handlers_sql-0.1.1 (22 Nov 2011)
+
+ 22 Nov 2011; Tim Cera <tim@cerazone.net> -pydap_handlers_sql-0.1.0.ebuild,
+ +pydap_handlers_sql-0.1.1.ebuild:
+ Version bump.
+
25 Jun 2011; Justin Lecher <jlec@gentoo.org> pydap_handlers_sql-0.1.0.ebuild,
metadata.xml:
Cleaned repoman issues, don't know if ebuild is still working
diff --git a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.ebuild b/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.2.ebuild
similarity index 100%
rename from sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.ebuild
rename to sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.2.ebuild
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_sql/
@ 2013-12-04 15:00 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2013-12-04 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 93ed79c991b26efb619b318c77128a05573e2716
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 13:43:29 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 13:43:29 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=93ed79c9
sci-geosciences/pydap_handlers_sql: Version BUmp; Bump to distutils-r1 eclass
Package-Manager: portage-2.2.7
---
sci-geosciences/pydap_handlers_sql/ChangeLog | 7 +++++-
sci-geosciences/pydap_handlers_sql/metadata.xml | 12 ++++-----
....2.1.ebuild => pydap_handlers_sql-0.3.0.ebuild} | 29 +++++++++++-----------
3 files changed, 26 insertions(+), 22 deletions(-)
diff --git a/sci-geosciences/pydap_handlers_sql/ChangeLog b/sci-geosciences/pydap_handlers_sql/ChangeLog
index 9b8d522..457561b 100644
--- a/sci-geosciences/pydap_handlers_sql/ChangeLog
+++ b/sci-geosciences/pydap_handlers_sql/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-geosciences/pydap_handlers_sql
-# 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_sql-0.2.1.ebuild, +pydap_handlers_sql-0.3.0.ebuild,
+ metadata.xml:
+ Version BUmp; Bump to distutils-r1 eclass
+
*pydap_handlers_sql-0.2.1 (11 Apr 2012)
11 Apr 2012; Tim Cera <tim@cerazone.net> -pydap_handlers_sql-0.1.2.ebuild,
diff --git a/sci-geosciences/pydap_handlers_sql/metadata.xml b/sci-geosciences/pydap_handlers_sql/metadata.xml
index 5ae9b6e..0a32c74 100644
--- a/sci-geosciences/pydap_handlers_sql/metadata.xml
+++ b/sci-geosciences/pydap_handlers_sql/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_sql allows Pydap server to serve data from SQL databases.
</longdescription>
diff --git a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.2.1.ebuild b/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.3.0.ebuild
similarity index 54%
rename from sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.2.1.ebuild
rename to sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.3.0.ebuild
index 366ebca..d638d99 100644
--- a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.2.1.ebuild
+++ b/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.3.0.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2012 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,14 +20,15 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="postgres mysql"
-DEPEND=">=dev-python/setuptools-0.6_rc3
- >=dev-python/paver-1.0.4"
+DEPEND="
+ >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
+ >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
RDEPEND="
- >=sci-geosciences/pydap-3.0_rc8
- >=sci-geosciences/cdat-lite-5.2
- >=dev-python/arrayterator-1.0.1
- postgres? ( >=dev-python/psycopg-2 )
- mysql? ( >=dev-python/mysql-python-1.2.3_rc1 )"
+ >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
+ >=sci-geosciences/cdat-lite-5.2[${PYTHON_USEDEP}]
+ >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]
+ postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] )
+ mysql? ( >=dev-python/mysql-python-1.2.3_rc1[${PYTHON_USEDEP}] )"
# When cx_oracle is available...
# oracle? >=dev-python/cx_oracle
@@ -39,7 +38,7 @@ RDEPEND="
S="$WORKDIR/$MY_P"
-src_prepare() {
+python_prepare_all() {
paver generate_setup || die
- distutils_src_prepare
+ distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_sql/
@ 2017-06-23 15:53 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2017-06-23 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 4e79255ce7d6f0b4c7bf6e6e13f42470cdd3a202
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 15:52:39 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 15:52:39 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e79255c
sci-geosciences/pydap_handlers_sql: Drop pacage due to dropped deps
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-geosciences/pydap_handlers_sql/metadata.xml | 19 ----------
.../pydap_handlers_sql-0.3.0.ebuild | 43 ----------------------
2 files changed, 62 deletions(-)
diff --git a/sci-geosciences/pydap_handlers_sql/metadata.xml b/sci-geosciences/pydap_handlers_sql/metadata.xml
deleted file mode 100644
index 052f208ec..000000000
--- a/sci-geosciences/pydap_handlers_sql/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
- Pydap is a pure Python library implementing the Data Access Protocol.
- pydap_handlers_sql allows Pydap server to serve data from SQL databases.
- </longdescription>
- <upstream>
- <remote-id type="pypi">pydap.handlers.sql</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.3.0.ebuild b/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.3.0.ebuild
deleted file mode 100644
index 878e61141..000000000
--- a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="SQL handler for Pydap server that allows serving data from SQL databases"
-HOMEPAGE="http://pydap.org/handlers.html#cdms"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="postgres mysql"
-
-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}]
- >=sci-geosciences/cdat-lite-5.2[${PYTHON_USEDEP}]
- >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]
- postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] )
- mysql? ( >=dev-python/mysql-python-1.2.3_rc1[${PYTHON_USEDEP}] )"
-
- # When cx_oracle is available...
- # oracle? >=dev-python/cx_oracle
-
- # Currently adodbapi is only availble for Windows so mssql support is not available.
- # If pydap used dev-python/pymssql that would be better.
-
-S="$WORKDIR/$MY_P"
-
-python_prepare_all() {
- paver generate_setup || die
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-23 15:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 17:21 [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_sql/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2011-11-23 4:14 Tim Cera
2013-12-04 15:00 Justin Lecher
2017-06-23 15:53 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox