[gentoo-commits] repo/gentoo:master commit in: dev-python/geoalchemy2/

2020-01-15 Thread Michał Górny
commit: 0f652239c0736c750e1cac52e8fbc3b037c82686
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 06:57:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 07:02:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f652239

dev-python/geoalchemy2: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/geoalchemy2/geoalchemy2-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild 
b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
index 9108b4f9d32..227d7b80336 100644
--- a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
+++ b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoalchemy2/

2018-06-24 Thread Jason Zaman
commit: 117469e16a079a952a37dd94f2bf27762439ddd1
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Jun 24 14:07:04 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jun 24 14:07:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117469e1

dev-python/geoalchemy2: amd64 stable

Gentoo-bug: 658946
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/geoalchemy2/geoalchemy2-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild 
b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
index 49eb2835bae..83fb2b773ce 100644
--- a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
+++ b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/geoalchemy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 # ^^ tarball on pypi is missing tests
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND=">=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoalchemy2/

2018-06-24 Thread Pacho Ramos
commit: 9abf0475c40bfc6239f849dc52b7a5b0cc1ebdc5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 11:23:02 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 11:30:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abf0475

dev-python/geoalchemy2: Support python 3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/geoalchemy2/geoalchemy2-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild 
b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
index 7eb018b58ea..49eb2835bae 100644
--- a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
+++ b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoalchemy2/

2018-04-29 Thread Michał Górny
commit: 8400445df2d58e41474d32c16a3f1b7e81d23c91
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Apr 28 08:13:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 29 06:32:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8400445d

dev-python/geoalchemy2: use HTTPS

 dev-python/geoalchemy2/geoalchemy2-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild 
b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
index 5b71f1c7bfe..7eb018b58ea 100644
--- a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
+++ b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
 inherit distutils-r1
 
 DESCRIPTION="Geospatial extension to SQLAlchemy with PostGIS support"
-HOMEPAGE="http://geoalchemy.org/ http://geoalchemy-2.readthedocs.org;
+HOMEPAGE="https://geoalchemy-2.readthedocs.io/en/latest/;
 SRC_URI="https://github.com/geoalchemy/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 # ^^ tarball on pypi is missing tests
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoalchemy2/

2016-12-03 Thread Mike Gilbert
commit: a7f924bc95230eb9f7413fb4299ae829a5491a3b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Dec  3 15:54:40 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Dec  3 15:58:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f924bc

dev-python/geoalchemy2: depend on sci-libs/Shapely

Package-Manager: portage-2.3.2_p12_p314532

 dev-python/geoalchemy2/geoalchemy2-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild 
b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
index 6654abb..6622acb 100644
--- a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
+++ b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
@@ -21,7 +21,7 @@ RDEPEND=">=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
-   dev-python/shapely[${PYTHON_USEDEP}]
+   sci-libs/Shapely[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoalchemy2/

2016-11-06 Thread Tiziano Müller
commit: 0c69eda8809f21cbee060e57164737627bff5ef9
Author: Tiziano Müller  gentoo  org>
AuthorDate: Sun Nov  6 11:10:26 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Sun Nov  6 11:23:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c69eda8

dev-python/geoalchemy2: initial commit, required for (testing) Flask-Admin

Package-Manager: portage-2.3.0

 dev-python/geoalchemy2/Manifest   |  1 +
 dev-python/geoalchemy2/geoalchemy2-0.3.ebuild | 33 +++
 dev-python/geoalchemy2/metadata.xml   | 11 +
 3 files changed, 45 insertions(+)

diff --git a/dev-python/geoalchemy2/Manifest b/dev-python/geoalchemy2/Manifest
new file mode 100644
index ..af7253d
--- /dev/null
+++ b/dev-python/geoalchemy2/Manifest
@@ -0,0 +1 @@
+DIST geoalchemy2-0.3.tar.gz 93256 SHA256 
029550f36695b48452907c834cf23ef24390d81e1e59d19bc2ba2de89e9a4835 SHA512 
5f94f6459eba1266c3b31b6d0b1f16478c1641a29b3dbe26cfdc3983d3aa5642b075871fb4722e6bccca7d1960ac1d87103351d846a061891f17d407df4867c8
 WHIRLPOOL 
e99361c67b8cb1ad727d20e649e51f898ed6d426eae866464db7460d8ca36fa78fa5fb055d0e63474b38df42d4f7f2492fe162729b1beb5a1ce27ac1891d14d6

diff --git a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild 
b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
new file mode 100644
index ..6654abb
--- /dev/null
+++ b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Geospatial extension to SQLAlchemy with PostGIS support"
+HOMEPAGE="http://geoalchemy.org/ http://geoalchemy-2.readthedocs.org;
+SRC_URI="https://github.com/geoalchemy/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+# ^^ tarball on pypi is missing tests
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+RESTRICT="test"
+# tests require a running PostgreSQL database
+
+python_test() {
+   py.test tests || die
+}

diff --git a/dev-python/geoalchemy2/metadata.xml 
b/dev-python/geoalchemy2/metadata.xml
new file mode 100644
index ..4f16fb1
--- /dev/null
+++ b/dev-python/geoalchemy2/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+GeoAlchemy2
+  
+